Commit 456c80e
committed
Release v0.3.2: dashboard bug fixes (Cache tab + browser navigation)
Patch release for two bugs caught by /qa right after 0.3.1 shipped.
- Cache tab was rendering as a blank page due to undefined identifiers
in src/web/app/pages/Cache.tsx (showApril2, APRIL_2_2026 — leftovers
from a prior refactor that updated the callout banner but not the
chart's reference line). Fixed by 47f79de.
- Browser back/forward and deep-link bookmarks left the URL hash
desynced from the active tab. App.tsx now installs a hashchange
listener. Fixed by cd0378e.
Plus 4 source-scan regression tests in test/web-regression.test.ts to
lock in both fixes (47f79de). Total 59 tests, all passing.
Why CI didn't catch the Cache bug: the root tsconfig excludes
src/web/app/** from typecheck, and Vite's esbuild transform doesn't
flag undefined identifiers. Tracked as a follow-up to re-enable web
typecheck after modernizing React 19 JSX type usage across 6 files.
See CHANGELOG.md for full details.1 parent 47f79de commit 456c80e
4 files changed
Lines changed: 36 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
7 | 40 | | |
8 | 41 | | |
9 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments