From 35e0abbbd86bb87db79419608b4f7321bef20283 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <67171972+IoTManagerProject@users.noreply.github.com> Date: Sat, 19 Feb 2022 23:35:30 +0100 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BB=D0=BE=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.svelte | 29 +++++++--- src/components/Card.svelte | 15 +++-- src/pages/System.svelte | 111 ++++++++++++++++++++++--------------- 3 files changed, 95 insertions(+), 60 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 8d2952c..7e42d3e 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,4 +1,8 @@ -
- {#if title} -

{title}

- {/if} - -
+{#if show} +
+ {#if title} +

{title}

+ {/if} + +
+{/if}