From 33352a803aa6ab5784e66ee9c7b44af9b94080d3 Mon Sep 17 00:00:00 2001 From: n9lsjr Date: Sun, 4 Feb 2024 19:56:24 +0100 Subject: [PATCH] Added placeholder for no transactions --- src/routes/wallet/dashboard/+page.svelte | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/routes/wallet/dashboard/+page.svelte b/src/routes/wallet/dashboard/+page.svelte index 2ca1daf..912571d 100644 --- a/src/routes/wallet/dashboard/+page.svelte +++ b/src/routes/wallet/dashboard/+page.svelte @@ -152,6 +152,10 @@ {/each} + {:else} +
+

No transactions

+
{/if} @@ -195,4 +199,7 @@ .unconfirmed { color: var(--alert-color); } + .notx { + padding: 30px; + }