mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #487] [MERGED] Improve note page style #773
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#773
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/487
Author: @Rokt33r
Created: 5/27/2020
Status: ✅ Merged
Merged: 5/27/2020
Merged by: @Rokt33r
Base:
master← Head:improve-note-page-style📝 Commits (10+)
2b7d4adRename sideNav prefix to nav916860dDiscard unused icon color props and add noteNavEmptyItemColor to theme7ce1332Discard deprecated icons module64223baUse transpileOnly for dev-electron script7766383Upgrade type-fest829f118Introduce sort moduled753aefReimplement note sorting of NoteNavigator9217152Update tsconfig to support optional chainingf518222Focus back to list when deleting a notefb94480Add bottom border to top control of nav📊 Changes
47 files changed (+1588 additions, -704 deletions)
View changed files
📝
package-lock.json(+6 -6)📝
package.json(+2 -2)📝
scripts/dev-electron.ts(+1 -1)📝
src/components/App.tsx(+2 -0)📝
src/components/PreferencesModal/EditorTab.tsx(+4 -1)📝
src/components/PreferencesModal/GeneralTab.tsx(+8 -6)📝
src/components/Toast/styled.tsx(+2 -2)📝
src/components/atoms/NavigatorButton.tsx(+3 -3)📝
src/components/atoms/NavigatorHeader.tsx(+1 -1)📝
src/components/atoms/NavigatorItem.tsx(+9 -10)➕
src/components/atoms/TagNavigatorListItem.tsx(+90 -0)➕
src/components/atoms/TagNavigatorNewTagPopup.tsx(+250 -0)📝
src/components/atoms/ToolbarIconButton.tsx(+18 -12)📝
src/components/atoms/ToolbarSeparator.tsx(+4 -1)➕
src/components/molecules/NoteDetailFolderNavigator.tsx(+126 -0)➕
src/components/molecules/NoteDetailTagNavigator.tsx(+127 -0)➕
src/components/molecules/NoteDetailToolbar.tsx(+112 -0)➕
src/components/molecules/NoteSortingOptionsFragment.tsx(+16 -0)📝
src/components/molecules/StorageNavigatorFragment.tsx(+2 -1)➕
src/components/organisms/FeatureCheckListPopup.tsx(+231 -0)...and 27 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.