Update
CI / test (push) Successful in 58s
Release rolling / release (push) Successful in 7m14s

This commit is contained in:
Raven Scott
2026-07-19 15:27:00 -04:00
parent 926a89878b
commit 2923678354
6 changed files with 1047 additions and 105 deletions
+2
View File
@@ -98,6 +98,7 @@ Do not name third-party products in code, commits, or user-facing copy.
- [x] Related ranking boosted by alert weights when no MC window
- [x] Drag-reorder pinned charts
- [x] Keyboard shortcuts on Charts (`Space` play, `15` presets, `/` search, `f` force, `b` board, `c` correlate, `r` reset, `Esc` clear)
- [x] Fullscreen chart focus (Charts wall + Overview) — double-click / ⛶, `Esc` / `←` `→`
---
@@ -125,6 +126,7 @@ Do not name third-party products in code, commits, or user-facing copy.
| `shared/related-metrics.js` | Related-chart ranking (taxonomy + Pearson) |
| `server/services/weights.js` | Metric Correlations scoring (ks2 / volume / AR / value) |
| `ui/dashboard.js` | Metrics wall controller + Correlate mode |
| `ui/chart-focus.js` | Fullscreen chart overlay (shared) |
| `ui/charts.js` | Canvas paint + hover helpers |
| `ui/data-manager.js` | Settings → Data (retention / prune / usage) |
| `ui/logs.js` | System Log tab (journal default) |