andy-stack_vaultkeeper-ai/Components
Andrew Beal 0b54cdcc10 refactor(ChatArea): extract message rendering into separate components
Extract user and assistant message rendering logic from ChatArea into dedicated UserMessage and AssistantMessage components, removing unused dependencies and styles.
2026-07-11 14:04:19 +01:00
..
AssistantMessage.svelte refactor(ChatArea): extract message rendering into separate components 2026-07-11 14:04:19 +01:00
ChatArea.svelte refactor(ChatArea): extract message rendering into separate components 2026-07-11 14:04:19 +01:00
ChatAttachments.svelte Add height animation to chat attachments container 2025-12-23 20:25:10 +00:00
ChatInput.svelte fix: handle null settings for new users and reorganize CSS styles 2026-07-06 20:38:06 +01:00
ChatModeSelector.svelte refactor: optimize settings change notifications and cleanup subscriptions 2026-05-26 18:51:08 +01:00
ChatPlanArea.svelte feat: add plan approval UI with user review workflow 2026-07-06 16:11:30 +01:00
ChatSearchResults.svelte feat: add support for file attachments via drag and drop and paste. 2025-12-22 20:02:02 +00:00
ChatWindow.svelte feat: add file change summary cards to assistant messages 2026-07-11 13:49:44 +01:00
DiffControls.svelte feat: add artifact tracking system for agent file operations 2026-07-10 21:23:44 +01:00
GraphAnimation.svelte feat: add animated graph background to empty chat state 2026-07-06 14:22:51 +01:00
InputDisplay.svelte refactor: replace edit/planning mode toggles with unified chat mode selector 2026-04-19 20:39:04 +01:00
PlanApprovalControls.svelte feat: add artifact tracking system for agent file operations 2026-07-10 21:23:44 +01:00
PlanApprovalWindow.svelte feat: add plan approval UI with user review workflow 2026-07-06 16:11:30 +01:00
Spinner.svelte refactor: replace Spinner boolean prop with customizable background color 2026-04-23 15:57:27 +01:00
StreamingIndicator.svelte refactor: replace edit/planning mode toggles with unified chat mode selector 2026-04-19 20:39:04 +01:00
ThoughtIndicator.svelte feat: add free edit mode to bypass diff confirmations 2026-07-06 19:05:19 +01:00
TopBar.svelte fix: improve mobile layout spacing and modal margins 2026-01-30 10:00:16 +00:00
UserInstruction.svelte refactor: improve subscription cleanup with token-based pattern 2026-05-25 18:22:07 +01:00
UserMessage.svelte refactor(ChatArea): extract message rendering into separate components 2026-07-11 14:04:19 +01:00