Original PR: https://github.com/linsa-io/linsa/pull/115 Author: @Aslam97 Created: 8/12/2024 Status: ✅ Merged Merged: 8/26/2024 Merged by: @nikivdev
Base: main ← Head: link
main
link
236a86e
2a36abe
f6cf0d6
28b9f25
188f81c
1c534ab
ab6b4af
dcac726
f7f7e1c
2ac988c
77 files changed (+2991 additions, -1316 deletions)
📝 .gitignore (+1 -1) 📝 bun.lockb (+0 -0) 📝 cli/run.ts (+79 -2) 📝 cli/seed.ts (+463 -29) 📝 package.json (+29 -29) 📝 web/.env.example (+3 -1) ➕ web/app/(pages)/(topics)/[name]/page.tsx (+5 -0) ➕ web/app/(pages)/edit-profile/page.tsx (+5 -0) 📝 web/app/(pages)/layout.tsx (+16 -9) ➖ web/app/(pages)/links/page.tsx (+0 -5) ➕ web/app/(pages)/page.tsx (+5 -0) 📝 web/app/(pages)/profile/_components/wrapper.tsx (+126 -3) ➖ web/app/(topics)/[topic]/layout.tsx (+0 -14) ➖ web/app/(topics)/[topic]/page.tsx (+0 -5) 📝 web/app/api/metadata/route.test.ts (+9 -9) 📝 web/app/api/metadata/route.ts (+20 -11) 📝 web/app/globals.css (+7 -23) ➖ web/app/page.tsx (+0 -12) ➕ web/components/LinkOptions.tsx (+25 -0) 📝 web/components/custom/ai-search.tsx (+4 -4)
.gitignore
bun.lockb
cli/run.ts
cli/seed.ts
package.json
web/.env.example
web/app/(pages)/(topics)/[name]/page.tsx
web/app/(pages)/edit-profile/page.tsx
web/app/(pages)/layout.tsx
web/app/(pages)/links/page.tsx
web/app/(pages)/page.tsx
web/app/(pages)/profile/_components/wrapper.tsx
web/app/(topics)/[topic]/layout.tsx
web/app/(topics)/[topic]/page.tsx
web/app/api/metadata/route.test.ts
web/app/api/metadata/route.ts
web/app/globals.css
web/app/page.tsx
web/components/LinkOptions.tsx
web/components/custom/ai-search.tsx
...and 57 more files
No description provided
🔄 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/115
Author: @Aslam97
Created: 8/12/2024
Status: ✅ Merged
Merged: 8/26/2024
Merged by: @nikivdev
Base:
main← Head:link📝 Commits (10+)
236a86estart2a36abe.f6cf0d6seeding connections28b9f25.188f81cwip1c534abwip: learning stateab6b4afwip: notes sectiondcac726Merge branch 'seed' of github.com:learn-anything/learn-anything.xyz into linkf7f7e1cwip: many2ac988ctopics📊 Changes
77 files changed (+2991 additions, -1316 deletions)
View changed files
📝
.gitignore(+1 -1)📝
bun.lockb(+0 -0)📝
cli/run.ts(+79 -2)📝
cli/seed.ts(+463 -29)📝
package.json(+29 -29)📝
web/.env.example(+3 -1)➕
web/app/(pages)/(topics)/[name]/page.tsx(+5 -0)➕
web/app/(pages)/edit-profile/page.tsx(+5 -0)📝
web/app/(pages)/layout.tsx(+16 -9)➖
web/app/(pages)/links/page.tsx(+0 -5)➕
web/app/(pages)/page.tsx(+5 -0)📝
web/app/(pages)/profile/_components/wrapper.tsx(+126 -3)➖
web/app/(topics)/[topic]/layout.tsx(+0 -14)➖
web/app/(topics)/[topic]/page.tsx(+0 -5)📝
web/app/api/metadata/route.test.ts(+9 -9)📝
web/app/api/metadata/route.ts(+20 -11)📝
web/app/globals.css(+7 -23)➖
web/app/page.tsx(+0 -12)➕
web/components/LinkOptions.tsx(+25 -0)📝
web/components/custom/ai-search.tsx(+4 -4)...and 57 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.