Skip to content

feat: add clear button to search filter - #19

Merged
Rowrow620 merged 2 commits into
Rowrow620:mainfrom
riyadixit-rd:main
Jul 30, 2026
Merged

feat: add clear button to search filter#19
Rowrow620 merged 2 commits into
Rowrow620:mainfrom
riyadixit-rd:main

Conversation

@riyadixit-rd

Copy link
Copy Markdown
Contributor

Closes #14

Added a small "x" clear button next to the search input in the Roadmap sidebar. The button appears only when search query is non-empty and clears it on click.

@Rowrow620
Rowrow620 merged commit 7b77dd0 into Rowrow620:main Jul 30, 2026
4 checks passed
@Rowrow620

Copy link
Copy Markdown
Owner

Your code looks great! Merged! Thank you so much @riyadixit-rd for your contribution to AlgoBuddy! Your code fix is clean and passed 100% of our test suite.

Now that our default branch is correctly updated to dev, all future PRs will automatically target dev. Looking forward to working with you on future issues!

Rowrow620 added a commit that referenced this pull request Jul 31, 2026
This update completes Phase 1 of the architecture refactor for v0.7.0.
- Extracted UI components into src/ui/ (theme_helpers, modals, dashboard, sidebar, header, inspector, canvas, playground).
- Decoupled algorithm execution into src/engine.rs as clean free functions.
- Added a small 'x' clear button next to the search input in the Roadmap sidebar. The button appears only when search query is non-empty and clears it on click (from #19).
- Added a confirmation dialog before resetting dashboard progress (from #25).

# Conflicts:
#	src/app.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add search clear ("x") button to Roadmap search bar

2 participants