Commit graph

22 commits

Author SHA1 Message Date
53c5833de0 fix(nosignal): hardware-test feedback round 2 — weather, dashboard, tray
From the 2026-06-15 on-box hardware test (all 6 prior fixes confirmed; these
are the new findings, baked into the fork source rather than shipped as
pacman-hook patches, per the Phase-2 "we own the shell" approach):

- F-W1 (Weather.qml): fetch at startup. Stock only called reload() on a config
  CHANGE, so a saved location blanked after reboot and an empty/auto location
  never populated on a fresh boot. Add Component.onCompleted: reload() and
  switch the hourly Timer to reload() (re-detects auto/IP too).
- F-W3 (Weather.qml): 7-day forecast showed "undefined°" in °F mode — only
  maxTempC/minTempC were stored. Store rounded maxTempF/minTempF (and round °C).
- F-W2 (Weather.qml): empty/auto-IP location never populated — the in-shell
  ipinfo.io fetch didn't set loc (provider-specific; the city path works via
  the same Requests.get). Repair attempt: defensive JSON parse + error callback
  + fallback to geojs.io. Compiled Requests module not inspectable, so this is
  best-effort; a saved city still works regardless.
- F-D1a (modules/dashboard/*.qml): square the 25 card radii bound to the
  compiled Tokens.rounding.* Material defaults (which ignore shell.json
  rounding.scale=0) so the dashboard matches the square redesign.
- F-D1b (Glyphs.qml): remap the weather glyphs to the Material-weather family
  (every codepoint verified present in JetBrainsMono Nerd Font Mono); the old
  Font-Awesome codepoints were absent (rendered "?") and thunderstorm /
  snowing_heavy were unmapped.
- F-T1 (NsBar.qml): gate the system-tray pill on SystemTray.items count so it
  only shows when an app registers a tray icon (was opening an empty panel).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 21:04:28 +01:00
83c6b62c13 feat(nosignal): finish Nerd Font icon remap — core surfaces
Convert remaining reachable surfaces to NsIcon (launcher, utilities, windowinfo,
sidebar, dashboard, notification toast, shared controls IconTextButton/Menu/
SplitButton/ToggleButton/CollapsibleSection/CustomSpinBox, CoverArt). Handles
the `sourceComponent: MaterialIcon {` form and icon-via-alias controls.

- IconTextButton: alias -> plain `icon` property + bound NsIcon (cross-file alias
  to a custom property was rejected).
- Reverted IconButton `font:` (the controls-wide font->fontStyle sweep wrongly
  hit ButtonBase, which uses font not fontStyle).
- Glyphs map: +31 names (dashboard/utilities/launcher leftovers) — no "?" glyphs.

Old collapsed bar + old lock sub-components left as-is (unused, never render).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 12:59:28 +01:00
2 * r + 2 * t
f21373bcb0 feat: add seek to lyrics
Closes #1524
2026-06-08 16:20:12 +10:00
2 * r + 2 * t
24816fb0d9 fix: only update media position on slider release 2026-06-08 16:05:41 +10:00
2 * r + 2 * t
e3a7a0c8c7 fix: tokens access without screen 2026-06-05 23:38:43 +10:00
2 * r + 2 * t
a0acd1a22c feat: squircle -> circular blob merging
More consistent with the rest of the rounding
2026-06-04 17:25:19 +10:00
2 * r + 2 * t
3ac1a2b2f8 fix: show unknown artist/album when empty 2026-05-09 01:17:09 +10:00
2 * r + 2 * t
89cdfc9367 fix: deterministic media bg shape sizes
Also tweak opacities
2026-05-08 03:21:07 +10:00
2 * r + 2 * t
a4163d2c7c fix: disable corner fill for dash lyrics info
Also fix bug where it would get stuck to the top left
2026-05-08 03:14:35 +10:00
2 * r + 2 * t
ba2d4f03d6 fix: dash media lyrics overlapping
Apparently Behavior on model is a bad idea...
2026-05-08 02:49:28 +10:00
2 * r + 2 * t
680f4c9c74 fix: media bg shape opacities
In light mode, they were basically invisible
Also add tertiary colour shapes
2026-05-05 18:45:48 +10:00
2 * r + 2 * t
d86e0aa0ff chore: remove unused imports 2026-05-05 18:38:51 +10:00
2 * r + 2 * t
543388f229 feat: add lyrics info 2026-05-05 18:38:38 +10:00
2 * r + 2 * t
8eb9f100d4 fix: anim between lyrics changes 2026-05-05 02:38:31 +10:00
2 * r + 2 * t
ac24024c03 fix: enable auto padding for lyric glow
Still slightly clipped on the left (due to list view) but shouldn't be
noticeable
2026-05-05 02:01:13 +10:00
2 * r + 2 * t
a502201938 feat: add background shapes to media tab 2026-05-04 22:16:44 +10:00
2 * r + 2 * t
5f2e772250 fix: proper non-wavy slider
Also not wavy by default
2026-05-04 19:44:24 +10:00
2 * r + 2 * t
69185acd08 feat: visualiser follow shape
Follow shape for outer max as well, also use 9 cookie instead of 12
cookie
2026-05-04 19:21:41 +10:00
2 * r + 2 * t
8425e6f109 chore: remove old lyrics service & components 2026-05-04 18:38:33 +10:00
2 * r + 2 * t
2aa87f7dd6 fix: wrap lyrics 2026-05-04 18:38:33 +10:00
2 * r + 2 * t
2ceb2a416f feat: improve media slider + actually impl 2026-05-04 04:13:57 +10:00
2 * r + 2 * t
a28316ad5a feat: improve dashboard media tab 2026-05-04 03:47:03 +10:00