Skip to content

dbeaver/pro#7565 feat: implement drag-and-drop functionality in the n…#4179

Merged
devnaumov merged 8 commits intodevelfrom
7565-cb-implement-dnd-functionality-in-the-new-tree
Mar 12, 2026
Merged

dbeaver/pro#7565 feat: implement drag-and-drop functionality in the n…#4179
devnaumov merged 8 commits intodevelfrom
7565-cb-implement-dnd-functionality-in-the-new-tree

Conversation

@SychevAndrey
Copy link
Copy Markdown
Contributor

…ew tree component

Screen.Recording.2026-02-26.at.17.05.25.mov

Comment thread webapp/packages/plugin-navigation-tree/src/TreeNew/useNodeDnD.ts Outdated
Comment thread webapp/packages/plugin-navigation-tree/src/TreeNew/useNodeDnD.ts Outdated
Comment thread webapp/packages/plugin-navigation-tree/src/TreeNew/Node.tsx Outdated
@SychevAndrey SychevAndrey requested a review from Wroud March 3, 2026 13:40
Wroud
Wroud previously approved these changes Mar 4, 2026
expanded={expanded}
className={clsx({
'tree-node--dnd-drop-target': isValidDropTarget,
'tree-node--dnd-dragging': dnd.state.isDragging,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably should have used data attributes?

@devnaumov devnaumov merged commit 743afca into devel Mar 12, 2026
10 checks passed
@devnaumov devnaumov deleted the 7565-cb-implement-dnd-functionality-in-the-new-tree branch March 12, 2026 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants