Skip to content
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

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Open

Conversation

kage1414
Copy link

@kage1414 kage1414 commented Oct 6, 2024

Description

Adds search box to users page. Searches users by username and email via database query

Screenshot (if UI-related)

Screenshot 2024-10-05 203538

To-Dos

  • Successful build yarn build
  • Translation keys yarn i18n:extract
  • Database migration (if required)

Issues Fixed or Closed

@kage1414 kage1414 marked this pull request as ready for review October 6, 2024 00:38
@kage1414
Copy link
Author

kage1414 commented Oct 6, 2024

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)

@kage1414
Copy link
Author

@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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Search box for users
1 participant