Whilst the editor is initialising it hides the workspace.
Since moving the tabs into the header, they are flashing up whilst the editor is loading; they should be hidden until everything has loaded.
Here are screenshots captured whilst the editor is loading (achieved by adding return statements at various points in the loading to 'freeze' progress).
|
RED.deploy.init(RED.settings.theme("deployButton",null)); |
The deploy/menu buttons shouldn't be visible at this stage. They are out of position as the workspace tabs element hasn't been inserted yet.
This is right before the complete editor is 'revealed'. The tabs are visible, as are the deploy/menu buttons. They should still be hidden at this stage.

Whilst the editor is initialising it hides the workspace.
Since moving the tabs into the header, they are flashing up whilst the editor is loading; they should be hidden until everything has loaded.
Here are screenshots captured whilst the editor is loading (achieved by adding
returnstatements at various points in the loading to 'freeze' progress).node-red/packages/node_modules/@node-red/editor-client/src/js/red.js
Line 871 in 615b799
The deploy/menu buttons shouldn't be visible at this stage. They are out of position as the workspace tabs element hasn't been inserted yet.
node-red/packages/node_modules/@node-red/editor-client/src/js/red.js
Line 671 in 615b799
This is right before the complete editor is 'revealed'. The tabs are visible, as are the deploy/menu buttons. They should still be hidden at this stage.