[PR #112] [MERGED] Setup #36

Closed
opened 2025-12-29 18:27:55 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: setup


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/112 **Author:** [@Aslam97](https://github.com/Aslam97) **Created:** 7/18/2024 **Status:** ✅ Merged **Merged:** 8/7/2024 **Merged by:** [@nikivdev](https://github.com/nikivdev) **Base:** `main` ← **Head:** `setup` --- ### 📝 Commits (10+) - [`754f478`](https://github.com/linsa-io/linsa/commit/754f478682ed7053535a255322b91537b5ab6ed7) wip - [`409366c`](https://github.com/linsa-io/linsa/commit/409366cc781ba522e6ede0aa5c9a0e278db0d0ca) wip - [`060dcb8`](https://github.com/linsa-io/linsa/commit/060dcb81327994f37abf1f7f73ed8b496332a447) wip3 - [`abc3ad4`](https://github.com/linsa-io/linsa/commit/abc3ad497855df921080b059254f7898c1b8765b) chore: utils - [`b6d68d6`](https://github.com/linsa-io/linsa/commit/b6d68d6bb55b0e43c8354568191e1a7e64d04070) feat: add command - [`6283677`](https://github.com/linsa-io/linsa/commit/62836776babb9f2c12907542cd4f41845f7465cc) wip - [`66a3c30`](https://github.com/linsa-io/linsa/commit/66a3c30cc191d5093331aaa8110431d9ba5f22ca) fix: key duplicate - [`b09be73`](https://github.com/linsa-io/linsa/commit/b09be7396f6a82a4b2555022640cab01a342f747) fix: move and check - [`59a9494`](https://github.com/linsa-io/linsa/commit/59a9494e458d7a04f4545f49a57f2890a2077b90) fix: use react-use instead - [`44e32d4`](https://github.com/linsa-io/linsa/commit/44e32d43699176cb5428e73c0e313f3046d165f8) fix: sidebar ### 📊 Changes **143 files changed** (+6963 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:27:55 +01:00
adam closed this issue 2025-12-29 18:27:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#36