mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 13:25:49 +03:00
[PR #216] [MERGED] All notes in Sidebar #669
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#669
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/216
Author: @Davy-c
Created: 12/23/2019
Status: ✅ Merged
Merged: 12/24/2019
Merged by: @ButteryCrumpet
Base:
master← Head:fix/all-notes-sidebar📝 Commits (10+)
151e954fix dev build307655fadd populated note doc logic7a34a3enote page modif71aa509fix route for non current storaged54a31aremove console.log9324f47modify breadcrumbs9f77db2fix dependencyb7ecc74fix dependencyba4efddremove fluff from utilsec24a75active state for sidenavigator📊 Changes
15 files changed (+273 additions, -95 deletions)
View changed files
📝
package-lock.json(+4 -20)📝
package.json(+1 -1)📝
src/components/NotePage/NoteDetail/NoteDetail.tsx(+30 -15)📝
src/components/NotePage/NoteList/NoteItem.tsx(+48 -4)📝
src/components/NotePage/NoteList/NoteList.tsx(+10 -8)📝
src/components/NotePage/NotePage.tsx(+60 -19)📝
src/components/Router.tsx(+1 -0)📝
src/components/SideNavigator/SideNavigator.tsx(+21 -1)📝
src/components/SideNavigator/SideNavigatorItem.tsx(+8 -0)📝
src/lib/db/NoteDb.spec.ts(+15 -2)📝
src/lib/db/NoteDb.ts(+7 -2)📝
src/lib/db/store.ts(+32 -17)📝
src/lib/db/types.ts(+5 -2)📝
src/lib/router/utils.ts(+29 -2)📝
webpack.config.ts(+2 -2)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.