mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #122] [MERGED] force graph #43
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/122
Author: @thetarnav
Created: 8/30/2024
Status: ✅ Merged
Merged: 8/30/2024
Merged by: @Aslam97
Base:
main← Head:force-graph📝 Commits (10+)
236a86estart2a36abe.f6cf0d6seeding connections28b9f25.188f81cwip1c534abwip: learning stateab6b4afwip: notes sectiondcac726Merge branch 'seed' of github.com:learn-anything/learn-anything.xyz into linkf7f7e1cwip: many2ac988ctopics📊 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.