[PR #112] [CLOSED] a #162

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

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/112
Author: @minimum-devs
Created: 1/21/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

16 files changed (+1027 additions, -387 deletions)

View changed files

📝 apps/web/actions/email.ts (+2 -0)
📝 apps/web/app/(playground)/playground/page.tsx (+0 -18)
📝 apps/web/app/globals.css (+2 -0)
📝 apps/web/app/layout.tsx (+7 -4)
📝 package.json (+1 -1)
packages/actions/package.json (+41 -0)
packages/actions/src/index.ts (+24 -0)
packages/actions/tsup.config.ts (+9 -0)
📝 packages/core/src/editor/extensions/slash-command.tsx (+98 -108)
📝 packages/core/src/styles/index.css (+1 -1)
📝 packages/core/tsup.config.ts (+1 -0)
packages/elements/package.json (+47 -0)
packages/elements/src/index.ts (+9 -0)
packages/elements/tsup.config.ts (+21 -0)
📝 packages/render/src/maily.tsx (+3 -3)
📝 pnpm-lock.yaml (+761 -252)

📄 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/112 **Author:** [@minimum-devs](https://github.com/minimum-devs) **Created:** 1/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`9478499`](https://github.com/arikchakma/maily.to/commit/94784993966b5fd6a9ca84950c1ec45f3139f8f1) add elements package - [`bd1fae2`](https://github.com/arikchakma/maily.to/commit/bd1fae24bf64a8eb205fcb9ca34ff95e9b6220d3) add tsup config for elements package - [`e22d2a9`](https://github.com/arikchakma/maily.to/commit/e22d2a9e163e74df5e06b0838b3b974c1aa31571) working tsup for elements package - [`40675ae`](https://github.com/arikchakma/maily.to/commit/40675ae432f92d22c89ea189f8e85a514a48d08c) update dev script - [`7d89932`](https://github.com/arikchakma/maily.to/commit/7d899327510ec6e61ca3512cea5ad5e72738be4e) fix more build issues - [`f5b05c3`](https://github.com/arikchakma/maily.to/commit/f5b05c3b2859d7e1e265c048890bbce788414fa5) remove some commands - [`710109b`](https://github.com/arikchakma/maily.to/commit/710109b094f6ce7e8763e26076d2af7334e21067) add actions package - [`7b526c0`](https://github.com/arikchakma/maily.to/commit/7b526c00056e70e32af5bb01aa0feb6a5a5670cc) add tsup config for actions - [`76689ac`](https://github.com/arikchakma/maily.to/commit/76689ace84d458872c6ef6f2aa02bdd2c2dc3251) better config - [`140d07b`](https://github.com/arikchakma/maily.to/commit/140d07bf879c53d031b7d9e92da975d3d8db12da) remove trailing enter ### 📊 Changes **16 files changed** (+1027 additions, -387 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/actions/email.ts` (+2 -0) 📝 `apps/web/app/(playground)/playground/page.tsx` (+0 -18) 📝 `apps/web/app/globals.css` (+2 -0) 📝 `apps/web/app/layout.tsx` (+7 -4) 📝 `package.json` (+1 -1) ➕ `packages/actions/package.json` (+41 -0) ➕ `packages/actions/src/index.ts` (+24 -0) ➕ `packages/actions/tsup.config.ts` (+9 -0) 📝 `packages/core/src/editor/extensions/slash-command.tsx` (+98 -108) 📝 `packages/core/src/styles/index.css` (+1 -1) 📝 `packages/core/tsup.config.ts` (+1 -0) ➕ `packages/elements/package.json` (+47 -0) ➕ `packages/elements/src/index.ts` (+9 -0) ➕ `packages/elements/tsup.config.ts` (+21 -0) 📝 `packages/render/src/maily.tsx` (+3 -3) 📝 `pnpm-lock.yaml` (+761 -252) </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:21 +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#162
No description provided.