-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SF-03 flow and subflow editors (#30)
* Install easymde editor * Remove console.log from tab-manager.tsx * Create <FlowEditor /> for editing flows * Edit flow or subflow on edit button click in <Workspace /> * Style <Editor /> * Change tooltip delay from 1 second to 800ms * Add new focus element background color to themes * Style node-editor RedUi with theme styles * Control Node RED Monaco editor from app theme * Move red-ui logic from node-editor.tsx to new red-ui-container.tsx * Display editor title in header * Create new <EnvironmentVariables /> that displays Node-RED editable-list and typed-input environment editor * Refactor flow-editor.tsx to use new form and tabbed layout components * Move state logging from flow-canvas to app.tsx * Create new <Icon /> editor form component * Create new <Color /> form editor component * Create new <Category /> editor form component * Create new <PortLabels /> editor form component * Move creation of flows/subflows from tab-manager and flow-tree to flow.logic * Adjust editor form <Description /> styles * Handle label click in editor form <EnvironmentVariables /> * Implement subflow-editor.tsx with ability to edit subflows * Add new Z_INDEX tab strategy to <TabbedEditor /> * Update <NodeEditor /> with new <TabbedEditor /> and editor form components * Correctly style long workspace names in <Workspace /> * Adjust light theme background colors * Write tests for icon.api * Update builder.logic tests * Write new tests for flow.logic * Update flow.slice tests * Update node-editor.logic tests * Write tests for new selectCategories() selector in node.slice
- Loading branch information
1 parent
5468064
commit cdc9748
Showing
48 changed files
with
3,436 additions
and
397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"cSpell.words": [ | ||
"curvyness", | ||
"easymde", | ||
"jsonata", | ||
"mopt", | ||
"oneditcancel", | ||
"oneditdelete", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.