Kevin Verdieck
Kevin Verdieck
Any idea on a timeline for this?
Have you tried using `MosaicWithoutDragDropContext` and creating the context in root of your application in a place that doesn't change on navigation? Essentially putting this line in the root of...
This is super useful I appreciate it. Will definitely look into picking some of these changes over to master although I have very little time nowadays to spend on this...
Yeah I think it would make sense in Mosaic. Will mull over implementation and API. Do you think tabs should be a global flag or only certain panes/views should be...
Hmm.. If Mosaic adds a `MosaicTabbedWindow` then it could be possible to render the views that should support tabs with it and views that don't support it with `MosaicWindow`. My...
Yeah this might be a good opportunity to lump a fix to #31 in. One needs to figure out a way to handle `splitPercentage` and backwards compatibility (for persisted trees)....
I won't have time to work on it personally - but accepting PRs!
Pass custom `toolbarControls` to `MosaicWindow`. You can pass [``](https://github.com/nomcopter/react-mosaic/blob/c19c6b4f574b8c20492ca46906947fe82bbdcdbd/src/buttons/RemoveButton.tsx#L8) the `onClick` prop to do what you want.
Not currently, but a second `meta` arg to `onChange` would make sense 👍
What would it do if the windows were side by side? Agreed I don't think this is too doable with the current API. Open to requests and PRs though.