mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #178] [MERGED] fix: Link, Pages, Topic, Hook and Others #100
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/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.