mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: log timer
This commit is contained in:
@@ -10,7 +10,14 @@
|
||||
</script>
|
||||
|
||||
<Layout.Stack direction="row" alignItems="center" inline>
|
||||
{#if ['processing', 'building'].includes(status)}
|
||||
{#if ['processing'].includes(status)}
|
||||
<Typography.Code color="--fgcolor-neutral-secondary">
|
||||
<Layout.Stack direction="row" alignItems="center" inline>
|
||||
0s
|
||||
<Spinner size="s" />
|
||||
</Layout.Stack>
|
||||
</Typography.Code>
|
||||
{:else if ['building'].includes(status)}
|
||||
<Typography.Code color="--fgcolor-neutral-secondary">
|
||||
<Layout.Stack direction="row" alignItems="center" inline>
|
||||
<p use:timer={{ start: deployment.$createdAt }} />
|
||||
|
||||
Reference in New Issue
Block a user