Skip to content

kcms/users: improve UI for the case where no real name is set

Currently the title of the list item is blank, leaving an awkward subtitle with nothing above it. This commit improves that to use the username as the title and avoid setting the subtitle at all, in the case where the user has not provided their real name.

BUG: 441821 FIXED-IN: 5.23

Real name set No real name set
Real_name Screenshot_20210901_133553

If folks don't like that the height of the list item changes in this case, that's easily fixed by setting reserveSpaceForSubtitle to true.

cc @teams/vdg

Edited by Nate Graham

Merge request reports