[PR #165] [MERGED] fix(link): Navigate between item and fix Enter keybind #87

Closed
opened 2025-12-29 18:28:14 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/linsa-io/linsa/pull/165
Author: @Aslam97
Created: 9/17/2024
Status: Merged
Merged: 9/19/2024
Merged by: @Aslam97

Base: mainHead: fix/link-keys


📝 Commits (3)

  • 31245eb feat: add item scroll to active
  • bb8cf0e fix: reset enterkey and scroll to view
  • c24d158 fix: link item displayName

📊 Changes

5 files changed (+165 additions, -127 deletions)

View changed files

📝 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/hooks/use-active-item-scroll.ts (+30 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/165 **Author:** [@Aslam97](https://github.com/Aslam97) **Created:** 9/17/2024 **Status:** ✅ Merged **Merged:** 9/19/2024 **Merged by:** [@Aslam97](https://github.com/Aslam97) **Base:** `main` ← **Head:** `fix/link-keys` --- ### 📝 Commits (3) - [`31245eb`](https://github.com/linsa-io/linsa/commit/31245eba9ba20494fd99994a8a1298d7e28cf2f7) feat: add item scroll to active - [`bb8cf0e`](https://github.com/linsa-io/linsa/commit/bb8cf0ecc07954c63de6545287a37e6d4111cd20) fix: reset enterkey and scroll to view - [`c24d158`](https://github.com/linsa-io/linsa/commit/c24d158790020d85988b0cb5601e65a688968c5c) fix: link item displayName ### 📊 Changes **5 files changed** (+165 additions, -127 deletions) <details> <summary>View changed files</summary> 📝 `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/hooks/use-active-item-scroll.ts` (+30 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:28:14 +01:00
adam closed this issue 2025-12-29 18:28:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#87