mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 22:55:54 +03:00
[PR #6] [MERGED] Authentication and Saving Mails #324
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#324
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/6
Author: @arikchakma
Created: 7/23/2023
Status: ✅ Merged
Merged: 7/23/2023
Merged by: @arikchakma
Base:
main← Head:feat/auth📝 Commits (7)
9aea711wip: github logind77786bwip: mail save formddf8253feat: mail saving09a5d71fix: login error81e2c40fix: dropdown disableb01e906fix: seo title5170949fix: login redirect📊 Changes
45 files changed (+2797 additions, -79 deletions)
View changed files
➕
app/(auth)/auth/callback/route.ts(+21 -0)➕
app/(auth)/layout.tsx(+21 -0)➕
app/(auth)/login/page.tsx(+47 -0)➕
app/(auth)/signup/page.tsx(+48 -0)➕
app/api/v1/delete-mail/[id]/route.ts(+94 -0)➕
app/api/v1/get-list-mails/route.ts(+31 -0)➕
app/api/v1/save-mail/route.ts(+70 -0)📝
app/layout.tsx(+16 -11)📝
app/page.tsx(+6 -8)➕
app/playground/layout.tsx(+55 -0)📝
app/playground/page.tsx(+4 -48)➕
app/providers.tsx(+15 -0)📝
components.json(+2 -2)➕
components/auth/github-login-button.tsx(+66 -0)➕
components/auth/logout-button.tsx(+40 -0)➕
components/auth/navigation.tsx(+65 -0)📝
components/editor-preview.tsx(+6 -4)📝
components/editor/extensions/slash-command.tsx(+1 -0)📝
components/email-preview-dialog.tsx(+2 -2)📝
components/iframe.tsx(+1 -0)...and 25 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.