-
Notifications
You must be signed in to change notification settings - Fork 0
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/Many controls in search empty state not working #509
Conversation
p class="text-xl font-bold text-center " | ||
| We couldn't find any nonprofits that matched your search. | ||
p class="max-w-xs px-4 text-base text-center" | ||
| Try searching for another keyword or editing your filters. | ||
button class="text-sm font-bold text-blue-medium" type="submit" data-action="click->search#clearAll" | ||
button class="text-sm font-bold text-blue-medium" type="submit" data-action="click->search#clearKeywordInput click->search#clearCheckedPills click->search#clearAll" |
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.
Not the most elegant approach, but this is the quickest solution. Let's add the refactor of all of this as tech debt.
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.
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 job here Josue
Context
The "create alert" and "clear filters" buttons on the search page (empty. state) were not working correctly.
What changed
How to test it
http://localhost:5000/search
References
ClickUp ticket | Alerts
ClickUp ticket | Keyword