[PR #2] [MERGED] Refactor editor and config #92

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/2
Author: @kamranahmedse
Created: 7/9/2023
Status: Merged
Merged: 7/9/2023
Merged by: @arikchakma

Base: mainHead: refactor/component


📝 Commits (1)

  • ce0603e Refactor editor and config

📊 Changes

10 files changed (+1410 additions, -1328 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 app/globals.css (+0 -32)
📝 app/layout.tsx (+1 -6)
📝 app/page.tsx (+157 -6)
components/editor/editor.css (+34 -0)
📝 components/editor/extensions/logo.ts (+68 -57)
📝 components/editor/index.tsx (+57 -169)
📝 lib/email/index.ts (+321 -321)
📝 package.json (+2 -1)
📝 pnpm-lock.yaml (+769 -736)

📄 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/2 **Author:** [@kamranahmedse](https://github.com/kamranahmedse) **Created:** 7/9/2023 **Status:** ✅ Merged **Merged:** 7/9/2023 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `refactor/component` --- ### 📝 Commits (1) - [`ce0603e`](https://github.com/arikchakma/maily.to/commit/ce0603eedd50559ea490b7bdbe95a37bbafa9497) Refactor editor and config ### 📊 Changes **10 files changed** (+1410 additions, -1328 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `app/globals.css` (+0 -32) 📝 `app/layout.tsx` (+1 -6) 📝 `app/page.tsx` (+157 -6) ➕ `components/editor/editor.css` (+34 -0) 📝 `components/editor/extensions/logo.ts` (+68 -57) 📝 `components/editor/index.tsx` (+57 -169) 📝 `lib/email/index.ts` (+321 -321) 📝 `package.json` (+2 -1) 📝 `pnpm-lock.yaml` (+769 -736) </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-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#92
No description provided.