From 1a71445ee07f04326f83aa760704168973a5498a Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sun, 23 May 2021 02:01:47 +0530 Subject: [PATCH] Show no history message --- src/lib/components/history/history.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/components/history/history.svelte b/src/lib/components/history/history.svelte index 9e178c89..850d162e 100644 --- a/src/lib/components/history/history.svelte +++ b/src/lib/components/history/history.svelte @@ -103,7 +103,11 @@ {/each} {:else} -
Click the Save button to save current state and restore it later.
+
+ No items in History
+ Click the Save button to save current state and restore it later.
+ Timeline will automatically be saved every minute. +
{/if}