[PR #127] [MERGED] perf: Lazy loading for links in topic sections #44

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

📋 Pull Request Information

Original PR: https://github.com/linsa-io/linsa/pull/127
Author: @aeplay
Created: 9/3/2024
Status: Merged
Merged: 9/3/2024
Merged by: @nikivdev

Base: mainHead: topic-links-lazy-loading


📝 Commits (1)

  • 0677c97 perf: Lazy loading for links in topic sections

📊 Changes

7 files changed (+74 additions, -33 deletions)

View changed files

📝 bun.lockb (+0 -0)
📝 package.json (+1 -1)
📝 web/components/routes/topics/detail/TopicDetailRoute.tsx (+9 -7)
📝 web/components/routes/topics/detail/partials/section.tsx (+54 -3)
📝 web/hooks/use-topic-data.ts (+6 -20)
📝 web/lib/schema/index.ts (+2 -0)
📝 web/package.json (+2 -2)

📄 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/127 **Author:** [@aeplay](https://github.com/aeplay) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@nikivdev](https://github.com/nikivdev) **Base:** `main` ← **Head:** `topic-links-lazy-loading` --- ### 📝 Commits (1) - [`0677c97`](https://github.com/linsa-io/linsa/commit/0677c979626fc0bba20aefde5c61080a0bf0a62d) perf: Lazy loading for links in topic sections ### 📊 Changes **7 files changed** (+74 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `bun.lockb` (+0 -0) 📝 `package.json` (+1 -1) 📝 `web/components/routes/topics/detail/TopicDetailRoute.tsx` (+9 -7) 📝 `web/components/routes/topics/detail/partials/section.tsx` (+54 -3) 📝 `web/hooks/use-topic-data.ts` (+6 -20) 📝 `web/lib/schema/index.ts` (+2 -0) 📝 `web/package.json` (+2 -2) </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:27:58 +01:00
adam closed this issue 2025-12-29 18:27:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#44