Deprecate legacy HTML dashboard in favor of single SPA #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The legacy dashboard (/presets, /models, /irs, /settings) and React SPA (/) serve the same purpose but look different. Double code = double bugs. NAM naming bug was different in each.
Fixed. The legacy HTML dashboard has been fully removed. The legacy routes (
/presets,/models,/irs,/settings) now redirect to the single SPA at/viaRedirectResponse(url="/"). The old templates and React SPA were nuked in commit7078217("nuke all old UIs — templates, React SPA, /v2 mount, legacy routes"). The only served UI is the single-page application fromui/dist/.See
src/web/server.pylines 465-482.