andy-stack_vaultkeeper-ai/Components
2025-10-07 20:42:42 +01:00
..
ChatArea.svelte Refactor ChatArea to simplify message rendering logic and introduce isSubmitting state for improved UI feedback. Consolidate user and assistant message rendering into unified structure and move StreamingIndicator and ChatAreaThought to appear during submission phase. 2025-10-07 00:57:08 +01:00
ChatAreaThought.svelte Add MessageService and AIThoughtMessage component 2025-09-28 14:57:58 +01:00
ChatWindow.svelte Fix duplicate function call messages in ChatWindow by removing placeholder message when function call is captured. 2025-10-07 20:42:42 +01:00
StreamingIndicator.svelte Add chat padding feature and adjust StreamingIndicator layout 2025-09-29 11:09:22 +01:00
TopBar.svelte Implement conversation history modal with Svelte component, enhance conversation file system service for loading conversations, and update styles for modal presentation. Refactor file handling methods and remove unused modal service. 2025-10-05 13:06:05 +01:00