mathuo

Results 80 comments of mathuo

Seems to be issues with the position of the first and last resize handle containers when gap > 0. Additionally there are some issues with gaps when some panels are...

1.17.1 releases changes related to initial, maximum and minimum sizes as well as a small change to prevent group resizing when moving groups. See http://localhost:3000/docs/core/panels/add#minimum-and-maximum See https://github.com/mathuo/dockview/issues/708 for continued work...

Taking this approach for now as is widely used by other vue library wrappers, for example in ag-gird [here](https://github.com/ag-grid/ag-grid/blob/latest/packages/ag-grid-vue3/src/VueComponentFactory.ts#L71). However https://github.com/mathuo/dockview/pull/669 will remain open as long-term this may well be...

1.17.1 Releases changes related to initial, maximum and minimum sizes as well as a small change to prevent group resizing when moving groups. See http://localhost:3000/docs/core/panels/add#minimum-and-maximum See https://github.com/mathuo/dockview/issues/708 for continued work...

Providing the group `id` could probably be exposed. Groups do not have titles though and you also wouldn't be able to place a group with the direction `within` since that...

Apologies for the delay Fixed in 4.1.0. See https://github.com/mathuo/dockview/releases/tag/v4.1.0

Can you try with this experimental version? Curious to see if this fixes it. `npm install [email protected]`

A fix for this is in `4.11.0`. If issues are found I will reopen