[PR #130] [MERGED] feat: enrich slash commands and pre-designed components #176

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

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/130
Author: @arikchakma
Created: 2/16/2025
Status: Merged
Merged: 2/22/2025
Merged by: @arikchakma

Base: mainHead: feat/slash


📝 Commits (8)

📊 Changes

17 files changed (+1058 additions, -180 deletions)

View changed files

📝 apps/web/app/(playground)/playground/page.tsx (+1 -1)
📝 apps/web/app/(playground)/template/layout.tsx (+3 -1)
📝 packages/core/readme.md (+81 -25)
📝 packages/core/src/blocks/button.tsx (+6 -6)
packages/core/src/blocks/footers.tsx (+244 -0)
packages/core/src/blocks/headers.tsx (+205 -0)
📝 packages/core/src/blocks/layout.tsx (+0 -6)
📝 packages/core/src/blocks/types.ts (+21 -2)
packages/core/src/editor/components/icons/logo-with-cover-image.tsx (+56 -0)
packages/core/src/editor/components/icons/logo-with-text-horizon.tsx (+43 -0)
packages/core/src/editor/components/icons/logo-with-text-vertical.tsx (+43 -0)
packages/core/src/editor/extensions/slash-command/default-slash-commands.ts (+0 -40)
packages/core/src/editor/extensions/slash-command/default-slash-commands.tsx (+85 -0)
📝 packages/core/src/editor/extensions/slash-command/slash-command-view.tsx (+255 -86)
📝 packages/core/src/editor/index.tsx (+0 -11)
📝 packages/core/src/editor/provider.tsx (+2 -2)
📝 packages/render/src/maily.tsx (+13 -0)

📄 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/130 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 2/16/2025 **Status:** ✅ Merged **Merged:** 2/22/2025 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/slash` --- ### 📝 Commits (8) - [`58f7730`](https://github.com/arikchakma/maily.to/commit/58f7730cba45b352b35132dfa92f37215af59d92) wip: slash command revamp - [`51fb901`](https://github.com/arikchakma/maily.to/commit/51fb9016db49d4306c4eda3c224995933ca40e62) wip - [`6c98f45`](https://github.com/arikchakma/maily.to/commit/6c98f45b6b3336f73cc0bd06cec10c7bddaa5f30) wip: headers slash command - [`a538278`](https://github.com/arikchakma/maily.to/commit/a53827887c2c04dd0ec0ce6e3669e4a5839b2a44) feat: pre-designed footers - [`f2e29b7`](https://github.com/arikchakma/maily.to/commit/f2e29b7586bb72b6b68f5ea50c167a62224e365e) fix: build error - [`a4f3bf5`](https://github.com/arikchakma/maily.to/commit/a4f3bf531885cf2aae75f6e0a7d0374e4ea178af) fix: readme docs - [`cc057c0`](https://github.com/arikchakma/maily.to/commit/cc057c0f41e6efded3195b690c8d6f3f911e0945) feat: add cdn for the images - [`11e47a0`](https://github.com/arikchakma/maily.to/commit/11e47a088dfb0b478b1c8927c9822ec93dc9e9ca) fix: subcommands and image ### 📊 Changes **17 files changed** (+1058 additions, -180 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/app/(playground)/playground/page.tsx` (+1 -1) 📝 `apps/web/app/(playground)/template/layout.tsx` (+3 -1) 📝 `packages/core/readme.md` (+81 -25) 📝 `packages/core/src/blocks/button.tsx` (+6 -6) ➕ `packages/core/src/blocks/footers.tsx` (+244 -0) ➕ `packages/core/src/blocks/headers.tsx` (+205 -0) 📝 `packages/core/src/blocks/layout.tsx` (+0 -6) 📝 `packages/core/src/blocks/types.ts` (+21 -2) ➕ `packages/core/src/editor/components/icons/logo-with-cover-image.tsx` (+56 -0) ➕ `packages/core/src/editor/components/icons/logo-with-text-horizon.tsx` (+43 -0) ➕ `packages/core/src/editor/components/icons/logo-with-text-vertical.tsx` (+43 -0) ➖ `packages/core/src/editor/extensions/slash-command/default-slash-commands.ts` (+0 -40) ➕ `packages/core/src/editor/extensions/slash-command/default-slash-commands.tsx` (+85 -0) 📝 `packages/core/src/editor/extensions/slash-command/slash-command-view.tsx` (+255 -86) 📝 `packages/core/src/editor/index.tsx` (+0 -11) 📝 `packages/core/src/editor/provider.tsx` (+2 -2) 📝 `packages/render/src/maily.tsx` (+13 -0) </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:24 +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#176
No description provided.