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
main
force-graph
236a86e
2a36abe
f6cf0d6
28b9f25
188f81c
1c534ab
ab6b4af
dcac726
f7f7e1c
2ac988c
16 files changed (+1049 additions, -48 deletions)
📝 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)
bun.lockb
web/app/(pages)/topics/[name]/page.tsx
web/app/(pages)/topics/page.tsx
web/components/custom/sidebar/partial/page-section.tsx
web/components/custom/sidebar/partial/topic-section.tsx
web/components/routes/PublicHomeRoute.tsx
web/components/routes/anim.ts
web/components/routes/force-graph-client-lazy.tsx
web/components/routes/force-graph-client.tsx
web/components/routes/force-graph.tsx
web/components/routes/graph-data.json
web/lib/utils/canvas.ts
web/lib/utils/schedule.ts
web/lib/utils/window-size.ts
web/package.json
web/tsconfig.json
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.
No dependencies set.
The note is not visible to the blocked user.
📋 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.