[PR #228] [MERGED] feat: support rtl #226

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

📋 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: mainHead: feat/rtl


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/arikchakma/maily.to/pull/228 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 1/23/2026 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/rtl` --- ### 📝 Commits (5) - [`543117a`](https://github.com/arikchakma/maily.to/commit/543117ad5a1b65c54b0a93e5e5ddbe5e1d13cc04) chore: bump version - [`6c88dbb`](https://github.com/arikchakma/maily.to/commit/6c88dbbe0992b0f06ed20763b16f5282f189a0e1) wip - [`0a2259a`](https://github.com/arikchakma/maily.to/commit/0a2259a7d82771e7d9a3cba9a8c92d678b3ff6f6) wip - [`0c2dba6`](https://github.com/arikchakma/maily.to/commit/0c2dba6d8463cad0011ec2eb7c97527f7c4591fb) wip - [`37c508b`](https://github.com/arikchakma/maily.to/commit/37c508bc096bf0c5acddbda324b47022eb25c56e) wip ### 📊 Changes **13 files changed** (+416 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `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) </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:36 +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#226
No description provided.