Skip to content

Remote instance immersive editor UI tweaks#6658

Merged
cstns merged 8 commits into6645_handle-redirect-when-accessing-unreachable-remote-instancesfrom
6650_remote-instanceimmersive-editor-ui-tweaks
Feb 6, 2026
Merged

Remote instance immersive editor UI tweaks#6658
cstns merged 8 commits into6645_handle-redirect-when-accessing-unreachable-remote-instancesfrom
6650_remote-instanceimmersive-editor-ui-tweaks

Conversation

@cstns
Copy link
Copy Markdown
Contributor

@cstns cstns commented Feb 6, 2026

Description

Bare minimum ui tweaks to make the remote instance nested routes align nicely in the immersive editor drawer.

also covers #6487 for both remote and hosted instances.

Related Issue(s)

closes #6650

Checklist

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • Configuration details
    • Concepts
  • Changes flowforge.yml?
    • Issue/PR raised on FlowFuse/helm to update ConfigMap Template
    • Issue/PR raised on FlowFuse/CloudProject to update values for Staging/Production
  • Link to Changelog Entry PR, or note why one is not needed.

Labels

  • Includes a DB migration? -> add the area:migration label

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.66%. Comparing base (38cf323) to head (5075231).

Additional details and impacted files
@@                                        Coverage Diff                                        @@
##           6645_handle-redirect-when-accessing-unreachable-remote-instances    #6658   +/-   ##
=================================================================================================
  Coverage                                                             76.66%   76.66%           
=================================================================================================
  Files                                                                   398      398           
  Lines                                                                 20103    20103           
  Branches                                                               4841     4841           
=================================================================================================
  Hits                                                                  15411    15411           
  Misses                                                                 4692     4692           
Flag Coverage Δ
backend 76.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

…mmersive mode for Version History components.
@cstns cstns linked an issue Feb 6, 2026 that may be closed by this pull request
Comment on lines +191 to +196
// {
// label: 'Developer Mode',
// to: { name: 'device-editor-developer-mode' },
// tag: 'device-devmode',
// hidden: !(this.isDevModeAvailable && this.device.mode === 'developer')
// }
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dead code?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left it in there for the follow-up where we re-enable it once I fix the underlying problems within the page

@cstns cstns requested a review from Steve-Mcl February 6, 2026 17:43
cstns added 2 commits February 6, 2026 20:12
…ance-immersive-mode

Enable the remote instance immersive editor
…instances' into 6650_remote-instanceimmersive-editor-ui-tweaks
@cstns cstns merged commit 8bbfd58 into 6645_handle-redirect-when-accessing-unreachable-remote-instances Feb 6, 2026
4 checks passed
@cstns cstns deleted the 6650_remote-instanceimmersive-editor-ui-tweaks branch February 6, 2026 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix aligment of remote instance nested pages

2 participants