Nick O'Leary
1fa8f30550
Support uri fragments for nodes and groups including edit support
2022-09-05 21:08:36 +01:00
Nick O'Leary
f33848e16b
Rework start/stop api to use runtime-event notification message
2022-06-29 10:27:44 +01:00
Steve-Mcl
68331fc40c
implement flows runtime stop/start API and UI
2022-06-08 21:56:17 +01:00
Steve-Mcl
97b7b7b968
ensure space after search terms
2022-05-02 21:22:45 +01:00
Steve-Mcl
8a972ee543
Add "search for" buttons to notifications
2022-05-01 16:48:04 +01:00
Stephen McLaughlin
e714ff35c4
Merge branch 'dev' into diagnostics
2022-04-27 12:08:32 +01:00
Nick O'Leary
12a25c37aa
Merge branch 'master' into dev
2022-04-20 10:56:55 +01:00
Steve-Mcl
6d0b55f753
Ensure i18n of scoped package name
...
fixes #3452
2022-04-04 16:20:44 +01:00
Steve-Mcl
5633c5224e
Add system info UI
2022-03-29 20:59:35 +01:00
Steve-Mcl
b918b75414
Merge remote-tracking branch 'upstream/master' into dev
2022-03-23 11:16:18 +00:00
Steve-Mcl
97ebe33d68
Dont show 1st tab if hidden when loading
...
fixes #3455
2022-02-28 18:15:13 +00:00
Steve-Mcl
62315fd478
Add feature: split-wire-to-links
2022-02-07 12:25:09 +00:00
Nick O'Leary
085233ab9b
Remember last sidebar tab between editor sessions
2022-01-17 21:27:21 +00:00
Nick O'Leary
9439cd0e3d
Merge pull request #3179 from kazuhitoyokoi/dev-addjpn
...
Add Japanese translations for Node-RED v2.1.0-beta.1
2021-11-22 23:25:33 +00:00
Nick O'Leary
8a19f71abe
Refresh editor settings whenever a node is added or enabled
...
Fixes #3217
This ensures any node-provided settings are loaded and ready
for use by the nodes
2021-10-25 20:48:01 +01:00
Kazuhito Yokoi
b55a8ef62a
Merge branch 'dev' into dev-addjpn
2021-10-19 19:20:32 +09:00
Nick O'Leary
2f707a6b16
Merge pull request #3199 from node-red/switch-project-fix
...
Fix switching projects
2021-10-14 12:04:07 +01:00
Nick O'Leary
d4c2fcd559
Merge pull request #3198 from node-red/locale-fix
...
Use locale setting when installing/enabling node
2021-10-14 12:03:54 +01:00
Nick O'Leary
3fde5c27ed
Fix switching projects
2021-10-14 11:07:49 +01:00
Nick O'Leary
e1d492813e
Use locale setting when installing/enabling node
...
Fixes #3194
2021-10-14 10:57:11 +01:00
Nick O'Leary
48d0ee3b6d
Do not show projects-wecome dialog until welcome tour completes
...
Fixes #3193
2021-10-14 10:17:27 +01:00
Kazuhito Yokoi
36f099d68b
Add Japanese translations for Node-RED v2.1.0-beta.1
2021-10-11 16:02:18 +09:00
Nick O'Leary
e9e03c945b
Add core:show-welcome-tour action and logic to display on first-run
2021-09-27 16:42:51 +01:00
Nick O'Leary
9dc5ae21c4
Add menu options for raise/lower actions
2021-09-07 12:04:58 +01:00
Nick O'Leary
192b542fe4
Add menu options for align tools and show shortcuts on menu
2021-09-07 11:47:04 +01:00
Nick O'Leary
fa4b7a1a69
Ensure any html in changelog is escaped before displaying
2021-06-29 13:58:24 +01:00
Steve-Mcl
71bdade7b9
prevent exception if ace is missing
2021-04-29 16:59:11 +01:00
Nick O'Leary
0d0459d83d
Update to latest i18n in editor and runtime
...
Fixes #2924
2021-04-16 16:52:12 +01:00
Kazuhito Yokoi
a157580b22
Add Japanese translations for Node-RED v1.3
2021-04-08 20:06:35 +09:00
Nick O'Leary
5181890433
Add go-to-previous/next-location actions
2021-03-06 23:20:53 +00:00
Nick O'Leary
3d23d1de4f
Merge pull request #2873 from node-red/function-modules
...
Function node external modules
2021-03-01 21:35:31 +00:00
Nick O'Leary
0dc4440a99
Merge branch 'master' into dev
2021-02-25 17:56:01 +00:00
Nick O'Leary
6336ab121e
Merge branch 'dev' into function-modules
2021-02-13 00:21:27 +00:00
Nick O'Leary
9c09ee3b71
Rework Function node module integration
2021-02-12 18:14:13 +00:00
Nick O'Leary
1633a2ff70
Sanitize node type names when displaying in notifications
2021-02-03 15:50:05 +00:00
Nick O'Leary
a2878fa066
Sanitize branch name before displaying in notification message
2021-02-03 15:46:57 +00:00
Nick O'Leary
fa6e0c8964
Ensure the first sidebar tab is shown when editor loads
2021-01-28 23:42:32 +00:00
Nick O'Leary
1f6328bf4e
Add initial support for ThemePlugins
2021-01-26 13:49:47 +00:00
Nick O'Leary
9e179170ee
Add i18n function to editor plugins when they are registered
...
Adds a `_` function to the plugin definition object that will automatically
prepend the plugin's module namespace to any call. This saves the plugin
from having to prepend its namespace all of the time.
2021-01-20 15:35:44 +00:00
Nick O'Leary
9f71dbb006
Fixup merge
2021-01-18 16:25:41 +00:00
Nick O'Leary
a006b52052
Initial plugin runtime api implementation
2021-01-18 16:25:40 +00:00
Nick O'Leary
ea2e3f25d8
Implement node property typing
...
See https://github.com/node-red/designs/pull/37
2021-01-08 14:19:12 +00:00
Nick O'Leary
fc459be531
Deprecate editorTheme.palette.editable for externalModules.palette.allowInstall
...
Also deprecates editorTheme.palette.editable for externalModules.palette.allowUpload
2020-12-23 23:29:07 +00:00
Nick O'Leary
2c6cda1f27
Handle import errors on initial load and report to user
2020-11-02 21:14:24 +00:00
Nick O'Leary
612c565cfd
Add RED.view.redrawStatus to avoid full redraw on update
2020-07-10 16:00:18 +01:00
Nick O'Leary
5a0c10b80e
Handle null status text in the editor
...
Fixes #2606
2020-06-10 10:58:44 +01:00
Nick O'Leary
0c83fa7060
Add loading progress bar
2020-05-11 16:27:22 +01:00
Nick O'Leary
9f29149d87
[help-sidebar] Add help sidebar
2020-05-06 16:15:12 +01:00
Nick O'Leary
f78be9050a
Reorder inital load so projects:load event emits before any nodes:add
2020-04-27 10:49:14 +01:00
Nick O'Leary
294696daf5
Merge branch 'dev' into groups
2020-03-30 23:42:52 +01:00