-
Notifications
You must be signed in to change notification settings - Fork 9
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
Replace new listing search with an autocomplete #144
Conversation
Nice, looks good overall! Two things, though:
|
I couldn't replicate the issue with keys, I would need more details to reproduce it |
I recorded a gif for you: Also, here is the error log:
|
So I didn't manage to reproduce the error in the console, despite also trying it on Brave myself. However, I think I figured out what's going on. From what I am reading, the |
Yep, correct, well done! LGTM! |
Closes #141
The new listing page now has an autocomplete. Once the user types in something, a debounced request (debounced by a half a second) will make a search request and populate the menu options below it. Clicking any of those will redirect you to the create page for the respective card
Notes: