open-webui/src/lib/components/chat
Elkana Bardugo ab94017e3a
Auto text direction (fix for RTL) in most cases
to test it use the prompt:
"write please a sample headers (level 1,2,3), text (bold/italic), list, numbered list, quetes, table, code
write each example in hebrew
dont output markdown in code block"

need to be fixed:
* Redundant border properties in quotes:
Removed border-left as border-inline-start properly handles both LTR/RTL and by this prevents double borders in RTL layouts

* table header have `text-align: left` instead of start
e.g.
text-align and direction is not the save thing
the text direction is ok. the `dir="auto"` is fixing the direction שמג the text-align by default is set by the direction, if it set manually is should be start/end to respect the direction attribute
2025-02-17 21:27:05 +02:00
..
ContentRenderer fix 2024-12-20 19:13:17 -08:00
Controls refac: toast error 2025-01-20 22:41:32 -08:00
MessageInput enh: kokorojs call support 2025-02-09 23:54:24 -08:00
Messages Auto text direction (fix for RTL) in most cases 2025-02-17 21:27:05 +02:00
ModelSelector refac 2025-02-12 01:32:49 -08:00
Overview refac 2024-11-06 02:19:04 -08:00
Settings fix: direct connections 2025-02-13 13:05:57 -08:00
Artifacts.svelte refac: artifacts panel behaviour 2024-10-20 22:04:21 -07:00
Chat.svelte feat: direct connections integration 2025-02-12 22:56:33 -08:00
ChatControls.svelte refac: styling 2025-01-13 21:13:16 -08:00
ChatPlaceholder.svelte feat: arena models 2024-10-22 03:16:48 -07:00
MessageInput.svelte enh: code interpreter global toggle 2025-02-10 02:28:01 -08:00
Messages.svelte refac: chat 2025-02-03 19:06:15 -08:00
ModelSelector.svelte enh: reintroduce model order/default models 2024-11-26 00:55:58 -08:00
Navbar.svelte fix: account page issue 2025-02-10 13:00:44 -08:00
Overview.svelte enh: artifacts, overview back button 2024-10-08 15:35:35 -07:00
Placeholder.svelte refac: styling 2025-02-05 01:14:46 -08:00
SettingsModal.svelte refac 2025-02-12 01:32:49 -08:00
ShareChatModal.svelte refac 2025-02-09 22:19:02 -08:00
ShortcutsModal.svelte refac 2024-10-19 01:07:30 -07:00
Suggestions.svelte refac: placeholder performance 2025-02-13 22:45:03 -08:00
TagChatModal.svelte enh: auto tag feedback 2024-10-23 20:18:51 -07:00
Tags.svelte refac: toast error 2025-01-20 22:41:32 -08:00