-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Improve performance of List View drag and drop #25067
Copy link
Copy link
Closed
Labels
[Feature] Drag and DropDrag and drop functionality when working with blocksDrag and drop functionality when working with blocks[Feature] List ViewMenu item in the top toolbar to select blocks from a list of links.Menu item in the top toolbar to select blocks from a list of links.[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] PerformanceRelated to performance effortsRelated to performance efforts
Metadata
Metadata
Assignees
Labels
[Feature] Drag and DropDrag and drop functionality when working with blocksDrag and drop functionality when working with blocks[Feature] List ViewMenu item in the top toolbar to select blocks from a list of links.Menu item in the top toolbar to select blocks from a list of links.[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] PerformanceRelated to performance effortsRelated to performance efforts
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
The performance for drag and drop in List View (currently enabled on the experimental navigation page) deteriorates significantly in relation to the number of blocks present, in contrast to the general editor canvas.
I've noticed a few things that can be improved. A big on seems to be that
useDropZoneis continuallyTo reproduce
Steps to reproduce the behavior:
Expected behavior
Observe the updates to the drop zones and draggable chip become very laggy.