As-is: Window splits are hardcoded — either a fixed split or a fixed 2x2 grid.
Want: Dynamic splitting driven by user drag. The user drags to resize a pane boundary, and the split adjusts fluidly rather than snapping to a preset layout. Think VS Code's splitter behavior: drag a divider to resize panes freely, with no preset "2x2" or "50/50" constraint.
This replaces the hardcoded layout with a user-controlled resizable split system.
As-is: Window splits are hardcoded — either a fixed split or a fixed 2x2 grid.
Want: Dynamic splitting driven by user drag. The user drags to resize a pane boundary, and the split adjusts fluidly rather than snapping to a preset layout. Think VS Code's splitter behavior: drag a divider to resize panes freely, with no preset "2x2" or "50/50" constraint.
This replaces the hardcoded layout with a user-controlled resizable split system.