[PR #1] [MERGED] Email Compiler #93

Closed
opened 2026-03-01 14:40:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/1
Author: @arikchakma
Created: 7/9/2023
Status: Merged
Merged: 7/9/2023
Merged by: @arikchakma

Base: mainHead: feat/email-compiler


📝 Commits (10+)

📊 Changes

3 files changed (+387 additions, -8 deletions)

View changed files

📝 components/editor/components/editor-menu-bar.tsx (+14 -7)
📝 components/editor/index.tsx (+1 -1)
lib/email/index.ts (+372 -0)

📄 Description

Completed Node along with styles.

  • Paragraph
  • Heading
  • Text
  • Horizontal Rule
  • List Item
  • Bullet List
  • Spacer
  • Hard Break
  • Logo
  • Image
  • Footer Text
  • Variable

🔄 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/1 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 7/9/2023 **Status:** ✅ Merged **Merged:** 7/9/2023 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/email-compiler` --- ### 📝 Commits (10+) - [`f3211b8`](https://github.com/arikchakma/maily.to/commit/f3211b8041176ae1fc696585ce768b9d4650e665) chore: initial idea - [`b39274c`](https://github.com/arikchakma/maily.to/commit/b39274c4ec78295fd80a286ca29900863a430501) chore: email paragraph - [`0cf8294`](https://github.com/arikchakma/maily.to/commit/0cf82946db29d15c59378e1e1e0ff2db0eee1ba1) chore: email template - [`beeb0d5`](https://github.com/arikchakma/maily.to/commit/beeb0d51c4e6ddb9151cbbced477364bcf8af395) chore: italic and strike mark - [`e79b611`](https://github.com/arikchakma/maily.to/commit/e79b611da8b32c8e0c51da1e6b680c6c651e6c26) chore: horizontal rule - [`d15061d`](https://github.com/arikchakma/maily.to/commit/d15061d74dfa161152a5fb8ccfd9f82b5296b0ac) chore: unordered list - [`cc15764`](https://github.com/arikchakma/maily.to/commit/cc15764beda4ae44dae35a4240af5b033b6f6724) chore: clear code - [`8e86547`](https://github.com/arikchakma/maily.to/commit/8e86547a1591e4ab106164a72dc80a12966cb331) chore: convert into single function instead of multiple - [`3f1937c`](https://github.com/arikchakma/maily.to/commit/3f1937c89c74eb35dffcc94fc736056ef95130ea) chore: add types - [`5efdfb7`](https://github.com/arikchakma/maily.to/commit/5efdfb7aa995e551e7f987018a5d88d65dee8c59) chore: spacer ### 📊 Changes **3 files changed** (+387 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `components/editor/components/editor-menu-bar.tsx` (+14 -7) 📝 `components/editor/index.tsx` (+1 -1) ➕ `lib/email/index.ts` (+372 -0) </details> ### 📄 Description ## Completed Node along with `styles.` - [x] Paragraph - [x] Heading - [x] Text - [x] Horizontal Rule - [x] List Item - [x] Bullet List - [x] Spacer - [x] Hard Break - [x] Logo - [x] Image - [x] Footer Text - [x] Variable --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:40:03 +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#93
No description provided.