feat: expand model icons, guard uploads, and handle seach env better

This commit is contained in:
Zoe
2026-09-10 04:25:37 -05:00
parent 4b99921023
commit 3f81f96bda
7 changed files with 117 additions and 8 deletions
+4
View File
@@ -179,6 +179,10 @@ watch(() => props.agent?.defaultModelId, (newModelId) => {
})
const handleSubmit = () => {
if (isUploading.value || hasFailedUploads.value) {
return;
}
if (props.loading) {
emit('cancel');
return;