mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #75] [MERGED] Side nav #542
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#542
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/75
Author: @Rokt33r
Created: 10/13/2019
Status: ✅ Merged
Merged: 10/13/2019
Merged by: @Rokt33r
Base:
master← Head:side-nav📝 Commits (10+)
058e4f1Implement Split editorfe7def5Disable user-select for NoteIteme7957d5Fix toolbar button group border radius styled5313e6Add ToolbarIconInput for search input23f0bb1Add notebook icon to StorageItemd28f091Implement trashNotea57baddImprove Link component7bc1a82Introduce tree view to sideNav43c6de4Enable side nav context menub7aa28fApply active style for sidenav items📊 Changes
22 files changed (+1255 additions, -366 deletions)
View changed files
📝
package-lock.json(+555 -5)📝
package.json(+4 -2)📝
src/components/App.tsx(+6 -4)📝
src/components/NotePage/NoteDetail/NoteDetail.tsx(+34 -10)📝
src/components/NotePage/NoteList/NoteItem.tsx(+1 -0)📝
src/components/NotePage/NoteList/NoteList.tsx(+11 -1)📝
src/components/NotePage/NotePage.tsx(+2 -1)📝
src/components/SideNavigator/SideNavigator.tsx(+129 -27)➕
src/components/SideNavigator/SideNavigatorItem.tsx(+100 -0)➖
src/components/SideNavigator/StorageItem/FolderItem.tsx(+0 -87)➖
src/components/SideNavigator/StorageItem/StorageItem.tsx(+0 -167)➖
src/components/SideNavigator/StorageItem/styled.tsx(+0 -43)➕
src/components/SideNavigator/StorageNavigatorItem.tsx(+265 -0)📝
src/components/atoms/CodeEditor.tsx(+4 -0)📝
src/components/atoms/Icon.tsx(+3 -2)📝
src/components/atoms/ToolbarButtonGroup.tsx(+6 -0)➕
src/components/atoms/ToolbarIconInput.tsx(+48 -0)📝
src/components/atoms/TwoPaneLayout.tsx(+28 -5)📝
src/lib/db/store.ts(+25 -1)📝
src/lib/router/Link.tsx(+21 -5)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.