mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[PR #19] [MERGED] Rewrote Compiler and Editor #329
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#329
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/19
Author: @arikchakma
Created: 11/27/2023
Status: ✅ Merged
Merged: 11/27/2023
Merged by: @arikchakma
Base:
main← Head:feat/monorepo📝 Commits (10+)
dd265d8feat(create-turbo): apply official-starter transform397869ffeat(create-turbo): apply package-manager transform3d589a5Init Monorepo2d3c7caImplementrenderer844960fImplement extendable theme2c89ec7Update package.json7c6e610fix: import modulec568759Initialise@maily-to/core72ad008Implement core editor678a5dbfix: 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.