feat: add search functionality to notifications drawer#1238
feat: add search functionality to notifications drawer#1238anishachoudhary5 wants to merge 1 commit into
Conversation
|
@anishachoudhary5 is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel. A member of the Team first needs to authorize it. |
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
There was a problem hiding this comment.
Thanks for your first PR on DevTrack! 🎉
A maintainer will review it within 48 hours. While you wait:
- Make sure CI is passing (type-check + lint)
- Double-check the PR description is filled out and the issue is linked
- Feel free to ask questions in Discussions if you need help
If you find DevTrack useful, a ⭐ star on the repo is always appreciated — it helps the project grow and attract more contributors!
|
Hi @Priyanshu-byte-coder |
|
The auth.ts change adds the |
Priyanshu-byte-coder
left a comment
There was a problem hiding this comment.
This PR has merge conflicts with current main in src/lib/auth.ts and src/components/NotificationBell.tsx. Please rebase onto current main and resolve the conflicts.
|
Your PR has conflicts with the current |
Summary
Implemented searchable notifications inside the
NotificationBelldrawer to improve usability for users with large notification histories.The feature adds real-time client-side filtering with debounce, accessibility improvements, and empty-state handling while preserving the existing UI and functionality.
Changes Made
×) button to reset searcharia-label, keyboard support)Technical Details
searchQueryanddebouncedQuerystatesuseEffect.filter()anduseMemoVerification
Notes