FAForever/faf-moderator-client

improve the user result lists to show banned status

Closed this issue · 0 comments

this is for user management and recent activity - it would be nice if there was some way of indicating right in the list of the status of that user:
for example if they are currently banned, or not banned (and maybe something else as well)

there are two ways i can think of doing this:

  1. add a column for current status and if they have a ban thats active write BANNED in there
  2. if they have a ban thats active, change the colour of the entry to red (maybe just the name entry or maybe the whole row)

2 is preferrable, but 1 might be easier, i dunno. you can sort by banned status if you have 1 but its clearer and less cluttered if you have 2. these are not mutually exclusive, but cluttering the ui isnt great either.

for 2 you can have orange for temporary ban and red for permanent. that would be cool.