Skip to content

Render top routes progressively#137

Merged
cbusillo merged 1 commit into
mainfrom
fix-top-level-progressive-render
Jun 6, 2026
Merged

Render top routes progressively#137
cbusillo merged 1 commit into
mainfrom
fix-top-level-progressive-render

Conversation

@cbusillo

@cbusillo cbusillo commented Jun 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • reuse shared placeholder payloads so top-level workstation routes mount their shells immediately
  • remove page-level RouteLoadingView gates from Folders, Ops, Completed, and Settings
  • hydrate route data in onMount with inline pending/error states instead of blocking initial render
  • keep Work using the same shared placeholders introduced by the previous first-load fix

Validation

  • Browser reviewed /folders, /ops, /completed, and /settings at http://127.0.0.1:4173: no Loading workstation data; each mounts the real shell and hydrates data
  • npm --prefix frontend run check
  • npm --prefix frontend run test:unit -- --run
  • bash scripts/pre-commit-check.sh

@cbusillo cbusillo merged commit 4a77916 into main Jun 6, 2026
5 checks passed
@cbusillo cbusillo deleted the fix-top-level-progressive-render branch June 6, 2026 17:19
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