feat: add ability to remove individual recent searches#789
Conversation
|
@Anuja-3248 is attempting to deploy a commit to the jhasourav07's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
👋 Hey @Anuja-3248, welcome to CommitPulse! 🎉 Thanks for opening your first pull request — this is a big deal and we appreciate the effort! While you wait for a review, please double-check:
A maintainer will review your PR shortly. Hang tight! 🚀 |
|
👋 Hey @Anuja-3248, it looks like you didn't use our PR template! The section Please update your PR description to include all required sections so we can review this properly:
You can find the full template in CONTRIBUTING.md. Just edit your PR description and the |
|
Please pull the latest changes and resolve the conflicts so we can review it! git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-leaseOnce resolved, the |
1 similar comment
|
Please pull the latest changes and resolve the conflicts so we can review it! git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-leaseOnce resolved, the |
Closes #783
Added the ability to remove individual recent searches from the history to improve user experience.
What Changed
✕button to each recent search pill in the UI.removeSearchlogic in theuseRecentSearcheshook to filter out specific usernames from local storage.Why
Previously, the only way a user could manage their history was by clicking the global "Clear" button, which wiped the entire list of recent searches.
This enhancement allows users to manage their recent searches more granularly, improving the usability of the dashboard preview tool by ensuring they don't lose all of their saved history just to fix a single typo.
Pillar
Checklist before requesting a review:
localhost:3000/api/streak?user=YOUR_USERNAME).npm run lintlocally and resolved all errors.feat(themes): ...,fix(calculate): ...).12:00 AM