Original PR: https://github.com/linsa-io/linsa/pull/112 Author: @Aslam97 Created: 7/18/2024 Status: ✅ Merged Merged: 8/7/2024 Merged by: @nikivdev
Base: main ← Head: setup
main
setup
754f478
409366c
060dcb8
abc3ad4
b6d68d6
6283677
66a3c30
b09be73
59a9494
44e32d4
143 files changed (+6963 additions, -97 deletions)
📝 .gitignore (+9 -40) 📝 bun.lockb (+0 -0) ➕ cli/run.ts (+12 -0) ➕ cli/seed.ts (+59 -0) ➕ lib/utils.ts (+7 -0) ➕ license (+21 -0) 📝 package.json (+14 -5) ➕ web/.env.example (+2 -0) ➕ web/app/(pages)/layout.tsx (+15 -0) ➕ web/app/(pages)/links/page.tsx (+5 -0) ➕ web/app/(pages)/pages/[id]/page.tsx (+5 -0) ➕ web/app/(pages)/profile/_components/wrapper.tsx (+14 -0) ➕ web/app/(pages)/profile/page.tsx (+5 -0) ➕ web/app/(pages)/search/page.tsx (+5 -0) ➕ web/app/(topics)/[topic]/layout.tsx (+14 -0) ➕ web/app/(topics)/[topic]/page.tsx (+5 -0) ➕ web/app/api/metadata/route.test.ts (+101 -0) ➕ web/app/api/metadata/route.ts (+63 -0) ➕ web/app/api/search-stream/route.ts (+43 -0) 📝 web/app/globals.css (+76 -15)
.gitignore
bun.lockb
cli/run.ts
cli/seed.ts
lib/utils.ts
license
package.json
web/.env.example
web/app/(pages)/layout.tsx
web/app/(pages)/links/page.tsx
web/app/(pages)/pages/[id]/page.tsx
web/app/(pages)/profile/_components/wrapper.tsx
web/app/(pages)/profile/page.tsx
web/app/(pages)/search/page.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/api/search-stream/route.ts
web/app/globals.css
...and 80 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/112
Author: @Aslam97
Created: 7/18/2024
Status: ✅ Merged
Merged: 8/7/2024
Merged by: @nikivdev
Base:
main← Head:setup📝 Commits (10+)
754f478wip409366cwip060dcb8wip3abc3ad4chore: utilsb6d68d6feat: add command6283677wip66a3c30fix: key duplicateb09be73fix: move and check59a9494fix: use react-use instead44e32d4fix: sidebar📊 Changes
143 files changed (+6963 additions, -97 deletions)
View changed files
📝
.gitignore(+9 -40)📝
bun.lockb(+0 -0)➕
cli/run.ts(+12 -0)➕
cli/seed.ts(+59 -0)➕
lib/utils.ts(+7 -0)➕
license(+21 -0)📝
package.json(+14 -5)➕
web/.env.example(+2 -0)➕
web/app/(pages)/layout.tsx(+15 -0)➕
web/app/(pages)/links/page.tsx(+5 -0)➕
web/app/(pages)/pages/[id]/page.tsx(+5 -0)➕
web/app/(pages)/profile/_components/wrapper.tsx(+14 -0)➕
web/app/(pages)/profile/page.tsx(+5 -0)➕
web/app/(pages)/search/page.tsx(+5 -0)➕
web/app/(topics)/[topic]/layout.tsx(+14 -0)➕
web/app/(topics)/[topic]/page.tsx(+5 -0)➕
web/app/api/metadata/route.test.ts(+101 -0)➕
web/app/api/metadata/route.ts(+63 -0)➕
web/app/api/search-stream/route.ts(+43 -0)📝
web/app/globals.css(+76 -15)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.