[PR #181] [MERGED] fix(topic): Topic list keybind #103

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

📋 Pull Request Information

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

Base: mainHead: fix/topic-list


📝 Commits (3)

  • 9f2fb76 fix(page): improve keybind
  • bc7838e fix(topic): improve keybind
  • e0d44e6 fix: learning state selector

📊 Changes

10 files changed (+279 additions, -350 deletions)

View changed files

📝 web/components/custom/learning-state-selector.tsx (+7 -16)
📝 web/components/custom/sidebar/partial/topic-section.tsx (+8 -12)
📝 web/components/routes/link/list.tsx (+0 -1)
📝 web/components/routes/link/partials/link-item.tsx (+4 -1)
📝 web/components/routes/page/PageRoute.tsx (+1 -23)
📝 web/components/routes/page/list.tsx (+49 -73)
📝 web/components/routes/page/partials/page-item.tsx (+24 -7)
📝 web/components/routes/topics/TopicRoute.tsx (+1 -23)
📝 web/components/routes/topics/list.tsx (+56 -82)
📝 web/components/routes/topics/partials/topic-item.tsx (+129 -112)

📄 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/181 **Author:** [@Aslam97](https://github.com/Aslam97) **Created:** 9/24/2024 **Status:** ✅ Merged **Merged:** 9/24/2024 **Merged by:** [@Aslam97](https://github.com/Aslam97) **Base:** `main` ← **Head:** `fix/topic-list` --- ### 📝 Commits (3) - [`9f2fb76`](https://github.com/linsa-io/linsa/commit/9f2fb7650c7c81af361cdb545730b4c84b67bbae) fix(page): improve keybind - [`bc7838e`](https://github.com/linsa-io/linsa/commit/bc7838ea9bc49d0f6406c835721b69f71e312226) fix(topic): improve keybind - [`e0d44e6`](https://github.com/linsa-io/linsa/commit/e0d44e615eb5d82704cd53169afc21de8e2b24b1) fix: learning state selector ### 📊 Changes **10 files changed** (+279 additions, -350 deletions) <details> <summary>View changed files</summary> 📝 `web/components/custom/learning-state-selector.tsx` (+7 -16) 📝 `web/components/custom/sidebar/partial/topic-section.tsx` (+8 -12) 📝 `web/components/routes/link/list.tsx` (+0 -1) 📝 `web/components/routes/link/partials/link-item.tsx` (+4 -1) 📝 `web/components/routes/page/PageRoute.tsx` (+1 -23) 📝 `web/components/routes/page/list.tsx` (+49 -73) 📝 `web/components/routes/page/partials/page-item.tsx` (+24 -7) 📝 `web/components/routes/topics/TopicRoute.tsx` (+1 -23) 📝 `web/components/routes/topics/list.tsx` (+56 -82) 📝 `web/components/routes/topics/partials/topic-item.tsx` (+129 -112) </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:21 +01:00
adam closed this issue 2025-12-29 18:28:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#103