From b6b07cf30cc6533bd5dbfec1f813c16fde85634d Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 7 Apr 2021 21:35:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20bugfix=20for=20svelte=20x=20tail?= =?UTF-8?q?wind=20class=20names?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #125 --- src/components/dashboard/Dashboard.svelte | 522 +++++++++++----------- 1 file changed, 262 insertions(+), 260 deletions(-) diff --git a/src/components/dashboard/Dashboard.svelte b/src/components/dashboard/Dashboard.svelte index d3945493..4b282666 100644 --- a/src/components/dashboard/Dashboard.svelte +++ b/src/components/dashboard/Dashboard.svelte @@ -12,282 +12,196 @@ } + +
- {#if navOpen} -
- - Logo -

Lauf für Kaya! Admin

+
+ + Logo +

Lauf für Kaya! Admin

+
+
- {/if} + fill="currentColor" + d="M2 4h2v16H2V4zm4 0h1v16H6V4zm2 0h2v16H8V4zm3 0h2v16h-2V4zm3 0h2v16h-2V4zm3 0h1v16h-1V4zm2 0h3v16h-3V4z" /> + Scans + + {/if} + {#if store.state.jwtinfo.userdetails.permissions.includes('CONTACT:GET')} + + + + {$_('contacts')} + + {/if} + {#if store.state.jwtinfo.userdetails.permissions.includes('STATION:GET')} + + + + {$_('scanstations')} + + {/if} + + + + + {$_('settings')} + + + + + {$_('about')} + + { + AuthService.authControllerLogout(); + logout(); + }}> + + + {$_('logout')} + + +