From 2182e1cdb3dd9ca387486b2a782c0da6f77cb3fb Mon Sep 17 00:00:00 2001 From: JGerla Date: Wed, 8 Oct 2025 11:23:50 +0200 Subject: [PATCH] feat: removed option to add a start or end node to the editor Start and End nodes indicate the start and endpoint for program evaluation, for now adding more start points and end points would overcomplicate the initial implementation. Supporting multiple end nodes could be an interesting option to look into later in development. ref: N25B-114 --- src/visualProgrammingUI/components/DragDropSidebar.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/visualProgrammingUI/components/DragDropSidebar.tsx b/src/visualProgrammingUI/components/DragDropSidebar.tsx index 08ce022..e0f590a 100644 --- a/src/visualProgrammingUI/components/DragDropSidebar.tsx +++ b/src/visualProgrammingUI/components/DragDropSidebar.tsx @@ -124,12 +124,6 @@ export function Sidebar() {
You can drag these nodes to the pane to create new nodes.
- - start Node - - - end Node - phase Node