mathuo 4200d72191
test: Add test for dropdown close button functionality
Verifies that clicking close buttons in tab overflow dropdown works correctly
and doesn't interfere with tab activation behavior.

🤖 Generated with Claude Code (https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-31 21:47:51 +01:00
..
2025-07-30 22:07:02 +01:00
2025-07-30 22:07:02 +01:00
2025-07-30 22:07:02 +01:00
2025-07-30 22:07:02 +01:00
2025-07-29 23:04:27 +01:00
2023-03-12 21:45:30 +08:00

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