Commit Graph
6 Commits
Author SHA1 Message Date
sudacode 6018f393d2 fix(stats): refresh vocabulary aggregates after exclusion edits
- Refetch vocabulary summary/charts once the exclusion list write is server-acknowledged, and retry failed aggregate loads with backoff before showing an inline error with a Retry control
- Coalesce concurrent getVocabularySummary calls into a single worker task
- Scan imm_words in id-keyed batches to bound memory for large vocabularies
2026-08-16 23:44:09 -07:00
sudacode 96d36514b5 fix: apply CodeRabbit auto-fixes 2026-08-16 01:38:32 -07:00
sudacode d220055b99 fix(stats): harden vocabulary rollups 2026-08-16 00:21:49 -07:00
sudacode e53f6d61ff perf(stats): roll up lexical chart history 2026-08-15 22:29:16 -07:00
sudacode 48fdac62a6 perf(stats): calculate vocabulary totals off main thread 2026-08-15 22:01:56 -07:00
sudacode 9ae303af7d fix(stats): report complete vocabulary summary totals 2026-08-15 21:50:23 -07:00