mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #889] [CLOSED] Add initial drag n drop implementation (Wiki mode, local space) #976
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#976
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/889
Author: @Komediruzecki
Created: 3/25/2021
Status: ❌ Closed
Base:
master← Head:feature/add-drag-n-drop-for-navigator-items📝 Commits (1)
b457428Add 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:
Tested in
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.