owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
434 stars 159 forks source link

Usermanagement Search is inconsistent / confusing #7613

Closed tbsbdr closed 2 years ago

tbsbdr commented 2 years ago

Steps to reproduce

  1. login as admin, goto usermgnt
  2. type "ma"
  3. list in background filters for "ma" ✅, preview offers option "Search users", but closes the preview on click of "search users" or \
  4. preview visually blocks user from the filtered resultlist 

Screenshot 000481@2x

Expected behaviour

Short term for GA:

Longterm (not part of this issue):

Actual behaviour

tbsbdr commented 2 years ago

@kulmann would you agree on the proposal?

after discussion with @JanAckermann this issue also aims to get rid of the searchprovider-selection especially when it comes to files search. thats why I would rate it as p2. I'd like to have a nice files-search

kulmann commented 2 years ago

Agreed 👍

AlexAndBear commented 2 years ago

@tbsbdr THX for the write down

AlexAndBear commented 2 years ago

Implementation is here: https://github.com/owncloud/web/pull/7599

image

@tbsbdr please let me know if you want to change the: 'Widht (currently 1/4 of viewport)', 'Label', 'Default text', 'Description message' documented here https://owncloud.design/#/oC%20Components/OcTextInput

tbsbdr commented 2 years ago

nice. and nice nightshift 😳

I'd prefer to have a reasonable fixed width of ex. 16 rem (224px). 

Why would I prefer a fixed width? We should make sure that the form has 1 ) a min-width - it shouldn't get too small and 2 ) a max-width because short filter-terms like "albert" make a faulty impression in too long forms. So let's just have it fixed.

'Label', 'Default text', 'Description message' fine as is 👍

AlexAndBear commented 2 years ago

THX, implemented