fix(FN-1339): move executor status bar above mobile nav bar

This commit is contained in:
gsxdsm
2026-04-09 15:49:42 -07:00
parent 0e295c3239
commit 8f50526158
16 changed files with 267 additions and 49 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Desktop now uses embedded renderer assets in production instead of URL-based loading. The desktop shell loads `dist/client/index.html` directly via `loadFile()` instead of connecting to a dashboard URL. Development mode (`fn desktop --dev`) continues to use `FUSION_DASHBOARD_URL` for live reload. The embedded API server port is now passed via `app:getServerPort` IPC channel.