fix(web): relations sparkline no longer overflows the n column + PAD/relation tooltips (v0.20.1)

- cap the unicode sparkline (relations last-8, faders last-7) + overflow:hidden
  so it can't grow one-char-per-sample and paint over the evidence-count (n)
  column — the "n sitting behind the graph" bug
- add native title mouseover hints on all 3 PAD faders (P/A/D meaning + range)
  and every relationship metric row (warmth / trust·ability / benevolence /
  integrity / agency)
- state.lastSnap lets the console re-render without a refetch

Verified: pytest tests/test_web_* (84) + node Playwright injected a 24-sample
history (sparkline->n bounding-box overlap = 0; sparklines capped; tooltips present).
This commit is contained in:
vh
2026-07-06 22:12:22 -07:00
parent 1fcb17730e
commit 10acaec33d
4 changed files with 22 additions and 11 deletions
Generated
+1 -1
View File
@@ -1052,7 +1052,7 @@ wheels = [
[[package]]
name = "ratatoskr"
version = "0.20.0"
version = "0.20.1"
source = { editable = "." }
dependencies = [
{ name = "httpx" },