[PR #125] [CLOSED] dev.learn-anything.xyz deploy #44

Closed
opened 2025-12-30 00:26:46 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/linsa-io/linsa/pull/125
Author: @nikivdev
Created: 9/2/2024
Status: Closed

Base: mainHead: deploy


📝 Commits (10+)

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

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/125 **Author:** [@nikivdev](https://github.com/nikivdev) **Created:** 9/2/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `deploy` --- ### 📝 Commits (10+) - [`236a86e`](https://github.com/linsa-io/linsa/commit/236a86e958f49a6b50b8a3430435721a6afc2be2) start - [`2a36abe`](https://github.com/linsa-io/linsa/commit/2a36abe70397d07b3434c0070c3959ffd0641b81) . - [`f6cf0d6`](https://github.com/linsa-io/linsa/commit/f6cf0d64e23305704abc14462d566872d3c0f7ac) seeding connections - [`28b9f25`](https://github.com/linsa-io/linsa/commit/28b9f25dc509e04303bec50828f65f71833b266a) . - [`188f81c`](https://github.com/linsa-io/linsa/commit/188f81cb58a251a00c5f6555daf04cb150d0bfe5) wip - [`1c534ab`](https://github.com/linsa-io/linsa/commit/1c534ab1ea35c91cd4c3c76187409953e1378923) wip: learning state - [`ab6b4af`](https://github.com/linsa-io/linsa/commit/ab6b4aff82eab08e1bbbbc775386342b58bbe8be) wip: notes section - [`dcac726`](https://github.com/linsa-io/linsa/commit/dcac726d35338a27b727435503ecb8c341b93a28) Merge branch 'seed' of github.com:learn-anything/learn-anything.xyz into link - [`f7f7e1c`](https://github.com/linsa-io/linsa/commit/f7f7e1c951d992c9b162730047e069bbdf830950) wip: many - [`2ac988c`](https://github.com/linsa-io/linsa/commit/2ac988cf5c65363a56a678e88d88f666ef72ceee) topics ### 📊 Changes **39 files changed** (+1643 additions, -245 deletions) <details> <summary>View changed files</summary> 📝 `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_ </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-30 00:26:46 +01:00
adam closed this issue 2025-12-30 00:26:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa-linsa-io#44