Original PR: https://github.com/linsa-io/linsa/pull/178 Author: @Aslam97 Created: 9/23/2024 Status: ✅ Merged Merged: 9/23/2024 Merged by: @Aslam97
Base: main ← Head: fix/link-and-others
main
fix/link-and-others
35471e8
935a3a4
ca73960
05c0f00
51be546
562e272
a9f4165
186bff3
3adf02a
db0f0c3
43 files changed (+617 additions, -467 deletions)
📝 package.json (+2 -3) 📝 web/app/(pages)/layout.tsx (+2 -3) 📝 web/components/custom/Shortcut/shortcut.tsx (+8 -0) 📝 web/components/custom/command-palette/command-palette.tsx (+0 -13) 📝 web/components/custom/content-header.tsx (+5 -5) ➕ web/components/custom/global-keyboard-handler.tsx (+130 -0) ➖ web/components/custom/global-keydown-handler.tsx (+0 -63) 📝 web/components/custom/learning-state-selector.tsx (+19 -13) 📝 web/components/custom/sidebar/partial/page-section.tsx (+1 -4) 📝 web/components/custom/sidebar/partial/profile-section.tsx (+3 -3) 📝 web/components/custom/sidebar/sidebar.tsx (+5 -5) 📝 web/components/custom/topic-selector.tsx (+1 -6) 📝 web/components/la-editor/la-editor.tsx (+5 -35) 📝 web/components/routes/link/LinkRoute.tsx (+2 -18) 📝 web/components/routes/link/bottom-bar.tsx (+13 -29) 📝 web/components/routes/link/header.tsx (+3 -3) 📝 web/components/routes/link/list.tsx (+55 -80) 📝 web/components/routes/link/manage.tsx (+1 -5) 📝 web/components/routes/link/partials/form/link-form.tsx (+19 -21) 📝 web/components/routes/link/partials/link-item.tsx (+19 -22)
package.json
web/app/(pages)/layout.tsx
web/components/custom/Shortcut/shortcut.tsx
web/components/custom/command-palette/command-palette.tsx
web/components/custom/content-header.tsx
web/components/custom/global-keyboard-handler.tsx
web/components/custom/global-keydown-handler.tsx
web/components/custom/learning-state-selector.tsx
web/components/custom/sidebar/partial/page-section.tsx
web/components/custom/sidebar/partial/profile-section.tsx
web/components/custom/sidebar/sidebar.tsx
web/components/custom/topic-selector.tsx
web/components/la-editor/la-editor.tsx
web/components/routes/link/LinkRoute.tsx
web/components/routes/link/bottom-bar.tsx
web/components/routes/link/header.tsx
web/components/routes/link/list.tsx
web/components/routes/link/manage.tsx
web/components/routes/link/partials/form/link-form.tsx
web/components/routes/link/partials/link-item.tsx
...and 23 more files
No description provided
🔄 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/178
Author: @Aslam97
Created: 9/23/2024
Status: ✅ Merged
Merged: 9/23/2024
Merged by: @Aslam97
Base:
main← Head:fix/link-and-others📝 Commits (10+)
35471e8chore: remove useKeyDownListener935a3a4chore: remove react-use, update jazz version and add query stringca73960chore: update jazz version05c0f00chore: use simple mac or win utils code51be546feat(util): add isTextInput562e272feat(hooks): all needed hooksa9f4165fix: link bunch stuff186bff3fix: page bunch stuff3adf02achore: bunch update for custom componentdb0f0c3chore: use throttle from internal hook📊 Changes
43 files changed (+617 additions, -467 deletions)
View changed files
📝
package.json(+2 -3)📝
web/app/(pages)/layout.tsx(+2 -3)📝
web/components/custom/Shortcut/shortcut.tsx(+8 -0)📝
web/components/custom/command-palette/command-palette.tsx(+0 -13)📝
web/components/custom/content-header.tsx(+5 -5)➕
web/components/custom/global-keyboard-handler.tsx(+130 -0)➖
web/components/custom/global-keydown-handler.tsx(+0 -63)📝
web/components/custom/learning-state-selector.tsx(+19 -13)📝
web/components/custom/sidebar/partial/page-section.tsx(+1 -4)📝
web/components/custom/sidebar/partial/profile-section.tsx(+3 -3)📝
web/components/custom/sidebar/sidebar.tsx(+5 -5)📝
web/components/custom/topic-selector.tsx(+1 -6)📝
web/components/la-editor/la-editor.tsx(+5 -35)📝
web/components/routes/link/LinkRoute.tsx(+2 -18)📝
web/components/routes/link/bottom-bar.tsx(+13 -29)📝
web/components/routes/link/header.tsx(+3 -3)📝
web/components/routes/link/list.tsx(+55 -80)📝
web/components/routes/link/manage.tsx(+1 -5)📝
web/components/routes/link/partials/form/link-form.tsx(+19 -21)📝
web/components/routes/link/partials/link-item.tsx(+19 -22)...and 23 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.