andy-stack_vaultkeeper-ai/Components
Andrew Beal a3d0b55100 refactor: improve backspace handling for non-editable elements
Replace getNodeAtCursorPosition with getElementBeforeCursor for more robust element detection before cursor. Add cursor position validation after deletions to prevent cursor from ending up inside contenteditable="false" elements. Remove unused helper methods and reorganize code structure.
2025-10-31 18:03:00 +00:00
..
ChatArea.svelte refactor: make scroll behavior configurable in ChatArea 2025-10-24 18:16:38 +01:00
ChatAreaThought.svelte refactor: migrate to Obsidian theme variables for consistent theming 2025-10-17 23:51:23 +01:00
ChatInput.svelte refactor: improve backspace handling for non-editable elements 2025-10-31 18:03:00 +00:00
ChatSearchResults.svelte fix: remove min query length requirement and improve search UI styling 2025-10-29 21:33:45 +00:00
ChatWindow.svelte feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
StreamingIndicator.svelte feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
TopBar.svelte feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00