Commit Graph

2920 Commits (9275aad09e0ebb166dea4f67dba613e6aab92a7c)

Author SHA1 Message Date
Nick O'Leary 9275aad09e
Tidy up modal shade appearance 2026-03-13 14:23:24 +00:00
Nick O'Leary 0d96ba296d
Merge pull request #5560 from node-red/marked-error-handling
Add error handling for markdown parser
2026-03-12 10:16:59 +00:00
Nick O'Leary 5d4c7b9749
Update reveal node styling 2026-03-11 17:21:23 +00:00
Nick O'Leary 94cc517472
Add error handling for markdown parser 2026-03-11 14:22:32 +00:00
Nick O'Leary 5232ec0373
Merge pull request #5556 from node-red/expand-list-behaviour
Minor change to treeList select/expand behaviour
2026-03-11 09:10:26 +00:00
Nick O'Leary b8e225e4c1
Handle shift-scroll more robustly 2026-03-10 17:04:01 +00:00
Nick O'Leary 8bb80daded
Minor change to treeList select/expand behaviour 2026-03-10 16:22:44 +00:00
Nick O'Leary fcc7ea2ad2
Merge pull request #5554 from bonanitech/remove-obsolete-css-properties-dev
Remove obsolete vendor-prefixed CSS properties
2026-03-10 16:13:46 +00:00
Nick O'Leary 3d8d3e2fa9
Merge pull request #5555 from node-red/5544-reveal-position-fix
Include sidebar width in position calculation for reveal function
2026-03-10 16:13:24 +00:00
Nick O'Leary 85b737592e
Include sidebar width in position calculation for reveal function 2026-03-10 16:04:15 +00:00
Nick O'Leary b163f38f7e
Merge pull request #5448 from n-lark/5377/ux-menu-vertical-overflow
[5377] UX: Ensure menus handle vertical overflow
2026-03-10 16:03:18 +00:00
Nick O'Leary 1edac26805
Apply suggestions from code review 2026-03-10 15:02:10 +00:00
Mauricio Bonani 24efcac5e8 Remove obsolete vendor-prefixed CSS properties 2026-03-10 11:01:58 -04:00
Nick O'Leary cd7f4c43b3
Merge pull request #5551 from node-red/5547-fix-zoom-to-fit
Account for sidebar width when calculating zoom-to-fit scale
2026-03-10 13:21:17 +00:00
Mauricio Bonani 3826d3b1c6 Fix tab fade CSS 2026-03-10 08:04:35 -04:00
Nick O'Leary d8519a91c2
Account for sidebar width when calculating zoom-to-fit scale 2026-03-10 11:44:39 +00:00
Nick O'Leary 017220f455
Better touch handling for submenus 2026-03-10 11:38:51 +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 667479f7d0 Update portaled menu styling to match 2026-03-06 12:28:57 -08:00
Noley Holland b6cb9e0e9e Remove dark menu styling & update light menu styling to fix issues with keyboard shortcuts and icons on submenus 2026-03-06 12:08:00 -08:00
Noley Holland d39fabcad9 Add scrolling support for menus that exceed viewport height while preserving submenu pop-out behavior 2026-03-06 11:37:26 -08: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 60656d7f61
Do not cache subflow colors as each subflow can have its own 2026-03-05 15:26:32 +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