Commit b3348a2
committed
fix(admin): theme loader hits versioned /api/v1/admin/theme
The earlier sed pass covered admin/src/{api.ts,App.tsx,pages/,components/,stores/}
but missed admin/src/theme.ts. The pre-React theme bootstrap still called
/api/admin/theme (unversioned) and 404'd on every page load — the SPA
silently fell back to default theme so the bug was invisible.
Same bug class as the logs-plugin mount-order fix in 167c45a; both fall
out of the v0.7.0 versioning sprint.1 parent 446b65c commit b3348a2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments