From b12acb26276fa8539d312b575218d2fcb6e9024e Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Sun, 21 Jun 2026 14:22:53 +0900 Subject: fix(todo): use static filled circle for in_progress instead of spinner --- src/features/surface-host/ui/TodoList.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/surface-host/ui/TodoList.svelte b/src/features/surface-host/ui/TodoList.svelte index 8dbd995..ca49f34 100644 --- a/src/features/surface-host/ui/TodoList.svelte +++ b/src/features/surface-host/ui/TodoList.svelte @@ -19,7 +19,7 @@ {#if todo.status === "in_progress"} - + {:else if todo.status === "completed"}