feat: support message queue and add attention indicator

This commit is contained in:
Haileyesus
2026-07-02 21:36:59 +03:00
parent 348427ce95
commit cc2811126b
13 changed files with 332 additions and 24 deletions

View File

@@ -174,6 +174,9 @@ function ChatInterface({
isDragActive,
openImagePicker,
handleSubmit,
queuedDraft,
editQueuedDraft,
deleteQueuedDraft,
handleVoiceTranscript,
handleInputChange,
handleKeyDown,
@@ -405,6 +408,9 @@ function ChatInterface({
onClearInput={handleClearInput}
onSubmit={handleSubmit}
isDragActive={isDragActive}
queuedDraft={queuedDraft}
onEditQueuedDraft={editQueuedDraft}
onDeleteQueuedDraft={deleteQueuedDraft}
attachedImages={attachedImages}
onRemoveImage={(index) =>
setAttachedImages((previous) =>