[PR #216] [MERGED] All notes in Sidebar #669

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

📋 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: masterHead: fix/all-notes-sidebar


📝 Commits (10+)

📊 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

Screen Shot 2019-12-23 at 19 42 08 Screen Shot 2019-12-23 at 19 42 20

🔄 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/216 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 12/23/2019 **Status:** ✅ Merged **Merged:** 12/24/2019 **Merged by:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Base:** `master` ← **Head:** `fix/all-notes-sidebar` --- ### 📝 Commits (10+) - [`151e954`](https://github.com/BoostIO/BoostNote-App/commit/151e95402ee780040af66c4531d8f3b9cb6c5298) fix dev build - [`307655f`](https://github.com/BoostIO/BoostNote-App/commit/307655f6c4cdda3946366ca79df4611a5abdd6cd) add populated note doc logic - [`7a34a3e`](https://github.com/BoostIO/BoostNote-App/commit/7a34a3e8a040b106f73adc0f4f74df875e5e8b51) note page modif - [`71aa509`](https://github.com/BoostIO/BoostNote-App/commit/71aa50939a014065986b495c98b80c05f390a868) fix route for non current storage - [`d54a31a`](https://github.com/BoostIO/BoostNote-App/commit/d54a31acc02005091330f21706e94e41064a3fed) remove console.log - [`9324f47`](https://github.com/BoostIO/BoostNote-App/commit/9324f47ad5c84100b9044f22150c9fd8181b0e5a) modify breadcrumbs - [`9f77db2`](https://github.com/BoostIO/BoostNote-App/commit/9f77db2eab94a922c12787d4a4ce8bd7d52cf51a) fix dependency - [`b7ecc74`](https://github.com/BoostIO/BoostNote-App/commit/b7ecc7444e80c62c2d9cb283d0d70040b2d960f9) fix dependency - [`ba4efdd`](https://github.com/BoostIO/BoostNote-App/commit/ba4efdd6edbe27b396e8c3bc14de67bd83305db5) remove fluff from utils - [`ec24a75`](https://github.com/BoostIO/BoostNote-App/commit/ec24a751c9d47dcf9f9decd0bef208a3661cf2ae) active state for sidenavigator ### 📊 Changes **15 files changed** (+273 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description <img width="1651" alt="Screen Shot 2019-12-23 at 19 42 08" src="https://user-images.githubusercontent.com/45586198/71353431-5ba76d80-25bc-11ea-9b14-c02b12319b70.png"> <img width="1672" alt="Screen Shot 2019-12-23 at 19 42 20" src="https://user-images.githubusercontent.com/45586198/71353432-5ba76d80-25bc-11ea-9569-59fd42f2cf76.png"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:22:39 +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#669
No description provided.