next #180

Merged
niggl merged 24 commits from next into dev 2023-05-01 12:55:20 +00:00
2 changed files with 3 additions and 9 deletions
Showing only changes of commit 6bc92f4a08 - Show all commits

View File

@ -356,7 +356,7 @@
>
<span>{$_("about")}</span>
</a>
<span
<button
tabindex="0"
class="flex items-center px-4 py-3 transition cursor-pointer group hover:bg-gray-100 hover:text-gray-900"
on:click={() => {
@ -377,7 +377,7 @@
/></svg
>
<span>{$_("logout")}</span>
</span>
</button>
</nav>
</div>
<div class="ml-0 transition md:ml-60">

View File

@ -1,19 +1,13 @@
<script>
import { _ } from "svelte-i18n";
import { StatsService } from "@odit/lfk-client-js";
import StatCards from "./StatCard.svelte";
import store from "../../store";
import StatCard from "./StatCard.svelte";
let navOpen = false;
const stats_promise = StatsService.statsControllerGet();
</script>
<div
class="p-5 overflow-x-hidden"
on:click={() => {
navOpen = false;
}}
>
<div class="p-5 overflow-x-hidden">
<h1 class="text-3xl leading-tight">
<span class="font-extrabold">{$_("dashboard-title")}</span>
<span>