Add filesystem card to dashboard

This commit is contained in:
2024-07-11 13:30:46 +02:00
parent ff38a54ae4
commit 94cc04b746
9 changed files with 116 additions and 64 deletions

View File

@@ -4,7 +4,6 @@ import Expandable from "../util/Expandable.svelte";
import { formatDate } from "../util/Formatting.svelte";
let result = null;
let offences = 0
onMount(async () => {
try {
@@ -19,7 +18,6 @@ onMount(async () => {
})
</script>
{#if result !== null && result.user_banned}
<section>
<Expandable click_expand>
@@ -149,10 +147,7 @@ onMount(async () => {
</section>
{/if}
<style>
.header {
display: flex;
align-items: center;