Fix hot reload and upgrade to coherent UI layout #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Part 1: Fix hot reload
Hot reload seems broken in the dev container setup. Vite HMR is not picking up changes, requiring manual page refreshes.
Investigate and fix:
Part 2: Coherent UI layout
With hot reload working, upgrade the scenario page from the current bare layout to a polished, cohesive design using the existing shadcn/ui (new-york style) component library.
Scope:
This is a UI-only pass — no backend changes, no new features.
hot reload seems brokento Fix hot reload and upgrade to coherent UI layout