open-webui/src/lib/components/channel
Joseph Roberts 90209a30a8
fix: respect RTL text direction in file attachment containers (#19891)
Fixes #19742 where file attachment containers did not inherit the chat direction setting, causing layout issues when typing in RTL languages like Persian.

Added dir={$settings?.chatDirection ?? 'auto'} to file container divs in:
- MessageInput.svelte (chat input file attachments)
- UserMessage.svelte (user message file display)
- ResponseMessage.svelte (response message file display)
- channel/Messages/Message.svelte (channel message file display)

The fix ensures file containers automatically detect and respect RTL text direction, maintaining proper layout alignment for RTL languages while preserving LTR behavior for Latin text.
2025-12-11 20:51:40 -05:00
..
ChannelInfoModal refac/fix: styling 2025-12-09 21:01:39 -05:00
MessageInput refac 2025-11-27 07:43:10 -05:00
Messages fix: respect RTL text direction in file attachment containers (#19891) 2025-12-11 20:51:40 -05:00
Channel.svelte feat: resizable sidebar 2025-12-10 23:54:36 -05:00
ChannelInfoModal.svelte feat/enh: add/remove users from group channel 2025-11-30 10:33:50 -05:00
MessageInput.svelte enh: channel files 2025-12-10 15:48:42 -05:00
Messages.svelte enh/refac: channels message lazy load data 2025-12-03 17:52:44 -05:00
Navbar.svelte refac 2025-11-30 10:40:24 -05:00
PinnedMessagesModal.svelte refac: styling 2025-11-28 10:08:37 -05:00
Thread.svelte refac 2025-10-02 04:09:17 -05:00