mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 06:35:53 +03:00
[PR #56] [MERGED] feat: update supabase #347
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#347
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat/upgrade📝 Commits (4)
0912e75feat: upgrade supabase4769cc7fix: image aspect ratiod1c9111wip: update packages081960efix: remove logs📊 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
Before Merge
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.