Skip to content

Collapse secondary registrant filters behind a CSS-only More filters toggle - #2058

Draft
maebeale wants to merge 1 commit into
mainfrom
maebeale/collapse-filter-rows
Draft

Collapse secondary registrant filters behind a CSS-only More filters toggle#2058
maebeale wants to merge 1 commit into
mainfrom
maebeale/collapse-filter-rows

Conversation

@maebeale

@maebeale maebeale commented Aug 2, 2026

Copy link
Copy Markdown
Collaborator

🤖 suggested review level: 1 Skim 👀 view-only filter reorg on the registrants roster; no logic or query changes

What

  • Rework the registrants roster filter bar into one always-visible row (Keyword, Status, Organization linking, Clear filters) plus a collapsible More filters section for the rest.
  • The collapse/expand uses a native <details>/<summary>pure CSS, no JavaScript. The caret and "More filters" ↔ "Fewer filters" label track state via Tailwind group-open variants.

Why

  • The single flat grid of ~9 filters was noisy; most sessions only touch keyword + a status.

Note

  • The advanced section auto-opens when one of its filters is already active (via a params check), so a hidden filter is never silently applied.

…toggle

Keep keyword, status, organization linking, and clear on the always-visible
first row; move the rest into a native <details> that expands on click (no JS).
Auto-open the section when one of its filters is already active so a hidden
filter is never silently applied.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings August 2, 2026 22:29

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

2 participants