[PR #9] [MERGED] Template Layout Redesign #323

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

📋 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: mainHead: chore/editor-design


📝 Commits (8)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/arikchakma/maily.to/pull/9 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 7/30/2023 **Status:** ✅ Merged **Merged:** 7/30/2023 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `chore/editor-design` --- ### 📝 Commits (8) - [`0366107`](https://github.com/arikchakma/maily.to/commit/0366107a4275aa7a1d732cf04673eae509e2c1f6) wip: playground design - [`d5dbf8a`](https://github.com/arikchakma/maily.to/commit/d5dbf8aa8d5cab47f196d7b4250a33a33df4007c) wip: editor redesign - [`e5ab8bd`](https://github.com/arikchakma/maily.to/commit/e5ab8bd682aeab5596e8ff863e158874332d0df2) wip: templates editor - [`1aa0883`](https://github.com/arikchakma/maily.to/commit/1aa088372783a04bd13255eeda24bd1808573914) wip: template page design - [`7c6e988`](https://github.com/arikchakma/maily.to/commit/7c6e9885975e93b7632760ed07f294d0a7fc990e) wip: template - [`ae08ed9`](https://github.com/arikchakma/maily.to/commit/ae08ed922bf615cbb79746a2b24015f2b4e50f18) wip: template design - [`c18d004`](https://github.com/arikchakma/maily.to/commit/c18d004b389a7cdb7ded50676a22ed1362b9d07c) feat: template layout - [`0ab3298`](https://github.com/arikchakma/maily.to/commit/0ab3298187c02d99cd56110f18f5afbc07ddd228) chore: playground button ### 📊 Changes **31 files changed** (+1079 additions, -162 deletions) <details> <summary>View changed files</summary> 📝 `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_ </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:08:35 +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#323
No description provided.