-
Notifications
You must be signed in to change notification settings - Fork 24
Add speaker name filter to proposal review recap screen #4548
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
Conversation
Adds a text input filter that allows filtering proposals by speaker name in the review recap screen. The filter performs case-insensitive substring matching on the speaker's full name. Closes #4547 Co-authored-by: Marco Acierno <marcoacierno@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This comment has been minimized.
This comment has been minimized.
|
@claude make the name of the speaker in each row clickable and when clicked, it filters by that name |
This comment has been minimized.
This comment has been minimized.
Clicking a speaker's name in the proposal row now sets the speaker name filter input and triggers filtering, scrolling the filter into view. Co-authored-by: Marco Acierno <marcoacierno@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4548 +/- ##
=======================================
Coverage 94.15% 94.15%
=======================================
Files 353 353
Lines 10342 10342
Branches 761 761
=======================================
Hits 9738 9738
Misses 502 502
Partials 102 102 🚀 New features to boost your workflow:
|
|
@claude implement a easy button to clear the filter. Make it appear next to the input but also next to the speaker name row when filtering |
This comment has been minimized.
This comment has been minimized.
Add a clear button next to the speaker name filter input and next to each speaker name in proposal rows when the filter is active. Both buttons clear the filter and hide themselves when no filter is applied. Co-authored-by: Marco Acierno <marcoacierno@users.noreply.github.com>
Adds a text input filter that allows filtering proposals by speaker name in the review recap screen. The filter performs case-insensitive substring matching on the speaker's full name.
Closes #4547
Generated with Claude Code