Original PR: https://github.com/linsa-io/linsa/pull/114 Author: @nikivdev Created: 8/11/2024 Status: ❌ Closed
Base: main ← Head: seed
main
seed
236a86e
2a36abe
f6cf0d6
28b9f25
188f81c
1c534ab
ab6b4af
dcac726
f7f7e1c
2ac988c
56 files changed (+2013 additions, -823 deletions)
📝 .gitignore (+1 -1) 📝 bun.lockb (+0 -0) ➕ cli/dev-seed.ts (+198 -0) 📝 cli/run.ts (+32 -2) 📝 cli/seed.ts (+205 -9) 📝 package.json (+6 -4) 📝 web/app/(pages)/layout.tsx (+16 -9) ➖ web/app/(pages)/links/page.tsx (+0 -5) ➕ web/app/(pages)/page.tsx (+5 -0) 📝 web/app/api/metadata/route.test.ts (+9 -9) 📝 web/app/api/metadata/route.ts (+20 -11) ➕ web/app/custom.css (+7 -0) 📝 web/app/globals.css (+5 -15) ➖ web/app/page.tsx (+0 -12) 📝 web/components/custom/ai-search.tsx (+4 -4) 📝 web/components/custom/content-header.tsx (+1 -1) ➕ web/components/custom/la-icon.tsx (+22 -0) 📝 web/components/custom/sidebar/partial/page-section.tsx (+61 -38) ➕ web/components/custom/sidebar/partial/profile-section.tsx (+71 -0) 📝 web/components/custom/sidebar/sidebar.tsx (+20 -21)
.gitignore
bun.lockb
cli/dev-seed.ts
cli/run.ts
cli/seed.ts
package.json
web/app/(pages)/layout.tsx
web/app/(pages)/links/page.tsx
web/app/(pages)/page.tsx
web/app/api/metadata/route.test.ts
web/app/api/metadata/route.ts
web/app/custom.css
web/app/globals.css
web/app/page.tsx
web/components/custom/ai-search.tsx
web/components/custom/content-header.tsx
web/components/custom/la-icon.tsx
web/components/custom/sidebar/partial/page-section.tsx
web/components/custom/sidebar/partial/profile-section.tsx
web/components/custom/sidebar/sidebar.tsx
...and 36 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/114
Author: @nikivdev
Created: 8/11/2024
Status: ❌ Closed
Base:
main← Head:seed📝 Commits (10+)
236a86estart2a36abe.f6cf0d6seeding connections28b9f25.188f81cwip1c534abwip: learning stateab6b4afwip: notes sectiondcac726Merge branch 'seed' of github.com:learn-anything/learn-anything.xyz into linkf7f7e1cwip: many2ac988ctopics📊 Changes
56 files changed (+2013 additions, -823 deletions)
View changed files
📝
.gitignore(+1 -1)📝
bun.lockb(+0 -0)➕
cli/dev-seed.ts(+198 -0)📝
cli/run.ts(+32 -2)📝
cli/seed.ts(+205 -9)📝
package.json(+6 -4)📝
web/app/(pages)/layout.tsx(+16 -9)➖
web/app/(pages)/links/page.tsx(+0 -5)➕
web/app/(pages)/page.tsx(+5 -0)📝
web/app/api/metadata/route.test.ts(+9 -9)📝
web/app/api/metadata/route.ts(+20 -11)➕
web/app/custom.css(+7 -0)📝
web/app/globals.css(+5 -15)➖
web/app/page.tsx(+0 -12)📝
web/components/custom/ai-search.tsx(+4 -4)📝
web/components/custom/content-header.tsx(+1 -1)➕
web/components/custom/la-icon.tsx(+22 -0)📝
web/components/custom/sidebar/partial/page-section.tsx(+61 -38)➕
web/components/custom/sidebar/partial/profile-section.tsx(+71 -0)📝
web/components/custom/sidebar/sidebar.tsx(+20 -21)...and 36 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.