Skip to content

fix: hydrate dashboard live updates incrementally#50

Merged
douglasmonsky merged 1 commit into
mainfrom
fix/diagnostics-initial-load-hydration
Jun 20, 2026
Merged

fix: hydrate dashboard live updates incrementally#50
douglasmonsky merged 1 commit into
mainfrom
fix/diagnostics-initial-load-hydration

Conversation

@douglasmonsky

Copy link
Copy Markdown
Owner

Summary

  • fix Diagnostics-first navigation so Calls/Threads/Insights resume row hydration
  • make Live refresh preserve existing rows, run the cached index refresh, and fetch only new rows from offset 0
  • add focused dashboard runtime coverage for incremental live prepending

Validation

  • PYTHONPATH=src .venv/bin/python -m ruff check .
  • PYTHONPATH=src .venv/bin/python -m pytest
  • for file in src/codex_usage_tracker/plugin_data/dashboard/dashboard*.js; do node --check ""; done
  • PYTHONPATH=src .venv/bin/python scripts/check_release.py
  • git diff --check
  • Browser debug: Diagnostics-first route -> Calls hydrates; Live catches up to 25,112 calls without manual Refresh; no console warnings/errors

@douglasmonsky douglasmonsky merged commit 24246ca into main Jun 20, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant