llama-cpp-turboquant/tools/server/webui/src/lib
Pascal c9a3b40d65
Webui/prompt processing progress (#18300)
* webui: display prompt preprocessing progress

* webui: add percentage/ETA and exclude cached tokens from progress

Address review feedback from ngxson

* webui: add minutes and first chunk (0%) case

* Update tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageAssistant.svelte

Co-authored-by: Aleksander Grygier <aleksander.grygier@gmail.com>

* Update tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageAssistant.svelte

Co-authored-by: Aleksander Grygier <aleksander.grygier@gmail.com>

* webui: address review feedback from allozaur

* chore: update webui build output

* webui: address review feedback from allozaur

* nit

* chore: update webui build output

* feat: Enhance chat processing state

* feat: Improve chat processing statistics UI

* chore: update webui build output

* feat: Add live generation statistics to processing state hook

* feat: Persist prompt processing stats in hook for better UX

* refactor: Enhance ChatMessageStatistics for live stream display

* feat: Implement enhanced live chat statistics into assistant message

* chore: update webui build output

* fix: Proper tab for each stage of prompt processing/generation

* chore: update webui build output

* fix: Improved ETA calculation & display logic

* chore: update webui build output

* feat: Simplify logic & remove ETA from prompt progress

* chore: update webui build output

---------

Co-authored-by: Aleksander Grygier <aleksander.grygier@gmail.com>
2025-12-29 19:32:21 +01:00
..
components Webui/prompt processing progress (#18300) 2025-12-29 19:32:21 +01:00
constants webui: Improve copy to clipboard with text attachments (#17969) 2025-12-16 07:38:46 +01:00
enums webui: display prompt processing stats (#18146) 2025-12-18 17:55:03 +01:00
hooks Webui/prompt processing progress (#18300) 2025-12-29 19:32:21 +01:00
markdown webui: Fix selecting generated output issues during active streaming (#18091) 2025-12-18 11:13:52 +01:00
services Webui/prompt processing progress (#18300) 2025-12-29 19:32:21 +01:00
stores Webui/prompt processing progress (#18300) 2025-12-29 19:32:21 +01:00
types Webui/prompt processing progress (#18300) 2025-12-29 19:32:21 +01:00
utils server: (webui) add --webui-config (#18028) 2025-12-17 21:45:45 +01:00