[PR #217] [MERGED] Bookmarks #672

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/217
Author: @ButteryCrumpet
Created: 12/23/2019
Status: Merged
Merged: 12/24/2019
Merged by: @ButteryCrumpet

Base: fix/all-notes-sidebarHead: bookmarks


📝 Commits (4)

  • 6da3ce2 added bookmarked data to note
  • a5059a5 added context menu to note list
  • 5dbe5bf fixed tests with bookmarked property
  • a73c391 all bookmarks page

📊 Changes

8 files changed (+97 additions, -3 deletions)

View changed files

📝 src/components/NotePage/NoteList/NoteItem.tsx (+44 -0)
📝 src/components/NotePage/NotePage.tsx (+13 -2)
📝 src/components/Router.tsx (+1 -0)
📝 src/components/SideNavigator/SideNavigator.tsx (+11 -1)
📝 src/lib/db/NoteDb.spec.ts (+13 -0)
📝 src/lib/db/NoteDb.ts (+1 -0)
📝 src/lib/db/types.ts (+1 -0)
📝 src/lib/router/utils.ts (+13 -0)

📄 Description

  • context menu on NoteListItem

    • Duplicate
    • Delete
    • Bookmark
  • All Bookmarks Page and link in SideNavigation


🔄 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/217 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 12/23/2019 **Status:** ✅ Merged **Merged:** 12/24/2019 **Merged by:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Base:** `fix/all-notes-sidebar` ← **Head:** `bookmarks` --- ### 📝 Commits (4) - [`6da3ce2`](https://github.com/BoostIO/BoostNote-App/commit/6da3ce262d8eb2234b7a8cac4b4a566f91f5ed5a) added bookmarked data to note - [`a5059a5`](https://github.com/BoostIO/BoostNote-App/commit/a5059a519d9a1523fc95fe5ccd2ec1966d3a2227) added context menu to note list - [`5dbe5bf`](https://github.com/BoostIO/BoostNote-App/commit/5dbe5bf07fadb1100a9ec30167ce22fed81c73f5) fixed tests with bookmarked property - [`a73c391`](https://github.com/BoostIO/BoostNote-App/commit/a73c3917dce16dd99e5e6477b61d79bb27e7c6ba) all bookmarks page ### 📊 Changes **8 files changed** (+97 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/components/NotePage/NoteList/NoteItem.tsx` (+44 -0) 📝 `src/components/NotePage/NotePage.tsx` (+13 -2) 📝 `src/components/Router.tsx` (+1 -0) 📝 `src/components/SideNavigator/SideNavigator.tsx` (+11 -1) 📝 `src/lib/db/NoteDb.spec.ts` (+13 -0) 📝 `src/lib/db/NoteDb.ts` (+1 -0) 📝 `src/lib/db/types.ts` (+1 -0) 📝 `src/lib/router/utils.ts` (+13 -0) </details> ### 📄 Description - context menu on `NoteListItem` - Duplicate - Delete - Bookmark - All Bookmarks Page and link in SideNavigation --- <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:40 +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#672
No description provided.