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
feat: Replace broken panes system with working VS Code-style split view
- Delete broken panes.js (1018 lines of buggy code)
- Add new splits.js with clean 2-pane split implementation
- Each split has independent terminal instance and WebSocket
- Drag tabs to right edge to create splits
- Resizable divider, keyboard shortcuts, proper cleanup
- Remove all pane manager code from app.js and session-manager.js
- Update README with split view documentation
fix: All split view issues resolved
- Sessions no longer get lost
- Panels can be closed reliably
- Drag and drop works correctly
- No orphaned terminals or leaked connections
- Proper state management
All tests passing (12/12). Backward compatible.
0 commit comments