llama.cpp/tools/server/webui/src
Aleksander Grygier 6a3d6e79d2 refactor: Services/Stores syntax + logic improvements
Refactors components to access stores directly instead of using exported getter functions.

This change centralizes store access and logic, simplifying component code and improving maintainability by reducing the number of exported functions and promoting direct store interaction.

Removes exported getter functions from `chat.svelte.ts`, `conversations.svelte.ts`, `models.svelte.ts` and `settings.svelte.ts`.
2025-11-27 13:44:49 +01:00
..
lib refactor: Services/Stores syntax + logic improvements 2025-11-27 13:44:49 +01:00
routes refactor: Services/Stores syntax + logic improvements 2025-11-27 13:44:49 +01:00
stories refactor: Services/Stores syntax + logic improvements 2025-11-27 13:44:49 +01:00
styles feat(webui): improve LaTeX rendering with currency detection (#16508) 2025-11-03 00:41:08 +01:00
app.css Improve code block color theming (#16325) 2025-10-01 15:54:42 +02:00
app.d.ts feat: Model management and selection features WIP 2025-11-26 02:13:31 +01: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