Skip to content

Android 2025.09.2500

Latest

Choose a tag to compare

@CaryTrivett CaryTrivett released this 24 Sep 16:58
· 15 commits to main since this release
feat(drag): propagate hideProjectTitle to drag overlay items

This commit ensures that the hideProjectTitle prop is properly passed to project items displayed in the drag overlay. Previously, when dragging desktop project items, the overlay version would not respect the hideProjectTitle setting, causing inconsistent visual behavior between the static list and the drag preview.

The changes add a new projectProps interface to DragOverlayItem and pass the hideProjectTitle value through from DesktopProjectList to maintain visual consistency during drag operations.