[PR #19] [MERGED] Rewrote Compiler and Editor #98

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

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/19
Author: @arikchakma
Created: 11/27/2023
Status: Merged
Merged: 11/27/2023
Merged by: @arikchakma

Base: mainHead: feat/monorepo


📝 Commits (10+)

  • dd265d8 feat(create-turbo): apply official-starter transform
  • 397869f feat(create-turbo): apply package-manager transform
  • 3d589a5 Init Monorepo
  • 2d3c7ca Implement renderer
  • 844960f Implement extendable theme
  • 2c89ec7 Update package.json
  • 7c6e610 fix: import module
  • c568759 Initialise @maily-to/core
  • 72ad008 Implement core editor
  • 678a5db fix: core package imports

📊 Changes

196 files changed (+9503 additions, -6524 deletions)

View changed files

.eslintrc.json (+0 -3)
📝 .gitignore (+15 -14)
.npmrc (+1 -0)
📝 .prettierignore (+5 -7)
📝 .prettierrc.cjs (+0 -26)
.vscode/settings.json (+5 -0)
app/(auth)/signup/page.tsx (+0 -62)
app/(playground)/layout.tsx (+0 -11)
app/(playground)/playground/page.tsx (+0 -65)
app/(playground)/template/[templateId]/page.tsx (+0 -43)
app/(playground)/template/page.tsx (+0 -13)
app/EditorIcon.tsx (+0 -15)
app/GitHubIcon.tsx (+0 -14)
app/PencilIcon.tsx (+0 -14)
app/api/v1/delete-template/[id]/route.ts (+0 -94)
app/api/v1/get-list-templates/route.ts (+0 -31)
app/api/v1/get-template/[id]/route.ts (+0 -76)
app/api/v1/save-template/route.ts (+0 -71)
app/api/v1/update-template/[id]/route.ts (+0 -123)
app/globals.css (+0 -14)

...and 80 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/19 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 11/27/2023 **Status:** ✅ Merged **Merged:** 11/27/2023 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/monorepo` --- ### 📝 Commits (10+) - [`dd265d8`](https://github.com/arikchakma/maily.to/commit/dd265d88d7316777cdfa70a786912c32cf48b78d) feat(create-turbo): apply official-starter transform - [`397869f`](https://github.com/arikchakma/maily.to/commit/397869fdbdef8c25fa5bd3174355505bd6f8c4b0) feat(create-turbo): apply package-manager transform - [`3d589a5`](https://github.com/arikchakma/maily.to/commit/3d589a524ac71e09c66ffb965db54611080ea23c) Init Monorepo - [`2d3c7ca`](https://github.com/arikchakma/maily.to/commit/2d3c7cab0c3a36aff190b2d2bc76cb22b02950a7) Implement `renderer` - [`844960f`](https://github.com/arikchakma/maily.to/commit/844960fd6a34b1f4c6644dc774eaa623ce18e69a) Implement extendable theme - [`2c89ec7`](https://github.com/arikchakma/maily.to/commit/2c89ec7174d1d3c64784ff21f029136de2b87756) Update package.json - [`7c6e610`](https://github.com/arikchakma/maily.to/commit/7c6e610637d7fb72180e317e6371dad820f93ad4) fix: import module - [`c568759`](https://github.com/arikchakma/maily.to/commit/c5687594389691a2224235bc909e3d4fcff2c668) Initialise `@maily-to/core` - [`72ad008`](https://github.com/arikchakma/maily.to/commit/72ad008ce0bdb0d785d46f32fd1d1661b0f19349) Implement core editor - [`678a5db`](https://github.com/arikchakma/maily.to/commit/678a5db75134f09533d573ebc7fd32c788486b95) fix: core package imports ### 📊 Changes **196 files changed** (+9503 additions, -6524 deletions) <details> <summary>View changed files</summary> ➖ `.eslintrc.json` (+0 -3) 📝 `.gitignore` (+15 -14) ➕ `.npmrc` (+1 -0) 📝 `.prettierignore` (+5 -7) 📝 `.prettierrc.cjs` (+0 -26) ➕ `.vscode/settings.json` (+5 -0) ➖ `app/(auth)/signup/page.tsx` (+0 -62) ➖ `app/(playground)/layout.tsx` (+0 -11) ➖ `app/(playground)/playground/page.tsx` (+0 -65) ➖ `app/(playground)/template/[templateId]/page.tsx` (+0 -43) ➖ `app/(playground)/template/page.tsx` (+0 -13) ➖ `app/EditorIcon.tsx` (+0 -15) ➖ `app/GitHubIcon.tsx` (+0 -14) ➖ `app/PencilIcon.tsx` (+0 -14) ➖ `app/api/v1/delete-template/[id]/route.ts` (+0 -94) ➖ `app/api/v1/get-list-templates/route.ts` (+0 -31) ➖ `app/api/v1/get-template/[id]/route.ts` (+0 -76) ➖ `app/api/v1/save-template/route.ts` (+0 -71) ➖ `app/api/v1/update-template/[id]/route.ts` (+0 -123) ➖ `app/globals.css` (+0 -14) _...and 80 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-01 14:40:04 +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#98
No description provided.