Block a user
SPA shows placeholder default blocks before preset data loads
Add VU meters, CPU usage, and system stats to the top bar
Clean up stale SPA bundles in ui-dist/assets/
Deprecate legacy HTML dashboard in favor of single SPA
Fixed. The legacy HTML dashboard has been fully removed. The legacy routes (/presets, /models, /irs, /settings) now redirect to the single SPA at / via RedirectResponse(url="/").…
SPA shows placeholder default blocks before preset data loads
Fixed. The SPA no longer initializes blocks from a hardcoded default array. The FXScreen component initializes fxList as an empty array []. When no preset is loaded (`!connected
Add VU meters, CPU usage, and system stats to the top bar
Fixed. The SPA now includes:
- VU meters (input and output) in the Rig screen via a
VUMetercomponent with 12-segment LED-style display - CPU usage displayed in the top status bar…
Clean up stale SPA bundles in ui-dist/assets/
Fixed. The ui/dist/assets/ directory has been cleaned up. Only the two currently referenced bundles remain:
index-D3aC6klh.cssindex-DFFBeBW_.js
No stale bundles exist. The Vite build…