Skip to content

feat: clarify active board filters - #581

Open
bionicman wants to merge 2 commits into
kanbn:mainfrom
habralab:feat/clarify-board-filter-state
Open

feat: clarify active board filters#581
bionicman wants to merge 2 commits into
kanbn:mainfrom
habralab:feat/clarify-board-filter-state

Conversation

@bionicman

Copy link
Copy Markdown
Contributor

Description

Board filters currently show only a total count on the Filter button. The
dropdown does not indicate which groups contain selected values, and clearing
filters is hidden behind a hover interaction on the count badge.

This change:

  • shows the selected-value count next to each filter group;
  • keeps the total badge as a status indicator instead of a hidden action;
  • adds an explicit Clear filters action at the bottom of the menu;
  • adds a back row for moving between filter groups without reopening the menu;
  • extends the existing board-filter E2E scenario to cover the count, selected
    checkbox and clear action.

Filter state and behavior are unchanged. The existing URL query remains the
source of truth, and the shared dropdown only gains optional presentation
slots.

Type of change

  • Bug fix
  • Feature (requires an approved issue — see below)
  • Refactor / chore
  • Documentation

Screenshots

Group counts and explicit reset, desktop:

Filter group counts on desktop

Selected value inside a group, desktop:

Selected filter value on desktop

Group counts and explicit reset, mobile:

Filter group counts on mobile

Checklist

  • I have linked the related issue below
  • My code follows the existing style and conventions
  • I have tested my changes locally
  • I have included screenshots for any UI changes

Linked issue

Closes #580

@bionicman
bionicman force-pushed the feat/clarify-board-filter-state branch from 5240798 to 8bc98ec Compare September 4, 2026 17:47
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.

Improve visibility and clearing of active board filters

1 participant