Skip to content

Commit 9e0f21a

Browse files
committed
Add spinner after reading files
1 parent a7bb93e commit 9e0f21a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

npm-app/src/client.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -785,9 +785,9 @@ export class Client {
785785
files,
786786
requestId,
787787
})
788-
if (this.userInputId) {
789-
Spinner.get().start('Reading through files...')
790-
}
788+
if (this.userInputId) {
789+
Spinner.get().start('Processing results...')
790+
}
791791
})
792792

793793
// Handle backend-initiated tool call requests

0 commit comments

Comments
 (0)