mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-24 04:27:27 +08:00
refactor(editor): extract selected rect widget (#12290)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced the Edgeless Selected Rectangle widget, providing enhanced selection and interaction capabilities in edgeless mode. - Added rotation-aware resize cursors for improved usability when resizing selections. - Integrated new autocomplete panels and selection components for a smoother user experience. - **Refactor** - Modularized the Edgeless Selected Rectangle widget as a standalone package for better maintainability and integration. - Updated internal references and imports to utilize the new widget package. - **Chores** - Updated project and package configurations to include the new widget and ensure proper build and type-checking across the workspace. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -100,6 +100,7 @@
|
||||
{ "path": "./blocksuite/affine/shared" },
|
||||
{ "path": "./blocksuite/affine/widgets/drag-handle" },
|
||||
{ "path": "./blocksuite/affine/widgets/edgeless-auto-connect" },
|
||||
{ "path": "./blocksuite/affine/widgets/edgeless-selected-rect" },
|
||||
{ "path": "./blocksuite/affine/widgets/edgeless-toolbar" },
|
||||
{ "path": "./blocksuite/affine/widgets/edgeless-zoom-toolbar" },
|
||||
{ "path": "./blocksuite/affine/widgets/frame-title" },
|
||||
|
||||
Reference in New Issue
Block a user