-
Notifications
You must be signed in to change notification settings - Fork 56
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
UX Refactor - 3 #42
Comments
Can you assign this to me @lucifercr07 |
i can take this up. Also can we use shadcn components? https://ui.shadcn.com/docs/components/input |
@pawansoni007 assigned, thanks for contributing. |
@lucifercr07 can you add one additional requirement here? it seems like we just show blank results when nothiing is searched for. we should show all entries. so it doesn't look empty. |
@KaviiSuri have added below to description:
cc: @pawansoni007 |
UX Refactor (DiceDB#42): - Add placeholder in search box - Add bottom padding equal to top navbar for balanced UI spacing - Show all command entries when the search box is in empty/initial state. SearchBox Optimization (IMPORTANT): - Fix: SearchBox re-rendering every second due to usePlayground custom hook's timer - Memoize SearchBox to prevent unnecessary updates - Decouple from custom hook's timer updates
Changes to be done:
The text was updated successfully, but these errors were encountered: