fix(ui): revert workflow_editor.html island injection #37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/revert-workflow-editor-island"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR #36 injected the island CSS/HTML/JS directly into workflow_editor.html. The injection broke the layout for non-overlay sessions — opening /workflows/{sid} rendered only the header.
Reverts the HTML template to its pre-#32 layout (the state the user had working). Run redirect goes back to /workflows/{wf}/edit?play={sid} (embedded overlay view, same UX as before all the island work). /plays/{sid} still redirects there.
The bottom-bar pause/resume feature is gone from the editor view for now. I'll re-add it via a non-conflicting approach in a follow-up.
382 deletions, 4 insertions.
0b210d7e48tofe1769acea