nosignal-shell/modules
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
..
areapicker feat: use new Mask component 2026-04-23 20:05:21 +10:00
background feat: increase default number of visualiser bars 2026-05-02 12:47:52 +10:00
bar feat(bar): horizontal top bar — Phase A geometry (NoSignal layout) 2026-06-13 23:26:55 +01:00
dashboard fix: elide hero card label properly 2026-06-08 16:24:27 +10:00
drawers feat(bar): horizontal top bar — Phase A geometry (NoSignal layout) 2026-06-13 23:26:55 +01:00
launcher fix: launcher incorrect max height 2026-06-04 17:08:43 +10:00
lock fold: bake NoSignal shell patches into the fork (Phase 2) 2026-06-13 22:08:59 +01:00
nexus fold: bake NoSignal shell patches into the fork (Phase 2) 2026-06-13 22:08:59 +01:00
notifications fix: improve notif expand btn 2026-05-13 01:34:23 +10:00
osd feat: osd & session margins ignore border 2026-05-06 19:43:50 +10:00
session feat: osd & session margins ignore border 2026-05-06 19:43:50 +10:00
sidebar chore: replace OpacityMask with MultiEffect Mask 2026-05-07 21:09:07 +10:00
utilities fix: improve utils screen recorder 2026-06-08 17:05:34 +10:00
windowinfo fix: window info anim + clipping 2026-06-08 15:57:35 +10:00
BatteryMonitor.qml fix: even more non global access 2026-04-13 16:42:00 +10:00
ConfigToasts.qml feat: add unknown option toasts 2026-04-12 03:14:04 +10:00
GSFLoader.qml feat: ship google sans flex inline 2026-06-02 22:33:07 +10:00
IdleMonitors.qml fix: add lock config scope 2026-04-13 00:25:16 +10:00
Shortcuts.qml feat: add initial nexus 2026-06-03 01:23:25 +10:00