Commit Graph
13 Commits
Author SHA1 Message Date
gadgethd 1c3841cc52 chore(website): spring-clean public pages 2026-08-06 13:04:39 +00:00
gadgethd 1e5bc3b299 feat(owner): clean up spring dashboard 2026-08-06 11:25:07 +00:00
gadgethd 49efd69b1e enable RF coverage with 3D terrain 2026-08-02 20:39:15 +01:00
gadgethd 1e7cd3bbff fix RF coverage terrain artifacts 2026-08-02 19:31:38 +01:00
gadgethd f808298dfd fix RF race test on mobile 2026-08-02 18:52:54 +01:00
gadgethd 31dfe37b1f fix RF overlay initial load race 2026-08-02 18:49:03 +01:00
gadgethd 4553647f54 feat: integrate HopReach RF coverage 2026-08-02 14:11:11 +01:00
gadgethd 5db382e181 feat: complete codebase reliability upgrade 2026-08-02 03:40:11 +01:00
gadgethdandClaude Opus 4.8 5ea700c485 Improve text contrast for accessibility (issue #3) (#16)
Keep the dark theme but fix low-contrast, small text reported in the
repeater tree window and elsewhere:

- globals.css: --text-muted #71839b -> #8697b0. It was the only text
  token failing WCAG AA (down to 3.8:1 on the lighter panels); now
  5.0-6.6:1 on every background. primary/secondary left unchanged.
- Bump 9-10px muted/secondary labels to 11-12px (repeater-tree
  metadata, node drawer, timeline, watchlist, planner, detail panel).
- Replace hard-coded greys (#9ca3af zoom hint, #aaa popup label) with
  var(--text-muted) so they track the palette.
- Add an axe color-contrast e2e assertion on /feed to guard regressions.

Fixes #3

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-24 00:58:14 +01:00
gadgethd 93cc3e1b38 Expand network intelligence and harden operations (#9)
Consolidates the stacked backend, privacy, network-intelligence, frontend, operations, mobile, and owner-cache changes after resolving main conflicts and passing the full CI suite.
2026-07-23 20:50:47 +01:00
gadgethd e49b9bfb1a fix(frontend): give mobile layouts room (#12) 2026-07-19 20:21:06 +01:00
gadgethd 0b62c3b6e6 fix(frontend): keep mobile navigation collapsible (#11) 2026-07-19 19:51:40 +01:00
gadgethd 12da1689e4 Fix mobile layouts across frontend (#10)
Bound mobile navigation, controls, searches, and overlays while adding route-wide responsive browser coverage.
2026-07-18 19:16:01 +01:00