[PR #166] [MERGED] refactor: migrate to react router #428

Closed
opened 2026-03-15 02:14:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/166
Author: @arikchakma
Created: 3/24/2025
Status: Merged
Merged: 3/24/2025
Merged by: @arikchakma

Base: mainHead: feat/rr


📝 Commits (10+)

📊 Changes

128 files changed (+6839 additions, -4396 deletions)

View changed files

📝 apps/web/.env.example (+4 -3)
📝 apps/web/.gitignore (+6 -33)
apps/web/actions/auth.ts (+0 -55)
apps/web/actions/config.ts (+0 -49)
apps/web/actions/email.ts (+0 -509)
apps/web/actions/error.ts (+0 -32)
apps/web/app/(auth)/auth/callback/route.ts (+0 -20)
apps/web/app/(auth)/auth/confirm/route.ts (+0 -28)
apps/web/app/(auth)/auth/login/route.ts (+0 -48)
apps/web/app/(auth)/auth/logout/route.ts (+0 -13)
apps/web/app/(auth)/layout.tsx (+0 -34)
apps/web/app/(auth)/login/page.tsx (+0 -68)
apps/web/app/(playground)/layout.tsx (+0 -24)
apps/web/app/(playground)/playground/layout.tsx (+0 -27)
apps/web/app/(playground)/playground/page.tsx (+0 -84)
apps/web/app/(playground)/template/[templateId]/page.tsx (+0 -96)
apps/web/app/(playground)/template/layout.tsx (+0 -40)
apps/web/app/(playground)/template/page.tsx (+0 -47)
apps/web/app/api/v1/emails/route.ts (+0 -7)
apps/web/app/app.css (+15 -0)

...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/arikchakma/maily.to/pull/166 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 3/24/2025 **Status:** ✅ Merged **Merged:** 3/24/2025 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/rr` --- ### 📝 Commits (10+) - [`8ba1030`](https://github.com/arikchakma/maily.to/commit/8ba103006b308ca0e13696fb9b9c40326f05ef9a) wip - [`c91a12e`](https://github.com/arikchakma/maily.to/commit/c91a12e53bd0d784932e73718e4003b99ac37a66) feat: drag handle plugin - [`b70f787`](https://github.com/arikchakma/maily.to/commit/b70f787d16da977f2b6172ff629d5d0d6235723b) Merge branch 'main' into feat/rr - [`f5ea7d7`](https://github.com/arikchakma/maily.to/commit/f5ea7d7856a34dc04c7924041a0670eb2ac0036a) wip - [`3cca8c8`](https://github.com/arikchakma/maily.to/commit/3cca8c86f60208798392e83dd90d3bc7d0c7f60c) wip - [`f6ea061`](https://github.com/arikchakma/maily.to/commit/f6ea061b3e9a116178f47414b55aa5da736bdae5) Merge branch 'main' into feat/rr - [`d16bbef`](https://github.com/arikchakma/maily.to/commit/d16bbefb74b66185f1b5390f71c39efe09b7560c) wip - [`a7acd08`](https://github.com/arikchakma/maily.to/commit/a7acd0898a87b7c85bf56ab4047a314ba4477894) Merge branch 'main' into feat/rr - [`8b9d3cb`](https://github.com/arikchakma/maily.to/commit/8b9d3cbec74978a3b6a2a7376d1b0566f121b048) wip - [`f194eee`](https://github.com/arikchakma/maily.to/commit/f194eee72eafbf5d7dfa00c31bd9cc5e6fa83a10) wip ### 📊 Changes **128 files changed** (+6839 additions, -4396 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/.env.example` (+4 -3) 📝 `apps/web/.gitignore` (+6 -33) ➖ `apps/web/actions/auth.ts` (+0 -55) ➖ `apps/web/actions/config.ts` (+0 -49) ➖ `apps/web/actions/email.ts` (+0 -509) ➖ `apps/web/actions/error.ts` (+0 -32) ➖ `apps/web/app/(auth)/auth/callback/route.ts` (+0 -20) ➖ `apps/web/app/(auth)/auth/confirm/route.ts` (+0 -28) ➖ `apps/web/app/(auth)/auth/login/route.ts` (+0 -48) ➖ `apps/web/app/(auth)/auth/logout/route.ts` (+0 -13) ➖ `apps/web/app/(auth)/layout.tsx` (+0 -34) ➖ `apps/web/app/(auth)/login/page.tsx` (+0 -68) ➖ `apps/web/app/(playground)/layout.tsx` (+0 -24) ➖ `apps/web/app/(playground)/playground/layout.tsx` (+0 -27) ➖ `apps/web/app/(playground)/playground/page.tsx` (+0 -84) ➖ `apps/web/app/(playground)/template/[templateId]/page.tsx` (+0 -96) ➖ `apps/web/app/(playground)/template/layout.tsx` (+0 -40) ➖ `apps/web/app/(playground)/template/page.tsx` (+0 -47) ➖ `apps/web/app/api/v1/emails/route.ts` (+0 -7) ➕ `apps/web/app/app.css` (+15 -0) _...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>
kerem 2026-03-15 02:14:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/maily.to#428
No description provided.