-
-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search box for users #3947
base: develop
Are you sure you want to change the base?
Search box for users #3947
Conversation
removes extra containers surrounding search bar. Limits width to 25% 3771
…undefined AND isLoading Shows empty list if data is undefined. Should not show loading if not loading
There is still one issue where the table re-renders upon search input despite results not changing. Two paths I see, we could remove querying the database and just filter on the frontend (we would need to remove backend pagination), or restructure the frontend components. Thoughts / how big of an issue is this? My vote is for restructuring components (maybe as a cleanup issue for later) |
@sct @TheCatLady @danshilm @OwsleyJr Tagging for visibility. Could I get a review here? |
Fetching behavior changed, remove waiting for user call and rely on wait(1000)
Description
Adds search box to users page. Searches users by username and email via database query
Screenshot (if UI-related)
To-Dos
yarn build
yarn i18n:extract
Issues Fixed or Closed