[PR #56] [MERGED] feat: update supabase #347

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

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/56
Author: @arikchakma
Created: 9/13/2024
Status: Merged
Merged: 9/13/2024
Merged by: @arikchakma

Base: mainHead: feat/upgrade


📝 Commits (4)

📊 Changes

34 files changed (+2203 additions, -1602 deletions)

View changed files

apps/web/.eslintrc.js (+0 -11)
📝 apps/web/actions/auth.ts (+3 -4)
📝 apps/web/actions/email.ts (+5 -5)
📝 apps/web/app/(auth)/auth/callback/route.ts (+11 -9)
apps/web/app/(auth)/auth/confirm/route.ts (+28 -0)
📝 apps/web/app/(auth)/auth/login/route.ts (+11 -5)
📝 apps/web/app/(auth)/auth/logout/route.ts (+2 -4)
📝 apps/web/app/(auth)/layout.tsx (+5 -4)
📝 apps/web/app/(playground)/playground/page.tsx (+2 -4)
📝 apps/web/app/(playground)/template/[templateId]/page.tsx (+3 -4)
📝 apps/web/app/(playground)/template/layout.tsx (+2 -4)
apps/web/app/api/v1/emails/route.ts (+7 -0)
📝 apps/web/components/auth/email-login-form.tsx (+0 -1)
apps/web/lib/response.ts (+17 -0)
apps/web/lib/supabase.ts (+0 -4)
apps/web/lib/supabase/client.ts (+6 -0)
apps/web/lib/supabase/middleware.ts (+70 -0)
apps/web/lib/supabase/server.ts (+31 -0)
📝 apps/web/middleware.ts (+2 -12)
📝 apps/web/package.json (+33 -35)

...and 14 more files

📄 Description

Updates

  • Update to the latest packages
  • Update Supabase Configurations
  • Fix #50

Before Merge

  • Update PROD Supabase settings

🔄 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/56 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 9/13/2024 **Status:** ✅ Merged **Merged:** 9/13/2024 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/upgrade` --- ### 📝 Commits (4) - [`0912e75`](https://github.com/arikchakma/maily.to/commit/0912e754c4dce3c7d5a1fad69c5dde4ec4b1f69c) feat: upgrade supabase - [`4769cc7`](https://github.com/arikchakma/maily.to/commit/4769cc7d9a00618b9837d7c3ea4de32639c79917) fix: image aspect ratio - [`d1c9111`](https://github.com/arikchakma/maily.to/commit/d1c9111d1b6b3a5cdaa40872ac3a4fcb50457566) wip: update packages - [`081960e`](https://github.com/arikchakma/maily.to/commit/081960e34c20c298de8a0fc54f8db3fbbdf10dce) fix: remove logs ### 📊 Changes **34 files changed** (+2203 additions, -1602 deletions) <details> <summary>View changed files</summary> ➖ `apps/web/.eslintrc.js` (+0 -11) 📝 `apps/web/actions/auth.ts` (+3 -4) 📝 `apps/web/actions/email.ts` (+5 -5) 📝 `apps/web/app/(auth)/auth/callback/route.ts` (+11 -9) ➕ `apps/web/app/(auth)/auth/confirm/route.ts` (+28 -0) 📝 `apps/web/app/(auth)/auth/login/route.ts` (+11 -5) 📝 `apps/web/app/(auth)/auth/logout/route.ts` (+2 -4) 📝 `apps/web/app/(auth)/layout.tsx` (+5 -4) 📝 `apps/web/app/(playground)/playground/page.tsx` (+2 -4) 📝 `apps/web/app/(playground)/template/[templateId]/page.tsx` (+3 -4) 📝 `apps/web/app/(playground)/template/layout.tsx` (+2 -4) ➕ `apps/web/app/api/v1/emails/route.ts` (+7 -0) 📝 `apps/web/components/auth/email-login-form.tsx` (+0 -1) ➕ `apps/web/lib/response.ts` (+17 -0) ➖ `apps/web/lib/supabase.ts` (+0 -4) ➕ `apps/web/lib/supabase/client.ts` (+6 -0) ➕ `apps/web/lib/supabase/middleware.ts` (+70 -0) ➕ `apps/web/lib/supabase/server.ts` (+31 -0) 📝 `apps/web/middleware.ts` (+2 -12) 📝 `apps/web/package.json` (+33 -35) _...and 14 more files_ </details> ### 📄 Description ## Updates - Update to the latest packages - Update Supabase Configurations - Fix #50 ## Before Merge - [x] Update PROD Supabase settings --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 02:09:56 +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#347
No description provided.