From 0dccb04bd5789e3ffb7b072444ee8847bfc4a20a Mon Sep 17 00:00:00 2001 From: Thomas Amland Date: Wed, 19 Aug 2020 18:39:11 +0200 Subject: [PATCH] add close button to sidebar --- src/app/Nav.vue | 15 ++++++++------- src/app/Sidebar.vue | 9 ++++++--- src/app/TopNav.vue | 8 ++++---- src/shared/components/Icon.vue | 2 ++ src/shared/store.ts | 10 ++++++++-- 5 files changed, 28 insertions(+), 16 deletions(-) diff --git a/src/app/Nav.vue b/src/app/Nav.vue index 73697eb..6da84db 100644 --- a/src/app/Nav.vue +++ b/src/app/Nav.vue @@ -1,9 +1,12 @@