mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[PR #112] [CLOSED] a #162
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#162
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/112
Author: @minimum-devs
Created: 1/21/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (10+)
9478499add elements packagebd1fae2add tsup config for elements packagee22d2a9working tsup for elements package40675aeupdate dev script7d89932fix more build issuesf5b05c3remove some commands710109badd actions package7b526c0add tsup config for actions76689acbetter config140d07bremove trailing enter📊 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.