mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[PR #9] [MERGED] Template Layout Redesign #323
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#323
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/9
Author: @arikchakma
Created: 7/30/2023
Status: ✅ Merged
Merged: 7/30/2023
Merged by: @arikchakma
Base:
main← Head:chore/editor-design📝 Commits (8)
0366107wip: playground designd5dbf8awip: editor redesigne5ab8bdwip: templates editor1aa0883wip: template page design7c6e988wip: templateae08ed9wip: template designc18d004feat: template layout0ab3298chore: playground button📊 Changes
31 files changed (+1079 additions, -162 deletions)
View changed files
📝
app/(auth)/login/page.tsx(+11 -1)📝
app/(auth)/signup/page.tsx(+11 -1)➕
app/(playground)/layout.tsx(+11 -0)➕
app/(playground)/playground/page.tsx(+65 -0)➕
app/(playground)/template/[templateId]/page.tsx(+45 -0)➕
app/(playground)/template/layout.tsx(+41 -0)➕
app/(playground)/template/page.tsx(+15 -0)📝
app/api/v1/delete-template/[id]/route.ts(+0 -0)📝
app/api/v1/get-list-templates/route.ts(+0 -0)➕
app/api/v1/get-template/[id]/route.ts(+76 -0)📝
app/api/v1/save-template/route.ts(+2 -1)➕
app/api/v1/update-template/[id]/route.ts(+123 -0)➖
app/editor/page.tsx(+0 -22)📝
app/layout.tsx(+1 -1)📝
app/page.tsx(+1 -1)➖
app/playground/layout.tsx(+0 -55)➖
app/playground/page.tsx(+0 -9)➕
components/app-editor/app-editor-menubar.tsx(+180 -0)➕
components/app-editor/app-email-preview-dialog.tsx(+38 -0)➕
components/app-editor/app-get-html-button.tsx(+33 -0)...and 11 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.