- Notifications
You must be signed in to change notification settings - Fork1k
fix: prevent workspace search bar text from getting garbled#9703
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
github-actionsbot commentedSep 15, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Really good one, just one minor comment.
Uh oh!
There was an error while loading.Please reload this page.
Closes#9547
Addresses main issue where the text in the workspaces search bar would periodically get garbled, especially if you kept typing very fast.
Changes made
debounce-it
usage for the page with a home-spunuseDebouncedFunction
Other notes
filter.tsx
vs uppercaseFilter.tsx
), and refactored a file that didn't really need changes. Functionality is the same; it was a pure refactor.