Added react-mosaic-component layout manager to IdeContainer #229
Reference in New Issue
Block a user
Delete Branch "franknoirot/218"
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?
I actually really prefer this package to
react-grid-layout, because it is far more lightweight and it's drag-and-drop behavior works as I would intuitively expect it to, where items resize to fit the available space given a dragged item's new dimensions.Another cool feature of this library is that we have the option to add toolbars for each window pane with their custom logic and styling. So we can easily do the color coding we discussed for different CAD packages, and could even move the toolbar buttons into these panes if we wanted (render into the viewer, save into the editor, etc), or just provide a configuration "gear icon" button that lets the user set their preferences for each pane.
Apologies my linting doesn't seem to be working quite right, so this will cause some whitespace commit diffs in future. I'll try to sort it out before doing larger work.
Good lord my linter nonsense got commited. I'm gonna delete this and redo, apologies.
Pull request closed