[PR #154] [MERGED] fix(link): improve UX, maintain state #75

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

📋 Pull Request Information

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

Base: mainHead: fix/link


📝 Commits (8)

  • 3b9dc80 fix(topic): handleSelectLearningState missing depth
  • 375f061 fix(link): use active index instead of native focus
  • ce108d9 chore(palette): use atom for maintain state
  • 1fcaa71 chore(link): prevent keydown if command palette active
  • 62baf99 fix: responsive link item
  • 911e209 chore: add active item index state to LinkRoute
  • c7211a3 fix: ability to press enter go to edit mode
  • 2b1963b fix: conflict with main

📊 Changes

3 files changed (+101 additions, -79 deletions)

View changed files

📝 web/components/routes/link/LinkRoute.tsx (+3 -3)
📝 web/components/routes/link/list.tsx (+34 -6)
📝 web/components/routes/link/partials/link-item.tsx (+64 -70)

📄 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/154 **Author:** [@Aslam97](https://github.com/Aslam97) **Created:** 9/8/2024 **Status:** ✅ Merged **Merged:** 9/8/2024 **Merged by:** [@Aslam97](https://github.com/Aslam97) **Base:** `main` ← **Head:** `fix/link` --- ### 📝 Commits (8) - [`3b9dc80`](https://github.com/linsa-io/linsa/commit/3b9dc809c0e8dd7d5af5684bd468310b32f92f11) fix(topic): handleSelectLearningState missing depth - [`375f061`](https://github.com/linsa-io/linsa/commit/375f061ca586ece65a2dce426c1035941847a492) fix(link): use active index instead of native focus - [`ce108d9`](https://github.com/linsa-io/linsa/commit/ce108d9fb3ff2289219ddbd573252de4ec5d2e2e) chore(palette): use atom for maintain state - [`1fcaa71`](https://github.com/linsa-io/linsa/commit/1fcaa713c746458b21e20b8f6b0c6661eba7de83) chore(link): prevent keydown if command palette active - [`62baf99`](https://github.com/linsa-io/linsa/commit/62baf999178cf767bcfe2dad902a5489b50e4318) fix: responsive link item - [`911e209`](https://github.com/linsa-io/linsa/commit/911e20953a07a961e7c963cd249a8c9eb3836980) chore: add active item index state to LinkRoute - [`c7211a3`](https://github.com/linsa-io/linsa/commit/c7211a3fe8c3711c94623f5ab35f38e56d283984) fix: ability to press enter go to edit mode - [`2b1963b`](https://github.com/linsa-io/linsa/commit/2b1963b000a6ed8e17431ab1fe54cbce62600a1c) fix: conflict with main ### 📊 Changes **3 files changed** (+101 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `web/components/routes/link/LinkRoute.tsx` (+3 -3) 📝 `web/components/routes/link/list.tsx` (+34 -6) 📝 `web/components/routes/link/partials/link-item.tsx` (+64 -70) </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:09 +01:00
adam closed this issue 2025-12-29 18:28:11 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#75