[PR #295] [MERGED] Rollback root folder #713

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/295
Author: @Rokt33r
Created: 1/14/2020
Status: Merged
Merged: 1/14/2020
Merged by: @Rokt33r

Base: masterHead: rollback-root-folder


📝 Commits (10+)

  • bb11918 Use useEffectOnce
  • ff85802 Fix lint errors in NoteItem
  • db5f610 Use toast to display error message properly
  • b15ca3b Rollback NoteDb
  • db5fe1c Stop creating default folder
  • b994add Fix style error in SideNavigatorItem
  • cf313a7 Fix remove tag button label
  • c0a7dce Fix left-padding of FoldButton
  • 72977dd Add all notes nav item
  • 05be7af Open tag list when tags clicked

📊 Changes

14 files changed (+114 additions, -74 deletions)

View changed files

📝 src/components/App.tsx (+6 -4)
📝 src/components/NotePage/NoteList/NoteItem.tsx (+13 -5)
📝 src/components/NotePage/NoteList/NoteList.tsx (+0 -1)
📝 src/components/NotePage/NotePage.tsx (+30 -21)
📝 src/components/SideNavigator/FolderListFragment.tsx (+3 -0)
📝 src/components/SideNavigator/SideNavigator.tsx (+25 -15)
📝 src/components/SideNavigator/SideNavigatorItem.tsx (+2 -2)
📝 src/components/SideNavigator/TagListFragment.tsx (+4 -1)
📝 src/lib/db/NoteDb.spec.ts (+1 -0)
📝 src/lib/db/NoteDb.ts (+2 -9)
📝 src/lib/db/specs/renameFolder.spec.ts (+3 -1)
📝 src/lib/db/store.spec.ts (+8 -6)
📝 src/lib/db/store.ts (+16 -8)
📝 src/lib/db/utils.ts (+1 -1)

📄 Description

Fix #257


🔄 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/295 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 1/14/2020 **Status:** ✅ Merged **Merged:** 1/14/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `rollback-root-folder` --- ### 📝 Commits (10+) - [`bb11918`](https://github.com/BoostIO/BoostNote-App/commit/bb119189d534ce7260fe833561ab4bb86a8d95ed) Use useEffectOnce - [`ff85802`](https://github.com/BoostIO/BoostNote-App/commit/ff858020f2d47234b88c039fca5e56ab1035f4f1) Fix lint errors in NoteItem - [`db5f610`](https://github.com/BoostIO/BoostNote-App/commit/db5f610c8261c82e9b65d99b4d7a9e77872b582f) Use toast to display error message properly - [`b15ca3b`](https://github.com/BoostIO/BoostNote-App/commit/b15ca3ba6996000a4fd2e985b65df7b7aae2ab19) Rollback NoteDb - [`db5fe1c`](https://github.com/BoostIO/BoostNote-App/commit/db5fe1cd623cad14903500f6c0cb2f163ac0d386) Stop creating default folder - [`b994add`](https://github.com/BoostIO/BoostNote-App/commit/b994add7d96af7a6ac305cebaf0f8cd70c0c066c) Fix style error in SideNavigatorItem - [`cf313a7`](https://github.com/BoostIO/BoostNote-App/commit/cf313a7960d787f15676af2b349de1f20e9254b6) Fix remove tag button label - [`c0a7dce`](https://github.com/BoostIO/BoostNote-App/commit/c0a7dce180989b55a50128cd71c46ea3b98801b5) Fix left-padding of FoldButton - [`72977dd`](https://github.com/BoostIO/BoostNote-App/commit/72977ddb068a48ca4000a95680ee8b62abb7f052) Add all notes nav item - [`05be7af`](https://github.com/BoostIO/BoostNote-App/commit/05be7afca42ae7849e5bcc98409e902a565b0a39) Open tag list when tags clicked ### 📊 Changes **14 files changed** (+114 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `src/components/App.tsx` (+6 -4) 📝 `src/components/NotePage/NoteList/NoteItem.tsx` (+13 -5) 📝 `src/components/NotePage/NoteList/NoteList.tsx` (+0 -1) 📝 `src/components/NotePage/NotePage.tsx` (+30 -21) 📝 `src/components/SideNavigator/FolderListFragment.tsx` (+3 -0) 📝 `src/components/SideNavigator/SideNavigator.tsx` (+25 -15) 📝 `src/components/SideNavigator/SideNavigatorItem.tsx` (+2 -2) 📝 `src/components/SideNavigator/TagListFragment.tsx` (+4 -1) 📝 `src/lib/db/NoteDb.spec.ts` (+1 -0) 📝 `src/lib/db/NoteDb.ts` (+2 -9) 📝 `src/lib/db/specs/renameFolder.spec.ts` (+3 -1) 📝 `src/lib/db/store.spec.ts` (+8 -6) 📝 `src/lib/db/store.ts` (+16 -8) 📝 `src/lib/db/utils.ts` (+1 -1) </details> ### 📄 Description Fix #257 --- <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:51 +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#713
No description provided.