-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
fix(ui): added component for users to contribute missing search terms #98
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Great stuff @DevYoma,
Beautiful set-up, I had the below looks in mind though, it's a little less/no friction around the search result area, and we consume the ContributionCTA
cleanly.
This though will require us to debounce the display of the ContributionCTA
component for a few secs, to allow smooth render after the no search result is rendered.
What do you think (we can work together on this 😉)???
Yeah, your approach is good. We can work on it together. Now the only thing I want to ask is how we're going to use the ContributeCTA component that's in astro in the |
Oh, that you already done with your introduction of the Here's what we just have to do next...
So, I'll handle the debounce functionality. I'll let you handle the arrangement; below is a quick video of how I was able to achieve the arrangement within the browser, note the new classes I added etc.. Hopefully this helps screencast-bpconcjcammlapcogcnnelfmaeghhagj-2024.09.13-16_24_32.webm |
Description
This PR replaces the
No Result found
with a SearchSuggestionContribution component similar to that of the ContributeCTA astro componentRelated Issue
Fixes #68
Screenshots/Screencasts
Notes to Reviewer
The SearchSuggestionContribution component is similar to the ContributeCTA component.