You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Investigated user report: "workflow tab only allows for add step... when using playground and selecting open in workflow, workflow is not transferred over".
117
+
- Identified that a recent commit accidentally remapped the `workflows` tab in `App.tsx` to the new `WorkflowTemplatesViewLazy` (a linear prompt chain editor) instead of the intended `WorkflowsViewLazy` (the ReactFlow visual nodes editor used by the Playground).
118
+
- Restored the `workflows` tab mapping to `WorkflowsView` in `App.tsx`, resolving the missing visual editor and restoring the Playground "Open in Workflow" handoff.
119
+
- Verified stability via the test matrix.
120
+
115
121
- **2026-06-18 performance stress test repair (current session):**
116
122
- Investigated user report: "app froze when selecting different menues for a speed stress test".
117
123
- Identified massive DOM reconciliation overhead in `src/components/layout/sidebar.tsx` during rapid tab switches, caused by rendering all conversation history nodes when the search input was empty.
0 commit comments