mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #112] [MERGED] Setup #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.