llama-cpp-turboquant/tools/server/webui/src
Pascal 4a8fbe0a5e
feat: render user content as markdown option (#16358)
* feat: render user content as markdown option
- Add a persisted 'renderUserContentAsMarkdown' preference to the settings defaults and info metadata so the choice survives reloads like other options
- Surface the new 'Render user content as Markdown' checkbox in the General section of the chat settings dialog, beneath the PDF toggle
- Render user chat messages with 'MarkdownContent' when the new setting is enabled, matching assistant formatting while preserving the existing card styling otherwise
- chore: update webui build output

* chore: update webui build output
2025-10-11 15:50:49 +02:00
..
lib feat: render user content as markdown option (#16358) 2025-10-11 15:50:49 +02:00
routes fix: track viewportHeight via window.innerHeight to avoid unwanted scrolling (#16356) 2025-10-03 08:01:31 +02:00
stories refactor: centralize CoT parsing in backend for streaming mode (#16394) 2025-10-08 23:18:41 +03:00
app.css Improve code block color theming (#16325) 2025-10-01 15:54:42 +02:00
app.d.ts SvelteKit-based WebUI (#14839) 2025-09-17 19:29:13 +02:00
app.html SvelteKit-based WebUI (#14839) 2025-09-17 19:29:13 +02:00
demo.spec.ts SvelteKit-based WebUI (#14839) 2025-09-17 19:29:13 +02:00