open-webui/src/lib/components/chat
Classic298 a0d6c209c3
perf: fast-path token comparison in CodeBlock (#22101)
During streaming, every token change triggers a full JSON.stringify comparison on the code block token object. Add an O(1) fast-path check on token.text and token.raw — the fields that actually change during streaming — before falling back to the expensive JSON.stringify comparison for infrequent structural changes.
2026-03-01 13:37:10 -05:00
..
ChatControls refac 2026-02-24 16:12:02 -06:00
ContentRenderer fix(a11y): add aria-labels to chat message components (#21708) 2026-02-22 14:36:42 -06:00
Controls refac 2026-02-25 16:56:32 -06:00
FileNav chore: format 2026-03-01 03:05:47 -06:00
MessageInput refac 2026-02-28 21:16:53 -06:00
Messages perf: fast-path token comparison in CodeBlock (#22101) 2026-03-01 13:37:10 -05:00
ModelSelector chore: format 2026-02-23 01:40:53 -06:00
Overview refac 2026-02-25 16:56:32 -06:00
Placeholder chore: format 2026-02-23 01:40:53 -06:00
Settings refac 2026-02-28 00:40:20 -06:00
Artifacts.svelte refac: chat navbar menu 2025-10-26 19:23:55 -07:00
Chat.svelte refac 2026-03-01 12:32:44 -06:00
ChatControls.svelte refac 2026-02-27 16:01:57 -06:00
ChatPlaceholder.svelte refac 2025-11-21 15:42:13 -05:00
FileNav.svelte refac 2026-03-01 12:30:03 -06:00
MessageInput.svelte refac 2026-02-28 21:16:53 -06:00
Messages.svelte perf: throttle message list rebuild to once per animation frame during streaming (#21885) 2026-02-28 18:09:43 -05:00
ModelSelector.svelte 0.6.33 (#18118) 2025-10-07 16:20:27 -05:00
Navbar.svelte refac 2026-02-25 03:09:23 -06:00
Overview.svelte 0.6.33 (#18118) 2025-10-07 16:20:27 -05:00
Placeholder.svelte refac 2026-02-25 18:06:09 -06:00
SettingsModal.svelte refac 2026-02-25 19:14:02 -06:00
ShareChatModal.svelte fix(a11y): add aria-labels to chat core components (#21709) 2026-02-22 14:18:19 -06:00
ShortcutItem.svelte fix: display correct keys for international keyboards 2025-10-23 05:40:31 -04:00
ShortcutsModal.svelte fix: dictation toggle shortcuts i18n 2026-02-23 22:18:34 +08:00
Suggestions.svelte fix: duplicate prompt suggestions freezes webpage 2025-11-01 11:25:20 +07:00
TagChatModal.svelte enh: auto tag feedback 2024-10-23 20:18:51 -07:00
Tags.svelte refac 2026-02-08 06:45:01 +04:00
ToolServersModal.svelte feat: experimental open terminal integration 2026-02-25 15:15:53 -06:00