Skip to content

Conversation

@marcoacierno
Copy link
Member

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

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>
@vercel
Copy link

vercel bot commented Jan 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pycon Ready Ready Preview Jan 30, 2026 4:44pm

@claude

This comment has been minimized.

@marcoacierno
Copy link
Member Author

@claude make the name of the speaker in each row clickable and when clicked, it filters by that name

@claude

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
Copy link

codecov bot commented Jan 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.15%. Comparing base (f015f9e) to head (5f3010b).
⚠️ Report is 1 commits behind head on main.

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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@marcoacierno
Copy link
Member Author

@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

@claude

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>
@marcoacierno marcoacierno merged commit 8e4618c into main Jan 30, 2026
6 of 7 checks passed
@marcoacierno marcoacierno deleted the claude/issue-4547-20260130-1605 branch January 30, 2026 16:42
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.

Implement filter by speaker name in the review system proposals review

2 participants