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
main
feat/topic-route
31245eb
bb8cf0e
c24d158
5b64876
8f6efcd
eb55bd6
2b5570c
0293ffe
03c52a1
4d8421f
9 files changed (+402 additions, -2 deletions)
➕ 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)
web/app/(pages)/topics/page.tsx
web/components/custom/column.tsx
web/components/routes/page/list.tsx
web/components/routes/page/partials/page-item.tsx
web/components/routes/topics/TopicRoute.tsx
web/components/routes/topics/header.tsx
web/components/routes/topics/hooks/use-column-styles.ts
web/components/routes/topics/list.tsx
web/components/routes/topics/partials/topic-item.tsx
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.