mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 14:45:57 +03:00
[PR #156] [MERGED] feat: support border radius on image component #192
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#192
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/156
Author: @focux
Created: 3/13/2025
Status: ✅ Merged
Merged: 3/15/2025
Merged by: @arikchakma
Base:
main← Head:support-image-radius📝 Commits (2)
cdc1615feat: support border radius on image component3d8be7cwip📊 Changes
6 files changed (+69 additions, -1 deletions)
View changed files
📝
packages/core/src/editor/components/image-menu/image-bubble-menu.tsx(+22 -0)📝
packages/core/src/editor/components/image-menu/use-image-state.tsx(+1 -0)📝
packages/core/src/editor/nodes/image/image-view.tsx(+8 -1)📝
packages/core/src/editor/nodes/image/image.ts(+14 -0)➕
packages/core/src/editor/utils/border-radius.ts(+22 -0)📝
packages/render/src/maily.tsx(+2 -0)📄 Description
This PR adds border radius support to the image component, which is useful when using images as headers.
Screenshots:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.