-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP Split Pane #798
WIP Split Pane #798
Conversation
Excellent start! Please re-build based on #802 That provides a foundation where you can make the icon clicking do something - probably dispatch a new action that transforms the |
Actually, I could merge this if we revert the changes commenting out the DOM removal AND put the new icon behind a feature flag. Ideally the icon could represent a split pane. The "+" symbol may not be the best. |
|
Added my commit. Back to you! |
moved the split view icon to the top right of the editor and add moved the tooltip labels for the run code button and split view icon to display below the icons.
the new split pane reducer takes a leaf pane and converts it into a split pane with two leaf pane childern with the same tabs as the original leaf pane before the split.
just a draft.
I added a button and a hacky split pane view