Skip to content

design(board): reveal column header actions on hover - #175

Merged
johnpc merged 1 commit into
mainfrom
design/reveal-column-actions
Aug 2, 2026
Merged

design(board): reveal column header actions on hover#175
johnpc merged 1 commit into
mainfrom
design/reveal-column-actions

Conversation

@johnpc

@johnpc johnpc commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Design-polish PR #16. Every board column header permanently showed four action icons (rename ✎, duplicate ⧉, delete 🗑, and ‹ › move arrows) crowded next to the column title + count — busy chrome you rarely use, repeated on every column.

The change (CSS only, desktop-scoped)

Under @media (hover: hover) and (pointer: fine), the column-header .section-actions are hidden at rest (opacity: 0) and revealed on header hover or focus — so a resting board shows clean "To do · 28" headers, with the actions one hover away. Touch/mobile keeps them (no hover). Same calm-at-rest pattern already used for card controls (#160/#164/#172).

Before → after

Full quality gate green; token/CSS only, no logic/testid change. Verified both viewports against the sandbox (AWS_PROFILE=personal).

@johnpc
johnpc merged commit 4d369c5 into main Aug 2, 2026
155 of 156 checks passed
@johnpc
johnpc deleted the design/reveal-column-actions branch August 2, 2026 06:27
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.

1 participant