mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #736] [MERGED] Fix key bindings #873
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#873
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/736
Author: @Rokt33r
Created: 12/23/2020
Status: ✅ Merged
Merged: 12/23/2020
Merged by: @Rokt33r
Base:
master← Head:fix-key-bindings📝 Commits (10+)
9d39341Refactor noteDetailFocusTitleInputEventEmitter8b9e511Rename parseNumberStringOrReturnZero2ccf175Refactor boostHubLoginRequestEventEmitterc1ddef2Refactor boostHubLoginEventEmitter0f1bc94Refactor boostHubNavigateRequestEventEmitter1f69f8bRefactor boostHubTeamCreateEventEmitterbc6ee92Move isChildNode to lib/dom1a63fc5Refactor boostHubTeamUpdateEventEmitter5a4c3a1Refactor boostHubTeamDeleteEventEmitter1f386adRefactor boostHubAccountDeleteEventEmitter📊 Changes
29 files changed (+642 additions, -382 deletions)
View changed files
📝
package-lock.json(+9 -3)📝
package.json(+1 -0)📝
src/components/App.tsx(+18 -20)📝
src/components/PreferencesModal/PreferencesModal.tsx(+6 -5)📝
src/components/Router.tsx(+5 -4)📝
src/components/atoms/BoostHubWebview.tsx(+10 -10)📝
src/components/molecules/NotePageToolbarNoteHeader.tsx(+16 -7)📝
src/components/molecules/SearchModalNoteResultItem.tsx(+41 -1)📝
src/components/molecules/StorageNavigatorFragment.tsx(+26 -4)📝
src/components/organisms/BoostHubIntroModal.tsx(+2 -2)📝
src/components/organisms/BoostHubSignInForm.tsx(+6 -8)📝
src/components/organisms/NoteDetail.tsx(+13 -0)📝
src/components/organisms/NotePageToolbar.tsx(+194 -38)📝
src/components/organisms/NoteStorageNavigator.tsx(+2 -12)📝
src/components/pages/BoostHubTeamsShowPage.tsx(+3 -6)📝
src/components/pages/NotePage.tsx(+8 -47)📝
src/components/pages/WikiNotePage.tsx(+4 -4)➕
src/electron/ipc.ts(+13 -0)📝
src/electron/menu.ts(+85 -31)📝
src/lib/dom.ts(+17 -0)...and 9 more files
📄 Description
Partially fixing #700
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.