mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #497] [MERGED] Fix draggable topbar #775
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#775
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix-draggable-topbar📝 Commits (9)
41696f1Apply draggable region9307889Extract IdleNoteDetail02e0d6bAdd draggable region to attachments pagefea2252Discard unused import5ef33f4Extract PageDraggableHeader from AttachmentPage8b431b7Adjust icon padding of PageDraggableHeaderf61f0b7Restructure StorageCreatePage layoutb347c62Restructure StorageEditPage5a2d259Replace 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.