From e9e0ade1d39af8e69a277e153d85a62a6e83740c Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Mon, 20 Oct 2025 12:18:30 +0700 Subject: [PATCH] Improve responsiveness --- web/src/lib/components/PendingState.svelte | 16 +++++++++------- web/src/routes/+layout.svelte | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/web/src/lib/components/PendingState.svelte b/web/src/lib/components/PendingState.svelte index d749280..0cdc9e5 100644 --- a/web/src/lib/components/PendingState.svelte +++ b/web/src/lib/components/PendingState.svelte @@ -43,12 +43,14 @@
{#if nextfetch} - Next inbox check in {nextfetch} second{#if nextfetch > 1}s{/if}... - {#if nbfetch > 0} - - {/if} +
+ Next inbox check in {nextfetch} second{#if nextfetch > 1}s{/if}... + {#if nbfetch > 0} + + {/if} +
{:else} Checking for email every 3 seconds... {/if} @@ -62,7 +64,7 @@
What we'll check:
-
+
  • diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 5bef5f6..738fbca 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -19,7 +19,7 @@ - + Open-Source Email Deliverability Tester