Files
clawpanel/src
晴天 2f7cd6d429 perf(ui): speed up dashboard startup rendering
Render the dashboard first wave without waiting for get_version_info, which may spawn CLI work and query the registry. Version data now updates the stat cards asynchronously after the core service/config data is shown.

Also shorten the desktop Gateway port probe before WebSocket connection from 20s/2s polling to 3s/300ms polling, relying on the WebSocket reconnect path instead of blocking startup for a long time.

## Verification
- npm run build
2026-05-15 20:15:06 +08:00
..