mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #107] [MERGED] Folder manage #571
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#571
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/107
Author: @Rokt33r
Created: 12/8/2019
Status: ✅ Merged
Merged: 12/8/2019
Merged by: @Rokt33r
Base:
master← Head:folder-manage📝 Commits (10+)
753f376Implement untrash and purgeddaaab3Discard types of styled-components7826209Fix contextMenu stylecd6b044Add sideNavOpenedItemList prop to GeneralStatusa412080Use set for openedItem92d106eImprove sc types04536b7Improve disabled text color403749bRenew SideNav component structureef09455Fix folderMap update after updating note's pathname9f2889eImpelemnt moving a note via drag and drop(Same storage)📊 Changes
27 files changed (+1144 additions, -546 deletions)
View changed files
📝
package-lock.json(+9 -30)📝
package.json(+0 -1)📝
src/components/ContextMenu/styled.ts(+3 -0)📝
src/components/Dialog/styled.ts(+2 -2)📝
src/components/GlobalStyle.tsx(+2 -1)📝
src/components/NotePage/NoteDetail/NoteDetail.tsx(+56 -4)📝
src/components/NotePage/NoteList/NoteItem.tsx(+16 -5)📝
src/components/NotePage/NotePage.tsx(+34 -21)➕
src/components/SideNavigator/ControlButton.tsx(+34 -0)➕
src/components/SideNavigator/FolderListFragment.tsx(+271 -0)📝
src/components/SideNavigator/SideNavigator.tsx(+147 -67)📝
src/components/SideNavigator/SideNavigatorItem.tsx(+114 -85)➖
src/components/SideNavigator/StorageNavigatorItem.tsx(+0 -285)➕
src/components/SideNavigator/TagListFragment.tsx(+90 -0)📝
src/lib/db/NoteDb.ts(+5 -1)📝
src/lib/db/store.ts(+208 -34)➕
src/lib/dnd.ts(+38 -0)📝
src/lib/generalStatus/store.ts(+59 -3)📝
src/lib/generalStatus/types.ts(+1 -0)➕
src/lib/nav.ts(+7 -0)...and 7 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.