mathuo

Results 80 comments of mathuo

A couple of the utility methods are exposed [here](https://github.com/mathuo/dockview/blob/master/packages/dockview-core/src/index.ts#L14) but with slightly different names to avoid conflicts as they are common patterns seen across many codebases. For example you can...

Dockview does has an `always` rendering mode which does something similar to what I think you are describing, it is not the default behaviour though - you need to explicitly...

That basic example has the general idea yes but I still need to fill out the examples that exist for both React and Vue in vanilla TypeScript, working on it...

Do you have some example code I could run? I would expect the watermark behaviour to be similar to [this](https://dockview.dev/templates/dockview/watermark/react/index.html) example.

should be working now - the caveat to this is some examples don't exist for both JavaScript and Vue which is why you may see the occassion Page Not Found....

I believe this is probably something similar to https://github.com/mathuo/dockview/issues/590 i.e. when it is possible (since it's not always possible to use an exact height and width) use a user-defined preferred...

I believe this is probably something similar to https://github.com/mathuo/dockview/issues/590 i.e. when it is possible (since it's not always possible to use an exact height and width) use a user-defined preferred...

Tracking in https://github.com/mathuo/dockview/issues/640

Released in 1.17.1 See http://localhost:3000/docs/core/panels/add#initial-size See https://github.com/mathuo/dockview/issues/708 for continued work on group size preservation