[PR #214] [CLOSED] Notelist contextmenu #667

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/214
Author: @ButteryCrumpet
Created: 12/23/2019
Status: Closed

Base: masterHead: notelist-contextmenu


📝 Commits (3)

  • 65b0c89 added bookmarked data to note
  • a8dcd40 added context menu to note list
  • fe06a8d fixed tests with bookmarked property

📊 Changes

5 files changed (+71 additions, -1 deletions)

View changed files

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

📄 Description

  • added bookmarked: boolean to NoteDocEditableProps.
  • added context menu to NoteListItem
    • Duplicate
    • Delete
    • Bookmark / Remove Bookmark

🔄 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/214 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 12/23/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `notelist-contextmenu` --- ### 📝 Commits (3) - [`65b0c89`](https://github.com/BoostIO/BoostNote-App/commit/65b0c8981a0f1273ee59ffc15520f5f08b2fcb4b) added bookmarked data to note - [`a8dcd40`](https://github.com/BoostIO/BoostNote-App/commit/a8dcd4041fe2d3b561f7294eeb04621c0b1c20a5) added context menu to note list - [`fe06a8d`](https://github.com/BoostIO/BoostNote-App/commit/fe06a8defc49e1e2adf0ecd704d39b2180f138f4) fixed tests with bookmarked property ### 📊 Changes **5 files changed** (+71 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/components/NotePage/NoteList/NoteItem.tsx` (+44 -0) 📝 `src/components/SideNavigator/SideNavigator.tsx` (+12 -1) 📝 `src/lib/db/NoteDb.spec.ts` (+13 -0) 📝 `src/lib/db/NoteDb.ts` (+1 -0) 📝 `src/lib/db/types.ts` (+1 -0) </details> ### 📄 Description - added `bookmarked: boolean` to `NoteDocEditableProps`. - added context menu to `NoteListItem` - Duplicate - Delete - Bookmark / Remove Bookmark --- <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#667
No description provided.