From cae7ad8c70997e6280603b064b688430268bcaae Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 14 Sep 2025 17:45:58 -0400 Subject: [PATCH] refac: styling --- .../ResponseMessage/StatusHistory.svelte | 31 ++++++++++++------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/src/lib/components/chat/Messages/ResponseMessage/StatusHistory.svelte b/src/lib/components/chat/Messages/ResponseMessage/StatusHistory.svelte index ea7f67f20d..22bc747650 100644 --- a/src/lib/components/chat/Messages/ResponseMessage/StatusHistory.svelte +++ b/src/lib/components/chat/Messages/ResponseMessage/StatusHistory.svelte @@ -32,19 +32,26 @@ {#if showHistory}
{#if history.length > 1} -
- -
+
{#each history as status, idx} {#if idx !== history.length - 1} -
-
- +
+
+
- + class="relative flex size-1.5 rounded-full justify-center items-center" + > + + +
+ +
+
{/if} @@ -55,7 +62,7 @@ {/if}