[PR #20097] [CLOSED] fix: add RTL text direction support for Notes section #48512

Closed
opened 2026-04-30 00:30:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/20097
Author: @majiayu000
Created: 12/22/2025
Status: Closed

Base: mainHead: fix/notes-rtl-support-19743


📝 Commits (1)

  • 633174d fix: add RTL text direction support for Notes section

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 src/app.css (+2 -2)
📝 src/lib/components/common/RichTextInput.svelte (+1 -0)

📄 Description

Summary

  • Add dir="auto" attribute to RichTextInput container for automatic RTL text direction detection
  • Change text-left to text-start in table CSS for RTL compatibility

Fixes #19743

Test plan

  • Open Notes section and create a note with Persian/Arabic text
  • Verify text aligns to the right and displays correctly
  • Test with mixed LTR/RTL content to ensure direction switches appropriately

🔄 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/open-webui/open-webui/pull/20097 **Author:** [@majiayu000](https://github.com/majiayu000) **Created:** 12/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/notes-rtl-support-19743` --- ### 📝 Commits (1) - [`633174d`](https://github.com/open-webui/open-webui/commit/633174d40bd393c379da60a0f76c010f60d2b416) fix: add RTL text direction support for Notes section ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/app.css` (+2 -2) 📝 `src/lib/components/common/RichTextInput.svelte` (+1 -0) </details> ### 📄 Description ## Summary - Add `dir="auto"` attribute to RichTextInput container for automatic RTL text direction detection - Change `text-left` to `text-start` in table CSS for RTL compatibility Fixes #19743 ## Test plan - [ ] Open Notes section and create a note with Persian/Arabic text - [ ] Verify text aligns to the right and displays correctly - [ ] Test with mixed LTR/RTL content to ensure direction switches appropriately --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 00:30:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#48512