From f8014c62132eaafaa5edb486f3839b9502f3287f Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sun, 7 Feb 2021 12:06:54 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9E=20re-add=20sidebar=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dashboard.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Dashboard.svelte b/src/components/Dashboard.svelte index 551e931f..57cae91c 100644 --- a/src/components/Dashboard.svelte +++ b/src/components/Dashboard.svelte @@ -175,6 +175,10 @@
+
{ + navOpen = true; + }} class="flex items-center justify-between w-full px-4 bg-white border-b h-14">
From 42bd63253916ab339a62f64762802750dc315b4c Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sun, 7 Feb 2021 12:07:25 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=80=20only=20display=20navbar=20on?= =?UTF-8?q?=20sm=20devices=20/=20hide=20on=20md=20and=20up?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dashboard.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboard.svelte b/src/components/Dashboard.svelte index 57cae91c..23de2d92 100644 --- a/src/components/Dashboard.svelte +++ b/src/components/Dashboard.svelte @@ -177,7 +177,7 @@
{ navOpen = true; - }} class="flex items-center justify-between w-full px-4 bg-white border-b h-14">