From 602dbf5f3f46f3e7db5d1ec115870b321aa81951 Mon Sep 17 00:00:00 2001 From: CheddarCrisp Date: Fri, 12 Apr 2024 12:41:58 -0400 Subject: [PATCH] Bring back history, without the chart --- src/ncounter/Counter.svelte | 4 +++ src/ncounter/History.svelte | 71 ------------------------------------- 2 files changed, 4 insertions(+), 71 deletions(-) diff --git a/src/ncounter/Counter.svelte b/src/ncounter/Counter.svelte index f4fe74b..6276775 100644 --- a/src/ncounter/Counter.svelte +++ b/src/ncounter/Counter.svelte @@ -40,9 +40,13 @@ {/if} + {#if showHistory} + { showHistory = false; } }> + {/if}