nosignal-shell/modules/drawers
28allday b1e2bb3bc6 feat(bar): horizontal top bar — Phase A geometry (NoSignal layout)
Convert the bar from a vertical left-edge strip to a horizontal top bar. The
shell had no orientation abstraction, so this flips the geometry across the bar
and the drawer/region/interaction layer:

- Bar.qml: ColumnLayout -> RowLayout; hit-testing (checkPopout/handleWheel),
  scroll halves and popout-center anchoring all keyed off x instead of y;
  first/last padding -> left/right margins.
- BarWrapper.qml: the bar's "thickness" is now its height (clampedHeight/
  contentHeight/implicitHeight); content anchors left/right/top.
- drawers: Exclusions (exclusive zone moved left->top), Panels (content inset
  topMargin = bar height), Regions + ContentWindow (panel->window coordinate
  mapping and the thick border flip left->top), Interactions (bar-region check
  y<barHeight, panel Y-origin uses bar height, scroll passes x, bar drag-reveal
  is vertical).
- widgets: Clock (Row, HH:MM with a colon), StatusIcons (Row), Workspaces +
  Workspace (Row), Tray (Row, expand chevron at the right) — each sizes to the
  bar height instead of width.

Verified live in the dev VM: top bar renders with centered-clock entries, the
exclusion zone keeps windows below the bar, and the dashboard drops down
correctly. Popout fly-outs still anchor sideways (Phase B).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 23:26:55 +01:00
..
ContentWindow.qml feat(bar): horizontal top bar — Phase A geometry (NoSignal layout) 2026-06-13 23:26:55 +01:00
Drawers.qml chore: remove unused import 2026-04-13 16:42:38 +10:00
Exclusions.qml feat(bar): horizontal top bar — Phase A geometry (NoSignal layout) 2026-06-13 23:26:55 +01:00
Interactions.qml feat(bar): horizontal top bar — Phase A geometry (NoSignal layout) 2026-06-13 23:26:55 +01:00
Panels.qml feat(bar): horizontal top bar — Phase A geometry (NoSignal layout) 2026-06-13 23:26:55 +01:00
Regions.qml feat(bar): horizontal top bar — Phase A geometry (NoSignal layout) 2026-06-13 23:26:55 +01:00