Nick O'Leary
d8519a91c2
Account for sidebar width when calculating zoom-to-fit scale
2026-03-10 11:44:39 +00:00
Stephen McLaughlin
78660d4028
Editor loading improvements ( #5541 )
...
* remove ace editor scripts from vendor bundle
* bootstrap ace editor
* defer initialization of Monaco and ACE editors until they are loaded
* add fallback "basic" code editor
* fallback to basic code editor if preferred editor fails to initialize
* load Monaco & lang pack dynamically
* fix: textarea outer element should be let not const
* basic text editor styling
* fix: remove incorrectly placed !important inside the var
* get rid of IE check
* guard against bad lib setting
* fix save/restore state of basic editor
* ensure we add markdown toolbar
* Ensure we use the dom element for scroll to line method
* Update code editor selection in default settings.js
* Update link to Monaco editor options in settings.js
* lint fix
2026-03-10 10:56:18 +00:00
Nick O'Leary
55462b2dc6
Merge pull request #5549 from node-red/5516-sidebar-tab-buttons-overflow
...
Improve workspace footer handling of smaller screen widths
2026-03-09 17:51:50 +00:00
Nick O'Leary
b1a3b368c9
Fix linting
2026-03-09 17:43:57 +00:00
Nick O'Leary
ed85f156ac
Improve workspace footer handling of smaller screen widths
2026-03-09 17:36:27 +00:00
Noley Holland
9530661b19
Remove margin on red-ui-tabs to fix node red dashboard styling
2026-03-09 07:49:17 -07:00
Nick O'Leary
e10bf6ed6b
Merge pull request #5537 from n-lark/5522-subflow-toolbar-scroll
...
[5522] UX: vertical scrollbar should not overlap subflow toolbar
2026-03-09 13:21:59 +00:00
Noley Holland
987f8b6839
Move scrollbar offset to before size calc
2026-03-09 06:14:12 -07:00
Nick O'Leary
33a98e4b1d
Merge pull request #5539 from n-lark/5523-cursor-events-in-footer
...
[5523] UX: Cursor events in workspace get interrupted when over status/scroll bars
2026-03-09 09:34:42 +00:00
Nick O'Leary
17a9ac4f75
Merge pull request #5538 from n-lark/5521-non-flow-click-info
...
[5521] UX: Selecting non-flow object in Explorer causes Info to go blank
2026-03-09 09:34:12 +00:00
Noley Holland
c4aec642e0
Adjust pointer events to not block interaction with canvas
2026-03-06 11:28:22 -08:00
Noley Holland
307e5f4935
Remove clearing of sidebar info when clicking on a non flow
2026-03-06 11:06:52 -08:00
Noley Holland
98b0b3ffac
Update position of scrollbar for subflows so it does not overlap
2026-03-06 10:38:44 -08:00
Noley Holland
430c01bb63
Fix tab alignment and update border radius to be more consistent with other UI elements
2026-03-06 10:15:03 -08:00
Nick O'Leary
043db32472
Merge branch 'master' into sync-417-to-dev
2026-03-06 13:44:36 +00:00
Nick O'Leary
aa52779a8c
Bump for 4.1.7
2026-03-06 11:41:51 +00:00
Nick O'Leary
9933617eea
Suppress i18n notice in frontend
2026-03-06 11:35:20 +00:00
Nick O'Leary
b95d65e4d8
Do not block touch events on ports
2026-03-06 11:28:37 +00:00
Nick O'Leary
653d8a5b45
Allow palette.categories to be set via theme plugin
2026-03-06 09:37:01 +00:00
Nick O'Leary
98a48d6b3a
Set showSupportNotice option on i18n
2026-03-05 16:16:45 +00:00
Nick O'Leary
1ae8820e26
Update package
2026-03-05 15:43:16 +00:00
Nick O'Leary
8632b767c4
Merge pull request #5518 from node-red/5512-sf-colors
...
Do not cache subflow colors as each subflow can have its own
2026-03-05 15:37:42 +00:00
Nick O'Leary
60656d7f61
Do not cache subflow colors as each subflow can have its own
2026-03-05 15:26:32 +00:00
Nick O'Leary
9023c723c5
Update tar/multer deps
2026-03-05 11:35:17 +00:00
Nick O'Leary
5a78aa543a
Bump for beta3 release
2026-03-05 10:50:12 +00:00
Nick O'Leary
372c0ea690
Merge pull request #5498 from node-red/sidebar-redux
...
UX updates for beta 3
2026-03-05 10:36:59 +00:00
Nick O'Leary
037585e586
Tidy up status bar placement and persistence of sidebar state
2026-03-04 18:21:42 +00:00
Mauricio Bonani
bed26b716b
Remove IE7 CSS hacks
2026-03-04 11:35:57 -05:00
Nick O'Leary
a156743e06
Apply suggestion from @knolleary
2026-03-04 09:40:55 +00:00
Noley Holland
7ca3622648
Update styling of subflow icon and add LH padding to flow names
2026-03-03 10:07:31 -08:00
Noley Holland
bbaa922dd0
Update styling of tabs to floating active tab and ghost inactive tabs
2026-03-03 07:16:20 -08:00
Steve-Mcl
f768a02b56
Remove old format lang packs
2026-03-02 19:14:51 +00:00
Steve-Mcl
64727fca87
remap deprecated Monaco APIs to new APIs
2026-03-02 17:22:09 +00:00
Nick O'Leary
83d79ef58a
Move sidebar buttons to the bottom
2026-03-02 17:19:12 +00:00
Steve-Mcl
cc6cd0d51f
update monaco bootstrap for latest monaco
2026-03-02 17:10:02 +00:00
Steve-Mcl
a99cfaf653
upgrade monaco to latest 0.55.1
2026-02-28 21:04:13 +00:00
Nick O'Leary
cd9ff6d9b2
Merge pull request #4951 from node-red/move-location-of-new-creds-files
...
Move location of new creds files to be next to flows (if they don't exist already in userdir)
2026-02-26 13:20:32 +00:00
Nick O'Leary
6a74428edd
Various CSS tidy-ups
2026-02-26 10:31:57 +00:00
Nick O'Leary
c3915a6c4d
Fix lint
2026-02-26 10:31:57 +00:00
Nick O'Leary
282db370d7
UX updates for beta 3
2026-02-26 10:31:56 +00:00
Nick O'Leary
c9f86d18ff
Merge branch 'master' into sync-to-dev
2026-02-26 10:20:31 +00:00
Nick O'Leary
b671813459
Bump for 4.1.6 release
2026-02-25 17:44:41 +00:00
Nick O'Leary
35e3034378
Bump dependencies
2026-02-25 17:38:53 +00:00
Nick O'Leary
f049a33c69
Merge pull request #5500 from node-red/5487-support-palette-theme-plugin
...
Allow palette.theme to be set via theme plugin and include icons
2026-02-25 16:39:33 +00:00
Nick O'Leary
5e83d1056e
Merge pull request #5501 from node-red/5497-config-tooltip-text
...
Ensure config sidebar tooltip handles html content
2026-02-25 16:39:06 +00:00
Stephen McLaughlin
ae81bc1f78
Merge branch 'master' into palette-updates
2026-02-25 15:50:45 +00:00
Nick O'Leary
97f9ed476a
Ensure config sidebar tooltip handles html content
2026-02-25 15:50:40 +00:00
Steve-Mcl
5b3eb78103
Change getter to explicit function: `getAvailableUpdates`
2026-02-25 15:46:55 +00:00
Nick O'Leary
d4819ddd47
Merge pull request #5495 from node-red/5489-frontend-hooks
...
Add frontend pre and post debug message hooks
2026-02-25 15:35:03 +00:00
Nick O'Leary
65d68d27ca
Allow palette.theme to be set via theme plugin and include icons
2026-02-25 14:37:01 +00:00