[PR #164] [MERGED] chore(topic): Enhancement using virtual #86

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

📋 Pull Request Information

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

Base: mainHead: chore/topic-detail


📝 Commits (4)

  • 1648b57 chore: use tanstack virtual
  • f90c4f3 fix: topic learning state
  • 6ea09f1 chore: add skeleton loading and not found topic placeholder
  • 265344b fix: personal links load in list

📊 Changes

7 files changed (+326 additions, -397 deletions)

View changed files

📝 web/components/routes/topics/detail/TopicDetailRoute.tsx (+67 -19)
web/components/routes/topics/detail/list.tsx (+93 -0)
📝 web/components/routes/topics/detail/partials/link-item.tsx (+166 -165)
web/components/routes/topics/detail/partials/section.tsx (+0 -94)
web/components/routes/topics/detail/partials/topic-sections.tsx (+0 -44)
web/components/routes/topics/detail/use-link-navigation.ts (+0 -60)
web/hooks/use-topic-data.ts (+0 -15)

📄 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/164 **Author:** [@Aslam97](https://github.com/Aslam97) **Created:** 9/12/2024 **Status:** ✅ Merged **Merged:** 9/19/2024 **Merged by:** [@Aslam97](https://github.com/Aslam97) **Base:** `main` ← **Head:** `chore/topic-detail` --- ### 📝 Commits (4) - [`1648b57`](https://github.com/linsa-io/linsa/commit/1648b572bd313747ed920397f5dba2c6c2cb9e33) chore: use tanstack virtual - [`f90c4f3`](https://github.com/linsa-io/linsa/commit/f90c4f392dc5f816cf33766e2af13e9efc9c3cd3) fix: topic learning state - [`6ea09f1`](https://github.com/linsa-io/linsa/commit/6ea09f18ae46a8e579026cb74b8a9be3ec41e309) chore: add skeleton loading and not found topic placeholder - [`265344b`](https://github.com/linsa-io/linsa/commit/265344b866a49f1fb582e728c0f76b9ef08ceadc) fix: personal links load in list ### 📊 Changes **7 files changed** (+326 additions, -397 deletions) <details> <summary>View changed files</summary> 📝 `web/components/routes/topics/detail/TopicDetailRoute.tsx` (+67 -19) ➕ `web/components/routes/topics/detail/list.tsx` (+93 -0) 📝 `web/components/routes/topics/detail/partials/link-item.tsx` (+166 -165) ➖ `web/components/routes/topics/detail/partials/section.tsx` (+0 -94) ➖ `web/components/routes/topics/detail/partials/topic-sections.tsx` (+0 -44) ➖ `web/components/routes/topics/detail/use-link-navigation.ts` (+0 -60) ➖ `web/hooks/use-topic-data.ts` (+0 -15) </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:13 +01:00
adam closed this issue 2025-12-29 18:28:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#86