[PR #889] [CLOSED] Add initial drag n drop implementation (Wiki mode, local space) #976

Closed
opened 2026-03-03 00:24:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/889
Author: @Komediruzecki
Created: 3/25/2021
Status: Closed

Base: masterHead: feature/add-drag-n-drop-for-navigator-items


📝 Commits (1)

  • b457428 Add initial drag n drop implementation

📊 Changes

7 files changed (+356 additions, -13 deletions)

View changed files

📝 src/components/atoms/NavigatorHeader.tsx (+24 -1)
📝 src/components/atoms/NavigatorItem.tsx (+22 -1)
📝 src/components/molecules/FolderNavigatorItem.tsx (+99 -9)
📝 src/components/molecules/FolderNoteNavigatorFragment.tsx (+15 -0)
📝 src/components/molecules/NoteNavigatorItem.tsx (+108 -2)
📝 src/components/molecules/StorageNavigatorFragment.tsx (+61 -0)
📝 src/lib/dnd.ts (+27 -0)

📄 Description

Add initial drag n drop implementation (#860, #575, #690, #571)

Add folder drag and drop
Add note drag and drop
Add note and folder to workspace drag and drop
Add a note to a note drag and drop
Add rename folder error handling (same folder pathname exists)
Add drag leave for folder/workspace/note leave event (dragged over effect)

Demo:
https://user-images.githubusercontent.com/18196945/113562045-c344c900-9605-11eb-9049-c06940a33de3.mp4

Open Points:

  • Styling of dragged-over

Tested in

  • Local dev
  • Production AppImage (Linux)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/889 **Author:** [@Komediruzecki](https://github.com/Komediruzecki) **Created:** 3/25/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/add-drag-n-drop-for-navigator-items` --- ### 📝 Commits (1) - [`b457428`](https://github.com/BoostIO/BoostNote-App/commit/b457428ad97483cf37eb165d39fc3e85ad5cf659) Add initial drag n drop implementation ### 📊 Changes **7 files changed** (+356 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/components/atoms/NavigatorHeader.tsx` (+24 -1) 📝 `src/components/atoms/NavigatorItem.tsx` (+22 -1) 📝 `src/components/molecules/FolderNavigatorItem.tsx` (+99 -9) 📝 `src/components/molecules/FolderNoteNavigatorFragment.tsx` (+15 -0) 📝 `src/components/molecules/NoteNavigatorItem.tsx` (+108 -2) 📝 `src/components/molecules/StorageNavigatorFragment.tsx` (+61 -0) 📝 `src/lib/dnd.ts` (+27 -0) </details> ### 📄 Description **Add initial drag n drop implementation** (#860, #575, #690, #571) Add folder drag and drop Add note drag and drop Add note and folder to workspace drag and drop Add a note to a note drag and drop Add rename folder error handling (same folder pathname exists) Add drag leave for folder/workspace/note leave event (dragged over effect) Demo: https://user-images.githubusercontent.com/18196945/113562045-c344c900-9605-11eb-9049-c06940a33de3.mp4 Open Points: - [ ] Styling of dragged-over **Tested in** - Local dev - Production AppImage (Linux) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:24:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#976
No description provided.