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
main
feat/shortcut
776e0a5
8ade101
9b1b17a
2cdb497
1cfbe3d
d28eff8
91b02ab
1f3e379
01a2c7b
433e8b3
23 files changed (+682 additions, -511 deletions)
📝 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)
web/app/(pages)/layout.tsx
web/components/custom/Shortcut/shortcut.tsx
web/components/custom/command-palette/command-palette.tsx
web/components/custom/discordIcon.tsx
web/components/custom/global-keydown-handler.tsx
web/components/custom/sidebar/partial/profile-section.tsx
web/components/la-editor/components/ui/shortcut.tsx
web/components/la-editor/extensions/slash-command/menu-list.tsx
web/components/la-editor/lib/utils/index.ts
web/components/la-editor/lib/utils/keyboard.ts
web/components/la-editor/lib/utils/platform.ts
web/components/minimal-tiptap/components/shortcut-key.tsx
web/components/minimal-tiptap/components/toolbar-section.tsx
web/components/minimal-tiptap/utils.ts
web/components/routes/link/bottom-bar.tsx
web/components/routes/topics/detail/TopicDetailRoute.tsx
web/components/ui/sheet.tsx
web/components/ui/sliding-menu.tsx
web/hooks/use-keyboard-manager.ts
web/hooks/use-keydown-listener.ts
...and 3 more files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.