mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 04:10:25 +01:00
[PR #166] [MERGED] fix(page): Add item scroll, fix display issues, refactor nav, and improve perf #85
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/166
Author: @Aslam97
Created: 9/17/2024
Status: ✅ Merged
Merged: 9/19/2024
Merged by: @Aslam97
Base:
main← Head:fix/page📝 Commits (7)
31245ebfeat: add item scroll to activebb8cf0efix: reset enterkey and scroll to viewc24d158fix: link item displayName5b64876refactor: remove keyboard page nav8f6efcdchore: fix scrolling, perf, keys, highlight active item etceb55bd6chore: use new hook for create a page2b5570cchore: disabled auto delete page📊 Changes
13 files changed (+307 additions, -336 deletions)
View changed files
📝
web/components/custom/command-palette/hooks/use-command-actions.ts(+6 -13)📝
web/components/custom/sidebar/partial/page-section.tsx(+4 -11)📝
web/components/routes/link/LinkRoute.tsx(+7 -1)📝
web/components/routes/link/header.tsx(+1 -1)📝
web/components/routes/link/list.tsx(+4 -6)📝
web/components/routes/link/partials/link-item.tsx(+123 -119)📝
web/components/routes/page/detail/PageDetailRoute.tsx(+26 -27)📝
web/components/routes/page/header.tsx(+37 -33)➖
web/components/routes/page/hooks/use-keyboard-navigation.ts(+0 -69)📝
web/components/routes/page/hooks/use-page-actions.ts(+10 -1)📝
web/components/routes/page/list.tsx(+52 -39)📝
web/components/routes/page/partials/page-item.tsx(+7 -16)➕
web/hooks/use-active-item-scroll.ts(+30 -0)📄 Description
Features
Fixes
Refactor
Chores
Deployment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.