Commit 1e14b54
feat: Add stopNodeId tracking for improved validation and edge control (#9867)
✨ (flowSidebarComponent/index.tsx): Remove unnecessary console.log statement
♻️ (flowStore.ts): Refactor useFlowStore to include a stopNodeId property and setter function for better state management and flow control.
Co-authored-by: Carlos Coelho <80289056+carlosrcoelho@users.noreply.github.com>1 parent 020ff24 commit 1e14b54
File tree
3 files changed
+20
-9
lines changed- src/frontend/src
- pages/FlowPage/components/flowSidebarComponent
- stores
- types/zustand/flow
3 files changed
+20
-9
lines changedLines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
548 | | - | |
549 | | - | |
| 548 | + | |
| 549 | + | |
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
| 690 | + | |
690 | 691 | | |
691 | 692 | | |
692 | 693 | | |
| |||
696 | 697 | | |
697 | 698 | | |
698 | 699 | | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
699 | 703 | | |
700 | 704 | | |
701 | 705 | | |
| |||
820 | 824 | | |
821 | 825 | | |
822 | 826 | | |
| 827 | + | |
823 | 828 | | |
824 | 829 | | |
825 | 830 | | |
| |||
829 | 834 | | |
830 | 835 | | |
831 | 836 | | |
832 | | - | |
833 | 837 | | |
834 | 838 | | |
835 | 839 | | |
| |||
911 | 915 | | |
912 | 916 | | |
913 | 917 | | |
| 918 | + | |
914 | 919 | | |
915 | 920 | | |
916 | 921 | | |
917 | | - | |
| 922 | + | |
| 923 | + | |
918 | 924 | | |
919 | 925 | | |
920 | 926 | | |
| |||
938 | 944 | | |
939 | 945 | | |
940 | 946 | | |
941 | | - | |
942 | 947 | | |
943 | 948 | | |
944 | 949 | | |
| |||
1095 | 1100 | | |
1096 | 1101 | | |
1097 | 1102 | | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
1098 | 1107 | | |
1099 | 1108 | | |
1100 | 1109 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| 296 | + | |
| 297 | + | |
296 | 298 | | |
0 commit comments