You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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