summaryrefslogtreecommitdiffhomepage
path: root/src/features/chat
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-27 19:34:14 +0900
committerAdam Malczewski <[email protected]>2026-06-27 19:34:14 +0900
commit42aaaa8ec0ae4a29188d11bff1ee0f1276bdf94f (patch)
treed35a18701e66279ec1b1cc107c45786baaf358d2 /src/features/chat
parent0d68ae9a17cec26848bee6101415ebe042d78dd9 (diff)
downloaddispatch-web-42aaaa8ec0ae4a29188d11bff1ee0f1276bdf94f.tar.gz
dispatch-web-42aaaa8ec0ae4a29188d11bff1ee0f1276bdf94f.zip
style(concurrency): use DaisyUI loading-ring for the queued indicator
The 'queued' (waiting-for-a-concurrency-slot) indicator on the tab + composer corner used loading-spinner; switch to DaisyUI's loading-ring. The 'active' (generating) indicator stays loading-dots. typecheck 0/0, 926 tests green, biome clean, build OK.
Diffstat (limited to 'src/features/chat')
-rw-r--r--src/features/chat/ui/Composer.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/chat/ui/Composer.svelte b/src/features/chat/ui/Composer.svelte
index 2484225..0327f93 100644
--- a/src/features/chat/ui/Composer.svelte
+++ b/src/features/chat/ui/Composer.svelte
@@ -152,7 +152,7 @@
{#if status === "queued"}
<!-- Waiting for a concurrency slot — a ring (vs the dots of `running`). -->
<span
- class="loading loading-spinner loading-xs text-primary"
+ class="loading loading-ring loading-xs text-primary"
aria-label="Queued"
title="Waiting for a concurrency slot"
></span>