gsxdsm
3b52a4d2d9
FN-7527: fix desktop server switching redirects
...
Route desktop shell server switches through the live runtime/profile state.
- Replace separate local/remote redirect effects with a shared resolver that uses localRuntime/baseUrl and active remote profiles.
- Remove the dead localServer shell state field and document the local/remote switch navigation behavior.
- Add regression coverage for desktop shell redirect targets and include a patch changeset.
Files changed:
.changeset/fn-7527-desktop-switch-server-navigation.md | 7 +
docs/native-shell.md | 2 +-
packages/dashboard/app/App.tsx | 44 ++---
packages/dashboard/app/components/__tests__/App.test.tsx | 1 -
packages/dashboard/app/types/native-shell.d.ts | 13 +-
packages/dashboard/app/utils/__tests__/appLifecycle.test.ts | 180 +++++++++++++++++++++
packages/dashboard/app/utils/appLifecycle.ts | 70 ++++++++
7 files changed, 280 insertions(+), 37 deletions(-)
Fusion-Task-Id: FN-7527
Fusion-Task-Lineage: a0fe5cbc-120b-4a56-b791-48306223a636
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai >
2026-07-04 13:43:59 -07:00
gsxdsm
e8b73623d4
FN-7477: clarify desktop remote server setup
...
Clarifies the desktop Connection Manager so local mode is distinct from adding saved remote servers.
- Split the desktop local server card from the remote server profile flow and keep the editor closed until adding or editing a remote.
- Add desktop-specific remote server copy, accessible labels with profile URLs, and responsive styling for the revised layout.
- Update Connection Manager tests, native shell docs, localized strings, resource types, and the Fusion changeset.
Files changed:
.changeset/fn-7477-connection-manager-clarity.md | 7 +
docs/native-shell.md | 5 +-
.../components/NativeShellConnectionManager.css | 65 ++++++---
.../components/NativeShellConnectionManager.tsx | 153 ++++++++++++--------
.../NativeShellConnectionManager.test.tsx | 156 +++++++++++++++------
packages/i18n/locales/en/app.json | 15 +-
packages/i18n/locales/es/app.json | 15 +-
packages/i18n/locales/fr/app.json | 15 +-
packages/i18n/locales/ko/app.json | 15 +-
packages/i18n/locales/zh-CN/app.json | 15 +-
packages/i18n/locales/zh-TW/app.json | 15 +-
packages/i18n/src/resources.d.ts | 13 +-
12 files changed, 334 insertions(+), 155 deletions(-)
Fusion-Task-Id: FN-7477
Fusion-Task-Lineage: adc2df09-d713-4ccd-8fb6-20a32c6a553e
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai >
2026-07-03 21:47:00 -07:00
gsxdsm
0900a38630
FN-7478: add local server desktop switch option
...
Restore the desktop connection manager's local server destination alongside saved remotes.
- Add a Local Server card for desktop-shell switching with active state handling.
- Switch remote profile selection into remote mode before activating the profile.
- Cover desktop local/remote switching behavior with tests and localized labels.
- Document the switch-server local option and add the published package changeset.
Files changed:
.changeset/fn-7478-local-server-switch-option.md | 7 +++
docs/native-shell.md | 3 +-
.../components/NativeShellConnectionManager.css | 19 ++++++
.../components/NativeShellConnectionManager.tsx | 55 ++++++++++++++---
.../NativeShellConnectionManager.test.tsx | 71 ++++++++++++++++++++--
packages/i18n/locales/en/app.json | 5 +-
packages/i18n/locales/es/app.json | 5 +-
packages/i18n/locales/fr/app.json | 5 +-
packages/i18n/locales/ko/app.json | 5 +-
packages/i18n/locales/zh-CN/app.json | 5 +-
packages/i18n/locales/zh-TW/app.json | 5 +-
packages/i18n/src/resources.d.ts | 3 +
12 files changed, 168 insertions(+), 20 deletions(-)
Fusion-Task-Id: FN-7478
Fusion-Task-Lineage: 86a94faa-4799-46cc-aaed-b7901ee9698c
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai >
2026-07-03 21:45:21 -07:00
Fusion
f3c99eb4fa
feat(FN-3577): add native shell guide and bridge contract documentation
...
Adds a native shell integration guide (FN-3577) with fusionShell bridge contract documentation, wired into the docs navigation, plus a regression test; also hardens the dependency graph's task filtering (FN-3085) to include in-review tasks and handle orphan edges, with corresponding test coverage ac
Fusion-Task-Id: FN-3577
2026-05-07 03:59:43 -07:00