[PR #495] [MERGED] Improve note page #776

Closed
opened 2026-03-03 00:23:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/495
Author: @Rokt33r
Created: 6/4/2020
Status: Merged
Merged: 6/4/2020
Merged by: @Rokt33r

Base: masterHead: improve-note-page2


📝 Commits (7)

  • 2d0177c Refactor style of NoteDetail
  • f255678 Change contextmenu icon
  • 017c30c Refactor NoteItem component
  • 8626607 Implement compact menu list style
  • a0f1f36 Disable global keybinding
  • 8e8a047 Rename noteListing option to noteListView
  • ce3d69d Add note list view selector to general preferences tab

📊 Changes

8 files changed (+401 additions, -369 deletions)

View changed files

📝 src/components/PreferencesModal/GeneralTab.tsx (+23 -0)
src/components/atoms/ToolbarExportButton.tsx (+0 -52)
📝 src/components/molecules/NoteDetailToolbar.tsx (+52 -6)
📝 src/components/molecules/NoteItem.tsx (+196 -158)
📝 src/components/organisms/ContextMenu.tsx (+5 -0)
📝 src/components/organisms/NoteDetail.tsx (+47 -111)
📝 src/components/organisms/NoteNavigator.tsx (+75 -42)
📝 src/lib/preferences.ts (+3 -0)

📄 Description

  • Support compact view

Kazam_screenshot_00000


🔄 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/495 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 6/4/2020 **Status:** ✅ Merged **Merged:** 6/4/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `improve-note-page2` --- ### 📝 Commits (7) - [`2d0177c`](https://github.com/BoostIO/BoostNote-App/commit/2d0177c947921cfda0b6a20d4135c45d08b8365a) Refactor style of NoteDetail - [`f255678`](https://github.com/BoostIO/BoostNote-App/commit/f255678cf799e7e20f3d8f116fee6d9e4e364340) Change contextmenu icon - [`017c30c`](https://github.com/BoostIO/BoostNote-App/commit/017c30c1a0bf5e0625af8055b2e0f61a476f2c50) Refactor NoteItem component - [`8626607`](https://github.com/BoostIO/BoostNote-App/commit/8626607886ce3bf9d0edab6d18d23448beb71c49) Implement compact menu list style - [`a0f1f36`](https://github.com/BoostIO/BoostNote-App/commit/a0f1f3649892a885b29cf074a1c6ccb2b7798d9f) Disable global keybinding - [`8e8a047`](https://github.com/BoostIO/BoostNote-App/commit/8e8a047a811a8ec508e6a728428b72ea494b795a) Rename noteListing option to noteListView - [`ce3d69d`](https://github.com/BoostIO/BoostNote-App/commit/ce3d69de4607278db23f49469a58b2702f6a647d) Add note list view selector to general preferences tab ### 📊 Changes **8 files changed** (+401 additions, -369 deletions) <details> <summary>View changed files</summary> 📝 `src/components/PreferencesModal/GeneralTab.tsx` (+23 -0) ➖ `src/components/atoms/ToolbarExportButton.tsx` (+0 -52) 📝 `src/components/molecules/NoteDetailToolbar.tsx` (+52 -6) 📝 `src/components/molecules/NoteItem.tsx` (+196 -158) 📝 `src/components/organisms/ContextMenu.tsx` (+5 -0) 📝 `src/components/organisms/NoteDetail.tsx` (+47 -111) 📝 `src/components/organisms/NoteNavigator.tsx` (+75 -42) 📝 `src/lib/preferences.ts` (+3 -0) </details> ### 📄 Description - Support compact view ![Kazam_screenshot_00000](https://user-images.githubusercontent.com/5865853/83702912-febee180-a648-11ea-9069-b6e53ce3bb42.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:23:09 +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#776
No description provided.