llama.cpp/tools/server/webui/src/lib/stores
Thomas Jarosch e73d548659
webui: add "delete all conversations" button to import/export tab (#17444)
* webui: add "delete all conversations" button to import/export tab

- Add 'Delete all conversations' functionality with confirmation dialog
- Add Trash icon and destructive styling for clear visual indication
- Redirects to "?new_chat=true#/" by using conversationsStore.deleteAll()

* chore: update webui build output
2025-12-15 11:29:29 +01:00
..
chat.svelte.ts webui: Stop generation from chat sidebar (#17806) 2025-12-06 13:29:15 +01:00
conversations.svelte.ts webui: add "delete all conversations" button to import/export tab (#17444) 2025-12-15 11:29:29 +01:00
models.svelte.ts Add a search field on model selector / improve mobile display (#17765) 2025-12-11 18:21:21 +01:00
persisted.svelte.ts webui: introduce OpenAI-compatible model selector in JSON payload (#16562) 2025-10-22 16:58:23 +02:00
server.svelte.ts server: introduce API for serving / loading / unloading multiple models (#17470) 2025-12-01 19:41:04 +01:00
settings.svelte.ts Use OpenAI-compatible `/v1/models` endpoint by default (#17689) 2025-12-03 20:49:09 +01:00