Original PR: https://github.com/linsa-io/linsa/pull/125 Author: @nikivdev Created: 9/2/2024 Status: ❌ Closed
Base: main ← Head: deploy
main
deploy
236a86e
2a36abe
f6cf0d6
28b9f25
188f81c
1c534ab
ab6b4af
dcac726
f7f7e1c
2ac988c
39 files changed (+1643 additions, -245 deletions)
📝 bun.lockb (+0 -0) 📝 web/.env.example (+13 -1) ➕ web/app/(auth)/layout.tsx (+7 -0) ➕ web/app/(auth)/sign-in/[[...sign-in]]/page.tsx (+9 -0) ➕ web/app/(auth)/sign-up/[[...sign-up]]/page.tsx (+9 -0) 📝 web/app/(pages)/layout.tsx (+28 -17) 📝 web/app/(pages)/profile/_components/wrapper.tsx (+2 -2) 📝 web/app/globals.css (+4 -4) 📝 web/app/layout.tsx (+6 -5) 📝 web/components/custom/ai-search.tsx (+1 -1) ➖ web/components/custom/auth-ui.tsx (+0 -45) ➕ web/components/custom/clerk/clerk-provider-client.tsx (+7 -0) ➕ web/components/custom/clerk/sign-in-client.tsx (+7 -0) ➕ web/components/custom/clerk/sign-up-client.tsx (+7 -0) ➕ web/components/custom/clerk/signed-in-client.tsx (+7 -0) 📝 web/components/custom/delete-modal.tsx (+1 -1) 📝 web/components/custom/sidebar/partial/page-section.tsx (+4 -4) 📝 web/components/custom/sidebar/partial/profile-section.tsx (+4 -2) 📝 web/components/custom/sidebar/partial/topic-section.tsx (+2 -4) 📝 web/components/routes/EditProfileRoute.tsx (+10 -11)
bun.lockb
web/.env.example
web/app/(auth)/layout.tsx
web/app/(auth)/sign-in/[[...sign-in]]/page.tsx
web/app/(auth)/sign-up/[[...sign-up]]/page.tsx
web/app/(pages)/layout.tsx
web/app/(pages)/profile/_components/wrapper.tsx
web/app/globals.css
web/app/layout.tsx
web/components/custom/ai-search.tsx
web/components/custom/auth-ui.tsx
web/components/custom/clerk/clerk-provider-client.tsx
web/components/custom/clerk/sign-in-client.tsx
web/components/custom/clerk/sign-up-client.tsx
web/components/custom/clerk/signed-in-client.tsx
web/components/custom/delete-modal.tsx
web/components/custom/sidebar/partial/page-section.tsx
web/components/custom/sidebar/partial/profile-section.tsx
web/components/custom/sidebar/partial/topic-section.tsx
web/components/routes/EditProfileRoute.tsx
...and 19 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/125
Author: @nikivdev
Created: 9/2/2024
Status: ❌ Closed
Base:
main← Head:deploy📝 Commits (10+)
236a86estart2a36abe.f6cf0d6seeding connections28b9f25.188f81cwip1c534abwip: learning stateab6b4afwip: notes sectiondcac726Merge branch 'seed' of github.com:learn-anything/learn-anything.xyz into linkf7f7e1cwip: many2ac988ctopics📊 Changes
39 files changed (+1643 additions, -245 deletions)
View changed files
📝
bun.lockb(+0 -0)📝
web/.env.example(+13 -1)➕
web/app/(auth)/layout.tsx(+7 -0)➕
web/app/(auth)/sign-in/[[...sign-in]]/page.tsx(+9 -0)➕
web/app/(auth)/sign-up/[[...sign-up]]/page.tsx(+9 -0)📝
web/app/(pages)/layout.tsx(+28 -17)📝
web/app/(pages)/profile/_components/wrapper.tsx(+2 -2)📝
web/app/globals.css(+4 -4)📝
web/app/layout.tsx(+6 -5)📝
web/components/custom/ai-search.tsx(+1 -1)➖
web/components/custom/auth-ui.tsx(+0 -45)➕
web/components/custom/clerk/clerk-provider-client.tsx(+7 -0)➕
web/components/custom/clerk/sign-in-client.tsx(+7 -0)➕
web/components/custom/clerk/sign-up-client.tsx(+7 -0)➕
web/components/custom/clerk/signed-in-client.tsx(+7 -0)📝
web/components/custom/delete-modal.tsx(+1 -1)📝
web/components/custom/sidebar/partial/page-section.tsx(+4 -4)📝
web/components/custom/sidebar/partial/profile-section.tsx(+4 -2)📝
web/components/custom/sidebar/partial/topic-section.tsx(+2 -4)📝
web/components/routes/EditProfileRoute.tsx(+10 -11)...and 19 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.