mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #709] [MERGED] Overhaul editor UI #858
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#858
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/709
Author: @Rokt33r
Created: 12/3/2020
Status: ✅ Merged
Merged: 12/3/2020
Merged by: @Rokt33r
Base:
master← Head:new-ui-12📝 Commits (10+)
3aa20b2Change toolbar UX7c0236bNarrow height of NavigatorItem224e401Add NoteTitleButton38efc55Implement isChildNode41ab05fRevamp parent folder display3af5b82Add missing titles and click handlers72a0231Show workspace label on workspace pagec9a92abExtract atoms/FolderTreeListItem44bc2baAdjust tag popup vertical location68e034dRemove deprecated tag state from NoteDetail📊 Changes
29 files changed (+1295 additions, -525 deletions)
View changed files
➕
src/components/atoms/BottomBarButton.tsx(+36 -0)📝
src/components/atoms/CodeEditor.tsx(+9 -0)📝
src/components/atoms/CustomizedCodeEditor.tsx(+3 -0)➕
src/components/atoms/FolderTreeListItem.tsx(+79 -0)📝
src/components/atoms/NavigatorItem.tsx(+5 -3)📝
src/components/atoms/NoteDetailNavigatorItem.tsx(+2 -1)📝
src/components/atoms/TagNavigatorListItem.tsx(+3 -2)📝
src/components/atoms/TagNavigatorNewTagPopup.tsx(+1 -1)➕
src/components/atoms/ToolbarButton.tsx(+82 -0)📝
src/components/atoms/ToolbarIconButton.tsx(+9 -8)📝
src/components/atoms/ToolbarSeparator.tsx(+3 -1)➕
src/components/atoms/ToolbarSlashSeparator.tsx(+24 -0)➕
src/components/molecules/EditorIndentationStatus.tsx(+69 -0)➕
src/components/molecules/EditorKeyMapSelect.tsx(+41 -0)➕
src/components/molecules/EditorSelectionStatus.tsx(+51 -0)➕
src/components/molecules/EditorThemeSelect.tsx(+57 -0)📝
src/components/molecules/NoteDetailTagNavigator.tsx(+5 -4)➕
src/components/molecules/NotePageToolbarFolderHeader.tsx(+70 -0)➕
src/components/molecules/NotePageToolbarNoteHeader.tsx(+342 -0)➖
src/components/molecules/NotePathnameNavigator.tsx(+0 -154)...and 9 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.