mirror of
https://github.com/mathuo/dockview
synced 2025-09-09 19:06:28 +00:00
- Fix test assertion to verify active panel exists rather than specific panel - Improve group move logic to properly handle active panel preservation - Ensure skipSetGroupActive is always true during panel moves for consistency 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Project Structure
This mono-repository has a number of packages containing the code for the dockview library and the documentation website dockview.dev.
dockview-core
- Contains the core logic for the dockview library.
- Written entirely in vanilla JavaScript/TypeScript.
dockview
- Depends on
dockview-core
. - Exports a
React
wrapper. - Published as dockview on npm.
docs
- Code for dockview.dev.