Saved Filter Pills
Named saved-search pills row with active state inversion, per-pill result counts, a star save affordance, and a pencil edit control.
Named saved-search pills row with active state inversion, per-pill result counts, a star save affordance, and a pencil edit control.
The Application Collection unlocks the source for every Application block. All Access unlocks every Collection.
Already purchased? Log in
Saved Filter Pills is the named-search switcher above an issue list: five pills (All open 84, Assigned to me 12, High priority 27, Needs review 9, Blocking 4) with the active one rendered inverted and a count badge inside each pill. A star button saves the current filter set and flips to Saved when pressed; a pencil opens the edit affordance. The footer line echoes the live result count and the active label, Showing 84 issues matching All open, and notes that saved views are shared across the workspace.
Filters are one array with a uniform shape so every pill carries its count without optional key guards. The active invert (bg-foreground text-background) is the clearest possible selected state inside a pill row.
Reach for this block at the top of any list page where users will return to the same filtered views repeatedly, wired to your filters endpoint so switching a pill re-queries the list behind the dashed panel.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the issue filter switcher. Other pill rows:
Tip: the star button is the cheapest save workflow available; pair it with a name prompt only on first save, not every activation.