initial v0.8 pre-release

This commit is contained in:
Gani Georgiev
2022-10-30 10:28:14 +02:00
parent 9cbb2e750e
commit 90dba45d7c
388 changed files with 21580 additions and 13603 deletions
+2 -12
View File
@@ -90,16 +90,6 @@
>
<i class="ri-database-2-line" />
</a>
<a
href="/users"
class="menu-item"
aria-label="Users"
use:link
use:active={{ path: "/users/?.*", className: "current-route" }}
use:tooltip={{ text: "Users", position: "right" }}
>
<i class="ri-group-line" />
</a>
<a
href="/logs"
class="menu-item"
@@ -133,10 +123,10 @@
<span class="txt">Manage admins</span>
</a>
<hr />
<div tabindex="0" class="dropdown-item closable" on:click={logout}>
<button type="button" class="dropdown-item closable" on:click={logout}>
<i class="ri-logout-circle-line" />
<span class="txt">Logout</span>
</div>
</button>
</Toggler>
</figure>
</aside>