fix: Render repo mix before populating counts #49
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stackchain/stackchain-dashboard#49
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "timmy/48-fix-repo-mix-widget-initialization-race"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #48
Renders stable Live clock and Repo mix widget containers before client-side updates, removing the initialization race that made Repo mix permanently unavailable.
TDD evidence:
python3 -m pytest tests/test_widgets.py::test_dashboard_renders_repo_mix_placeholder_before_javascript_runs -vfailed because the server-rendered placeholder was absent.35 passed./returned 200 with the Repo mix placeholder; GET/healthzreturned 200.