Original PR: https://github.com/linsa-io/linsa/pull/184 Author: @Aslam97 Created: 10/7/2024 Status: ✅ Merged Merged: 10/7/2024 Merged by: @nikivdev
Base: main ← Head: replace/web
main
replace/web
192426a
514 files changed (+20014 additions, -15501 deletions)
➖ web/.env.example (+0 -20) ➕ web/.eslintrc.cjs (+14 -0) ➖ web/.eslintrc.json (+0 -3) 📝 web/.gitignore (+19 -35) ➖ web/.npmrc (+0 -2) ➕ web/.prettierignore (+4 -0) ➕ web/app.config.ts (+12 -0) ➖ web/app/(auth)/layout.tsx (+0 -7) ➖ web/app/(auth)/sign-in/[[...sign-in]]/page.tsx (+0 -9) ➖ web/app/(auth)/sign-up/[[...sign-up]]/page.tsx (+0 -9) ➖ web/app/(pages)/(topics)/[name]/page.tsx (+0 -5) ➖ web/app/(pages)/community/[topicName]/page.tsx (+0 -5) ➖ web/app/(pages)/edit-profile/page.tsx (+0 -5) ➖ web/app/(pages)/journal/page.tsx (+0 -15) ➖ web/app/(pages)/layout.tsx (+0 -30) ➖ web/app/(pages)/links/page.tsx (+0 -5) ➖ web/app/(pages)/onboarding/page.tsx (+0 -5) ➖ web/app/(pages)/pages/[id]/page.tsx (+0 -5) ➖ web/app/(pages)/pages/page.tsx (+0 -5) ➖ web/app/(pages)/profile/_components/wrapper.tsx (+0 -165)
web/.env.example
web/.eslintrc.cjs
web/.eslintrc.json
web/.gitignore
web/.npmrc
web/.prettierignore
web/app.config.ts
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)/(topics)/[name]/page.tsx
web/app/(pages)/community/[topicName]/page.tsx
web/app/(pages)/edit-profile/page.tsx
web/app/(pages)/journal/page.tsx
web/app/(pages)/layout.tsx
web/app/(pages)/links/page.tsx
web/app/(pages)/onboarding/page.tsx
web/app/(pages)/pages/[id]/page.tsx
web/app/(pages)/pages/page.tsx
web/app/(pages)/profile/_components/wrapper.tsx
...and 80 more files
Reason for move is that TanStack start is most suited for local first apps and has better router.
Next.js implementation is archived here.
🔄 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/184
Author: @Aslam97
Created: 10/7/2024
Status: ✅ Merged
Merged: 10/7/2024
Merged by: @nikivdev
Base:
main← Head:replace/web📝 Commits (1)
192426aReplace 'web'📊 Changes
514 files changed (+20014 additions, -15501 deletions)
View changed files
➖
web/.env.example(+0 -20)➕
web/.eslintrc.cjs(+14 -0)➖
web/.eslintrc.json(+0 -3)📝
web/.gitignore(+19 -35)➖
web/.npmrc(+0 -2)➕
web/.prettierignore(+4 -0)➕
web/app.config.ts(+12 -0)➖
web/app/(auth)/layout.tsx(+0 -7)➖
web/app/(auth)/sign-in/[[...sign-in]]/page.tsx(+0 -9)➖
web/app/(auth)/sign-up/[[...sign-up]]/page.tsx(+0 -9)➖
web/app/(pages)/(topics)/[name]/page.tsx(+0 -5)➖
web/app/(pages)/community/[topicName]/page.tsx(+0 -5)➖
web/app/(pages)/edit-profile/page.tsx(+0 -5)➖
web/app/(pages)/journal/page.tsx(+0 -15)➖
web/app/(pages)/layout.tsx(+0 -30)➖
web/app/(pages)/links/page.tsx(+0 -5)➖
web/app/(pages)/onboarding/page.tsx(+0 -5)➖
web/app/(pages)/pages/[id]/page.tsx(+0 -5)➖
web/app/(pages)/pages/page.tsx(+0 -5)➖
web/app/(pages)/profile/_components/wrapper.tsx(+0 -165)...and 80 more files
📄 Description
Reason for move is that TanStack start is most suited for local first apps and has better router.
Next.js implementation is archived here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.