• Joined on 2026-05-17
shawn pushed to main at shawn/pi-multifx-pedal 2026-06-16 22:41:14 +00:00
9cc08d16da settings: open as v2 overlay instead of redirecting to old settings page
shawn pushed to main at shawn/pi-multifx-pedal 2026-06-16 22:35:53 +00:00
93eb8cc4aa Make v2 UI Settings button navigate to /settings page
shawn pushed to main at shawn/pi-multifx-pedal 2026-06-16 22:33:05 +00:00
4fa49d46c1 Bump template version to 8 for CSS cache bust
shawn pushed to main at shawn/pi-multifx-pedal 2026-06-16 22:32:46 +00:00
88ee1e24dc Fix mobile settings sidebar: keep vertical layout instead of horizontal row
shawn pushed to main at shawn/pi-multifx-pedal 2026-06-16 22:30:09 +00:00
3b1bb43895 Add cache-busting ?v= to template CSS/JS, bump version
shawn pushed to main at shawn/pi-multifx-pedal 2026-06-16 22:24:34 +00:00
a7d8a27975 Settings ⚙ button now links to /settings page with left nav sidebar
shawn pushed to main at shawn/pi-multifx-pedal 2026-06-16 22:19:33 +00:00
23a83cbd7b Settings: left sidebar nav with separate page views per category
shawn pushed to main at shawn/pi-multifx-pedal 2026-06-16 21:45:13 +00:00
29542e196b Fix settings 500: add missing block_id to FXBlock, rebuild UI
shawn pushed to main at shawn/pi-multifx-pedal 2026-06-16 21:40:06 +00:00
1281bf5943 Restore lost UI dist build (prefers-reduced-motion, updated SVG assets)
shawn pushed to main at shawn/pi-multifx-pedal 2026-06-16 21:29:43 +00:00
44f04887dc Add missing save_config() to config.py (was imported by server.py but never pushed)
shawn pushed to main at shawn/pi-multifx-pedal 2026-06-16 21:15:26 +00:00
2c4d7298ec Fix audio timeout when changing buffer size/sample rate
shawn pushed to main at shawn/pi-multifx-pedal 2026-06-15 06:03:49 +00:00
0fa8bd387a NAM hero fills screen, pedal-style FX blocks below
shawn pushed to main at shawn/pi-multifx-pedal 2026-06-15 05:53:56 +00:00
a69aee357c v2 UI at root, instrument type selector, Gitea push
shawn pushed to main at shawn/pi-multifx-pedal 2026-06-14 23:16:05 +00:00
278403cd3d Add /v2 static mount for new UX
shawn pushed to master at shawn/pi-multifx-pedal-ui 2026-06-14 22:50:29 +00:00
87ee14e4e5 v2 audit: contrast, dark-glow, layout, palette, sizing fixes
3dcf31f600 fix: btn-icon touch targets to 44px WCGA minimum
a5a01fda02 add theme.js — shared design tokens module referenced by App.jsx
0af8ed05b0 add responsive breakpoints: sidebar collapse, status bar compact, matchMedia listeners (#audit-P2)
Compare 4 commits »
shawn pushed to master at shawn/pi-multifx-pedal-ui 2026-06-14 21:26:06 +00:00
f42fa1d28c fix: replace Inter with Space Grotesk (#audit-P3)
shawn pushed to master at shawn/pi-multifx-pedal-ui 2026-06-14 21:25:11 +00:00
db644cec6f add prefers-reduced-motion support (#audit-P2)
shawn pushed to main at shawn/pi-multifx-pedal 2026-06-14 21:24:58 +00:00
faa7bdbbac sync ui-dist (adds prefers-reduced-motion)
shawn pushed to master at shawn/pi-multifx-pedal-ui 2026-06-14 17:43:48 +00:00
cca4aed380 fix: GlobalSettings — add Save/Discard button pattern with visible feedback
shawn pushed to master at shawn/pi-multifx-pedal-ui 2026-06-14 17:20:13 +00:00
2402e649a2 fix: bank indexing off-by-one — subtract 1 when sending bank to API