open-webui/src/lib/components/chat/Messages
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
..
Markdown Auto text direction (fix for RTL) in most cases 2025-02-17 21:27:05 +02:00
ResponseMessage fix: styling 2024-07-30 12:34:30 +01:00
Citations.svelte refac: citations 2025-02-12 23:55:14 -08:00
CitationsModal.svelte fix: use WEBUI_API_BASE_URL for file download links in Citations 2024-12-13 15:42:45 +01:00
CodeBlock.svelte refac: code block 2025-02-09 22:43:32 -08:00
CodeExecutionModal.svelte refac: code execution styling 2024-10-13 23:49:32 -07:00
CodeExecutions.svelte refac: code execution styling 2024-10-13 23:49:32 -07:00
ContentRenderer.svelte refac 2025-02-13 22:37:01 -08:00
Error.svelte refac 2024-11-30 00:36:01 -08:00
Markdown.svelte refac 2025-02-13 22:57:12 -08:00
Message.svelte fix: multi response message 2025-02-04 20:33:02 -08:00
MultiResponseMessages.svelte fix: multi response message 2025-02-04 20:33:02 -08:00
Name.svelte enh: <think> tag support 2025-01-22 00:13:24 -08:00
ProfileImage.svelte refac 2024-11-06 02:19:04 -08:00
RateComment.svelte refac 2024-12-31 02:48:43 -08:00
ResponseMessage.svelte refac 2025-02-13 22:37:01 -08:00
Skeleton.svelte refac: floating buttons 2024-12-20 14:38:15 -08:00
UserMessage.svelte enh: allow image only message 2025-02-11 21:52:31 -08:00