Files
fusion/.changeset/fix-running-indicator-scroll.md
Fusion 0df3234349 feat(FN-2181): add dashboard dev-server process manager and API routes
- Introduce DevServerStore and DevServerProcessManager with a simplified store API contract
- Add dev-server script detection and route legacy manager behavior through the new process manager
- Add a dedicated dev-server router with start/stop/status/log endpoints and SSE event streaming
- Wire dev-server routes into the main route table and hook manager shutdown into server teardown
- Expand tests and architecture docs for store, process, route, detection, and SSE coverage
2026-04-19 20:48:14 -07:00

250 B

@gsxdsm/fusion
@gsxdsm/fusion
patch

Fix running indicator rendering issue during dashboard scroll by adding GPU compositing hint (transform: translateZ(0)) to prevent the animated dot from appearing "stuck" or detached from the footer when scrolling.