mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #168] [MERGED] feat(shortcut): Keyboard Navigation #93
Reference in New Issue
Block a user
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/linsa-io/linsa/pull/168
Author: @Aslam97
Created: 9/18/2024
Status: ✅ Merged
Merged: 9/19/2024
Merged by: @Aslam97
Base:
main← Head:feat/shortcut📝 Commits (10+)
776e0a5chore: remove sliding menu8ade101feat(ui): sheet9b1b17afeat: shortcut component2cdb497chore: register new shortcut component to layout1cfbe3dfix: react attr namingd28eff8fix: set default to false for shortcut91b02abfeat(store): keydown-manager1f3e379feat(hooks): keyboard manager01a2c7bchore: use util from base for la-editor433e8b3chore: use util from base for minimal-tiptap-editor📊 Changes
23 files changed (+682 additions, -511 deletions)
View changed files
📝
web/app/(pages)/layout.tsx(+9 -3)➕
web/components/custom/Shortcut/shortcut.tsx(+155 -0)📝
web/components/custom/command-palette/command-palette.tsx(+7 -9)📝
web/components/custom/discordIcon.tsx(+7 -7)➕
web/components/custom/global-keydown-handler.tsx(+63 -0)📝
web/components/custom/sidebar/partial/profile-section.tsx(+114 -83)📝
web/components/la-editor/components/ui/shortcut.tsx(+2 -2)📝
web/components/la-editor/extensions/slash-command/menu-list.tsx(+6 -2)📝
web/components/la-editor/lib/utils/index.ts(+0 -2)➖
web/components/la-editor/lib/utils/keyboard.ts(+0 -25)➖
web/components/la-editor/lib/utils/platform.ts(+0 -46)📝
web/components/minimal-tiptap/components/shortcut-key.tsx(+24 -24)📝
web/components/minimal-tiptap/components/toolbar-section.tsx(+98 -98)📝
web/components/minimal-tiptap/utils.ts(+10 -77)📝
web/components/routes/link/bottom-bar.tsx(+14 -27)📝
web/components/routes/topics/detail/TopicDetailRoute.tsx(+1 -0)➕
web/components/ui/sheet.tsx(+109 -0)➖
web/components/ui/sliding-menu.tsx(+0 -82)➕
web/hooks/use-keyboard-manager.ts(+38 -0)➕
web/hooks/use-keydown-listener.ts(+21 -0)...and 3 more files
📄 Description
New Features
Enhancements
Removals
Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.