Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions src/_data/featureCatalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,31 @@ sections:
enterprise:
value: true

- id: immersive-editor-drawer
Comment thread
n-lark marked this conversation as resolved.
label: Customisable Immersive Editor Drawer
description: "Pin, move, resize, or full-screen the immersive editor drawer — your preferences are remembered between sessions."
docsLink: null
changelog:
- url: /changelog/2026/04/immersive-editor-drawer/
release: '2.30'
solutions: [mes, scada, edge-connectivity]
showOnPricing: false
tags: [cloud, self-hosted]
cloud:
starter:
value: true
pro:
value: true
enterprise:
value: true
selfHosted:
starter:
value: true
pro:
value: true
enterprise:
value: true

- id: pipelines
label: DevOps Pipelines
description: "Set up different environments for development, testing, and production Node-RED instances to support a full software delivery lifecycle."
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/changelog/2026/04/immersive-editor-drawer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Customisable Immersive Editor Drawer
description: The immersive editor drawer is now pinnable, switchable, and resizable — with your preferences saved between sessions.
date: 2026-04-29 12:00:00
authors: ['noley-holland']
tags:
- changelog
issues:
- https://github.com/FlowFuse/flowfuse/issues/6267
---

The drawer in the immersive editor used to float over your canvas, blocking parts of your flow whenever it was open. Now it sits inside the editor layout, so FlowFuse tools stay visible alongside your work in Node-RED. You can also set it up the way you like, and it stays that way every time you come back:

![Pinning, moving, and full-screening the immersive editor drawer](./images/immersive-ui-drawer.gif){data-zoomable}
*Pin, switch sides, or go full-screen from the drawer header — your settings persist between sessions.*

- **Pin the drawer** to dock it alongside the canvas, and the Node-RED editor resizes to fit.
- **Switch sides** to move the drawer to the left or right of the screen.
- **Go full-screen** to hide the FlowFuse topbar and give the canvas maximum space.
- **Resize the drawer** to whatever width works best for you.

The drawer opens by default the first time you visit the editor. After that, your browser remembers your choices between sessions.

This feature is available to all FlowFuse Cloud users and Self Hosted users from v2.30.
Loading