mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[PR #228] [MERGED] feat: support rtl #450
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#450
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/228
Author: @arikchakma
Created: 1/23/2026
Status: ✅ Merged
Merged: 1/23/2026
Merged by: @arikchakma
Base:
main← Head:feat/rtl📝 Commits (5)
543117achore: bump version6c88dbbwip0a2259awip0c2dba6wip37c508bwip📊 Changes
13 files changed (+416 additions, -37 deletions)
View changed files
📝
apps/web/app/lib/default-editor-json.json(+1 -5)📝
packages/core/package.json(+1 -1)➕
packages/core/src/editor/components/icons/text-direction-icon.tsx(+47 -0)➕
packages/core/src/editor/components/text-direction-switch.tsx(+83 -0)📝
packages/core/src/editor/components/text-menu/text-bubble-content.tsx(+18 -0)📝
packages/core/src/editor/components/text-menu/use-text-menu-state.tsx(+13 -0)📝
packages/core/src/editor/nodes/footer.ts(+35 -0)📝
packages/core/src/editor/nodes/heading/heading.ts(+27 -0)📝
packages/core/src/editor/nodes/paragraph/paragraph.ts(+49 -0)📝
packages/core/src/styles/_editor.css(+4 -0)📝
packages/render/src/maily.tsx(+10 -3)📝
packages/render/src/render.test.ts(+99 -0)📝
pnpm-lock.yaml(+29 -28)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.