Files
lanework/Kanban
rzen 2a8fef258d The sidebar's attachments group drops to the bottom of the stack
Style, Details, Actions, Attachments — the trailing sidebar's own composition
order in the card window, reordered so Attachments sits under everything
else rather than leading it. Section internals are untouched; this is the
VStack's child order and nothing more, so keyboard Tab order and VoiceOver's
reading order follow it for free, and File ▸ Add Attachment… (⇧⌘A) is
unaffected — it opens the panel through the focus system, not through this
view's layout.

Actions still sits above Attachments here: the paired card that removes the
Actions section entirely lands as the next commit, so this one is an honest
mid-flight state — style/details/actions/attachments now, style/details/
attachments once that follow-up lands.

05-card-window.md's sidebar order is now stale (still lists Attachments
first); the amendment is owed and tracked on the card's own thread rather
than made here.

Claude-Session: https://claude.ai/code/session_014PtZdPwqZuqEDLc6wZMtEy
2026-08-09 10:37:55 -04:00
..