mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 14:45:57 +03:00
[PR #130] [MERGED] feat: enrich slash commands and pre-designed components #176
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#176
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/130
Author: @arikchakma
Created: 2/16/2025
Status: ✅ Merged
Merged: 2/22/2025
Merged by: @arikchakma
Base:
main← Head:feat/slash📝 Commits (8)
58f7730wip: slash command revamp51fb901wip6c98f45wip: headers slash commanda538278feat: pre-designed footersf2e29b7fix: build errora4f3bf5fix: readme docscc057c0feat: add cdn for the images11e47a0fix: subcommands and image📊 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.