Skip to content

2026.05.28

Choose a tag to compare

@smgdkngt smgdkngt released this 28 May 09:36
· 9 commits to main since this release

Features

  • Filter boards and todos by assignee. A dropdown above the columns/lists lets you narrow the view to a specific person, yourself, or unassigned cards/items. State lives in the URL (?assignee=me|unassigned|<user_id>) so the filter is shareable and survives reloads.

Polish

  • Reuses the existing popover + CSS anchor positioning pattern from the card-detail assignee picker — no new component, no new Stimulus controller
  • Dropdown rows share a fixed 24px leading slot so avatars and icons line up on the same vertical axis
  • Trigger button uses the standard btn-secondary styling at small size to match other neutral actions, with a fixed-size leading slot so the height stays constant whether an avatar or icon is active
  • Filter is positioned inside the same max-w-4xl mx-auto wrapper as the todo lists so its left edge aligns with the list cards on every viewport width

Chores

  • Added .claude/ to .gitignore and removed a stray local file that slipped in via git add -A