nosignal-shell/modules
28allday e42538896f fix(nosignal): hardware-test round 4 — Wi-Fi join, multi-monitor popouts, sudo focus
From the 2026-06-20 Acer muxless-Optimus hardware test:

- F-wifi (NsNetwork.qml): the Wi-Fi panel was display-only — no onClicked,
  no password field — so a secured network could not be joined from the GUI.
  Wire the existing Network service: click to connect; open/saved networks
  connect directly; secured-without-profile expands an inline password field
  (StyledTextField, echoMode Password). Also strip a stray NUL byte that the
  on-box edit left at the `?? " "` sentinel. HW-verified on the test laptop.
- F-multimon (NsShell.qml + NsBar.qml + NsOverlay.qml): bar popouts mirrored
  on every monitor. Add a `screen` identity to NsShell; pills pass their
  output name; each NsOverlay only renders when it owns the open panel ("" =
  unscoped, for the global power modal). HW-verified dual-monitor.
- F-sudo (SudoToggleRow.qml): the passwordless-sudo prompt used the shared
  TUI.float class with no focus rule, so keystrokes missed it and three blank
  tries tripped pam_faillock with no feedback. Use a dedicated `nosignal-sudo`
  class (builder ships float/center/pin/stayfocused rules) and call the new
  `nosignal-sudo-toggle enable-tui` wrapper, which keeps the terminal open on
  failure so the reason is visible.

Add .gitattributes (*.qml/*.conf/*.json text) for clean diffs.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-20 18:49:18 +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(nosignal): interface redesign — slim glass bar + floating popouts 2026-06-14 10:36:33 +01:00
dashboard fix(nosignal): hardware-test feedback round 2 — weather, dashboard, tray 2026-06-15 21:04:28 +01:00
drawers fix(nosignal): notification toasts — below the bar + no blob curve 2026-06-14 12:14:36 +01:00
launcher feat(nosignal): finish Nerd Font icon remap — core surfaces 2026-06-14 12:59:28 +01:00
lock fix(nosignal): square notification toasts + guard lock screen.name 2026-06-14 12:00:16 +01:00
nexus fix(nosignal): hardware-test round 4 — Wi-Fi join, multi-monitor popouts, sudo focus 2026-06-20 18:49:18 +01:00
notifications feat(nosignal): finish Nerd Font icon remap — core surfaces 2026-06-14 12:59:28 +01:00
nsbar fix(nosignal): hardware-test round 4 — Wi-Fi join, multi-monitor popouts, sudo focus 2026-06-20 18:49:18 +01:00
osd fix(nosignal): square the OSD (volume/brightness) to match the design 2026-06-14 11:54:35 +01:00
session feat: osd & session margins ignore border 2026-05-06 19:43:50 +10:00
sidebar feat(nosignal): finish Nerd Font icon remap — core surfaces 2026-06-14 12:59:28 +01:00
utilities fix(nosignal): hardware-test round 3 — notif Clear + Game Mode → DeckShift 2026-06-20 06:34:08 +01:00
windowinfo feat(nosignal): finish Nerd Font icon remap — core surfaces 2026-06-14 12:59:28 +01: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 fix(nosignal): hardware-test feedback — additions icons, power menu, weather picker 2026-06-15 18:02:53 +01:00