mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-07-07 22:22:38 +08:00
feat: support message queue and add attention indicator
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user