[PR #172] [MERGED] feat(topic): Topic List Route #92

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

📋 Pull Request Information

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

Base: mainHead: feat/topic-route


📝 Commits (10+)

  • 31245eb feat: add item scroll to active
  • bb8cf0e fix: reset enterkey and scroll to view
  • c24d158 fix: link item displayName
  • 5b64876 refactor: remove keyboard page nav
  • 8f6efcd chore: fix scrolling, perf, keys, highlight active item etc
  • eb55bd6 chore: use new hook for create a page
  • 2b5570c chore: disabled auto delete page
  • 0293ffe wip
  • 03c52a1 chore: add learning selector
  • 4d8421f chore: learning selector update

📊 Changes

9 files changed (+402 additions, -2 deletions)

View changed files

web/app/(pages)/topics/page.tsx (+5 -0)
📝 web/components/custom/column.tsx (+0 -0)
📝 web/components/routes/page/list.tsx (+1 -1)
📝 web/components/routes/page/partials/page-item.tsx (+1 -1)
web/components/routes/topics/TopicRoute.tsx (+35 -0)
web/components/routes/topics/header.tsx (+31 -0)
web/components/routes/topics/hooks/use-column-styles.ts (+14 -0)
web/components/routes/topics/list.tsx (+157 -0)
web/components/routes/topics/partials/topic-item.tsx (+158 -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/172 **Author:** [@Aslam97](https://github.com/Aslam97) **Created:** 9/19/2024 **Status:** ✅ Merged **Merged:** 9/19/2024 **Merged by:** [@Aslam97](https://github.com/Aslam97) **Base:** `main` ← **Head:** `feat/topic-route` --- ### 📝 Commits (10+) - [`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 - [`5b64876`](https://github.com/linsa-io/linsa/commit/5b64876e72f261e2f9f33a80c253ff82ed4b04de) refactor: remove keyboard page nav - [`8f6efcd`](https://github.com/linsa-io/linsa/commit/8f6efcd81cde564ae3e2d0a710cb72ea131eacf4) chore: fix scrolling, perf, keys, highlight active item etc - [`eb55bd6`](https://github.com/linsa-io/linsa/commit/eb55bd633458dd4b3b4010170a05ac770c8a165f) chore: use new hook for create a page - [`2b5570c`](https://github.com/linsa-io/linsa/commit/2b5570c87ac2384d853a6908f35ca9d4b37f6d89) chore: disabled auto delete page - [`0293ffe`](https://github.com/linsa-io/linsa/commit/0293ffe982ae3a0ea72ce3bf97f8b142fb34810f) wip - [`03c52a1`](https://github.com/linsa-io/linsa/commit/03c52a1ef81fb9e916779179b9acb77b70b23b2a) chore: add learning selector - [`4d8421f`](https://github.com/linsa-io/linsa/commit/4d8421f2f851ad185ab9e9b52ecbe32984da457c) chore: learning selector update ### 📊 Changes **9 files changed** (+402 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `web/app/(pages)/topics/page.tsx` (+5 -0) 📝 `web/components/custom/column.tsx` (+0 -0) 📝 `web/components/routes/page/list.tsx` (+1 -1) 📝 `web/components/routes/page/partials/page-item.tsx` (+1 -1) ➕ `web/components/routes/topics/TopicRoute.tsx` (+35 -0) ➕ `web/components/routes/topics/header.tsx` (+31 -0) ➕ `web/components/routes/topics/hooks/use-column-styles.ts` (+14 -0) ➕ `web/components/routes/topics/list.tsx` (+157 -0) ➕ `web/components/routes/topics/partials/topic-item.tsx` (+158 -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:16 +01:00
adam closed this issue 2025-12-29 18:28:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#92