[PR #122] [MERGED] force graph #43

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

📋 Pull Request Information

Original PR: https://github.com/linsa-io/linsa/pull/122
Author: @thetarnav
Created: 8/30/2024
Status: Merged
Merged: 8/30/2024
Merged by: @Aslam97

Base: mainHead: force-graph


📝 Commits (10+)

📊 Changes

16 files changed (+1049 additions, -48 deletions)

View changed files

📝 bun.lockb (+0 -0)
web/app/(pages)/topics/[name]/page.tsx (+5 -0)
web/app/(pages)/topics/page.tsx (+5 -0)
📝 web/components/custom/sidebar/partial/page-section.tsx (+1 -3)
📝 web/components/custom/sidebar/partial/topic-section.tsx (+1 -3)
📝 web/components/routes/PublicHomeRoute.tsx (+29 -13)
web/components/routes/anim.ts (+84 -0)
web/components/routes/force-graph-client-lazy.tsx (+354 -0)
web/components/routes/force-graph-client.tsx (+336 -0)
web/components/routes/force-graph.tsx (+0 -26)
web/components/routes/graph-data.json (+1 -0)
web/lib/utils/canvas.ts (+52 -0)
web/lib/utils/schedule.ts (+148 -0)
web/lib/utils/window-size.ts (+28 -0)
📝 web/package.json (+3 -2)
📝 web/tsconfig.json (+2 -1)

📄 Description

Not exactly done but it renders the mock data


🔄 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/122 **Author:** [@thetarnav](https://github.com/thetarnav) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 8/30/2024 **Merged by:** [@Aslam97](https://github.com/Aslam97) **Base:** `main` ← **Head:** `force-graph` --- ### 📝 Commits (10+) - [`236a86e`](https://github.com/linsa-io/linsa/commit/236a86e958f49a6b50b8a3430435721a6afc2be2) start - [`2a36abe`](https://github.com/linsa-io/linsa/commit/2a36abe70397d07b3434c0070c3959ffd0641b81) . - [`f6cf0d6`](https://github.com/linsa-io/linsa/commit/f6cf0d64e23305704abc14462d566872d3c0f7ac) seeding connections - [`28b9f25`](https://github.com/linsa-io/linsa/commit/28b9f25dc509e04303bec50828f65f71833b266a) . - [`188f81c`](https://github.com/linsa-io/linsa/commit/188f81cb58a251a00c5f6555daf04cb150d0bfe5) wip - [`1c534ab`](https://github.com/linsa-io/linsa/commit/1c534ab1ea35c91cd4c3c76187409953e1378923) wip: learning state - [`ab6b4af`](https://github.com/linsa-io/linsa/commit/ab6b4aff82eab08e1bbbbc775386342b58bbe8be) wip: notes section - [`dcac726`](https://github.com/linsa-io/linsa/commit/dcac726d35338a27b727435503ecb8c341b93a28) Merge branch 'seed' of github.com:learn-anything/learn-anything.xyz into link - [`f7f7e1c`](https://github.com/linsa-io/linsa/commit/f7f7e1c951d992c9b162730047e069bbdf830950) wip: many - [`2ac988c`](https://github.com/linsa-io/linsa/commit/2ac988cf5c65363a56a678e88d88f666ef72ceee) topics ### 📊 Changes **16 files changed** (+1049 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `bun.lockb` (+0 -0) ➕ `web/app/(pages)/topics/[name]/page.tsx` (+5 -0) ➕ `web/app/(pages)/topics/page.tsx` (+5 -0) 📝 `web/components/custom/sidebar/partial/page-section.tsx` (+1 -3) 📝 `web/components/custom/sidebar/partial/topic-section.tsx` (+1 -3) 📝 `web/components/routes/PublicHomeRoute.tsx` (+29 -13) ➕ `web/components/routes/anim.ts` (+84 -0) ➕ `web/components/routes/force-graph-client-lazy.tsx` (+354 -0) ➕ `web/components/routes/force-graph-client.tsx` (+336 -0) ➖ `web/components/routes/force-graph.tsx` (+0 -26) ➕ `web/components/routes/graph-data.json` (+1 -0) ➕ `web/lib/utils/canvas.ts` (+52 -0) ➕ `web/lib/utils/schedule.ts` (+148 -0) ➕ `web/lib/utils/window-size.ts` (+28 -0) 📝 `web/package.json` (+3 -2) 📝 `web/tsconfig.json` (+2 -1) </details> ### 📄 Description Not exactly done but it renders the mock data --- <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:57 +01:00
adam closed this issue 2025-12-29 18:27:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#43