refac: voice input styling

This commit is contained in:
Timothy J. Baek
2024-10-26 00:21:46 -07:00
parent 1cd036e768
commit 0cf8f58efe
8 changed files with 317 additions and 135 deletions
@@ -85,8 +85,8 @@
voiceInput = false;
}}
on:confirm={(e) => {
const response = e.detail;
content = `${content}${response} `;
const { text, filename } = e.detail;
content = `${content}${text} `;
voiceInput = false;
}}