[PR #497] [MERGED] Fix draggable topbar #775

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/497
Author: @Rokt33r
Created: 6/4/2020
Status: Merged
Merged: 6/4/2020
Merged by: @Rokt33r

Base: masterHead: fix-draggable-topbar


📝 Commits (9)

  • 41696f1 Apply draggable region
  • 9307889 Extract IdleNoteDetail
  • 02e0d6b Add draggable region to attachments page
  • fea2252 Discard unused import
  • 5ef33f4 Extract PageDraggableHeader from AttachmentPage
  • 8b431b7 Adjust icon padding of PageDraggableHeader
  • f61f0b7 Restructure StorageCreatePage layout
  • b347c62 Restructure StorageEditPage
  • 5a2d259 Replace new storage icon

📊 Changes

10 files changed (+256 additions, -159 deletions)

View changed files

📝 src/components/atoms/PageContainer.tsx (+3 -3)
src/components/atoms/PageDraggableHeader.tsx (+46 -0)
src/components/atoms/PageScrollableContent.tsx (+9 -0)
📝 src/components/molecules/NoteDetailToolbar.tsx (+1 -0)
src/components/organisms/IdleNoteDetail.tsx (+100 -0)
📝 src/components/organisms/Navigator.tsx (+3 -2)
📝 src/components/pages/AttachmentsPage.tsx (+7 -9)
📝 src/components/pages/NotePage.tsx (+2 -76)
📝 src/components/pages/StorageCreatePage.tsx (+40 -31)
📝 src/components/pages/StorageEditPage.tsx (+45 -38)

📄 Description

No description provided


🔄 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/497 **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:** `fix-draggable-topbar` --- ### 📝 Commits (9) - [`41696f1`](https://github.com/BoostIO/BoostNote-App/commit/41696f1417b859a3f8d4f52702af009395d295da) Apply draggable region - [`9307889`](https://github.com/BoostIO/BoostNote-App/commit/930788992caa42933d5ea05239a356f3849e814f) Extract IdleNoteDetail - [`02e0d6b`](https://github.com/BoostIO/BoostNote-App/commit/02e0d6b21e3b8b12eb4c57ea679eaf2226307bae) Add draggable region to attachments page - [`fea2252`](https://github.com/BoostIO/BoostNote-App/commit/fea22523b3a4250344ed8724755d2e07407321c9) Discard unused import - [`5ef33f4`](https://github.com/BoostIO/BoostNote-App/commit/5ef33f44bebb23c56b2274598056b7ee4f1cae3a) Extract PageDraggableHeader from AttachmentPage - [`8b431b7`](https://github.com/BoostIO/BoostNote-App/commit/8b431b7861bfe91e08d09360d70d9f8584cb1689) Adjust icon padding of PageDraggableHeader - [`f61f0b7`](https://github.com/BoostIO/BoostNote-App/commit/f61f0b703632f5cb7800bb85a177b6d9667e5bdc) Restructure StorageCreatePage layout - [`b347c62`](https://github.com/BoostIO/BoostNote-App/commit/b347c62b2abea1cec3f1e1c9b68d4d38d6068985) Restructure StorageEditPage - [`5a2d259`](https://github.com/BoostIO/BoostNote-App/commit/5a2d259905ae9ae2d5b258d84b2b770238b65923) Replace new storage icon ### 📊 Changes **10 files changed** (+256 additions, -159 deletions) <details> <summary>View changed files</summary> 📝 `src/components/atoms/PageContainer.tsx` (+3 -3) ➕ `src/components/atoms/PageDraggableHeader.tsx` (+46 -0) ➕ `src/components/atoms/PageScrollableContent.tsx` (+9 -0) 📝 `src/components/molecules/NoteDetailToolbar.tsx` (+1 -0) ➕ `src/components/organisms/IdleNoteDetail.tsx` (+100 -0) 📝 `src/components/organisms/Navigator.tsx` (+3 -2) 📝 `src/components/pages/AttachmentsPage.tsx` (+7 -9) 📝 `src/components/pages/NotePage.tsx` (+2 -76) 📝 `src/components/pages/StorageCreatePage.tsx` (+40 -31) 📝 `src/components/pages/StorageEditPage.tsx` (+45 -38) </details> ### 📄 Description _No description provided_ --- <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#775
No description provided.