mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 04:10:25 +01:00
[PR #172] [MERGED] feat(topic): Topic List Route #92
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/172
Author: @Aslam97
Created: 9/19/2024
Status: ✅ Merged
Merged: 9/19/2024
Merged by: @Aslam97
Base:
main← Head:feat/topic-route📝 Commits (10+)
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 page0293ffewip03c52a1chore: add learning selector4d8421fchore: 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.