diff --git a/frontend/src/routes/dashboard/+page.svelte b/frontend/src/routes/dashboard/+page.svelte index 079862d..1598cea 100644 --- a/frontend/src/routes/dashboard/+page.svelte +++ b/frontend/src/routes/dashboard/+page.svelte @@ -9,7 +9,7 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card' import { Badge } from '@/components/ui/badge' import { formatDateRange } from '$lib/time' - import { Calendar, Users, Clock, MapPin, Route, UsersRound } from 'lucide-svelte' + import { Calendar, Users, Clock, MapPin } from 'lucide-svelte' const teams = getTeamContext() const events = getEventContext() @@ -81,33 +81,6 @@ -
-

Schnellzugriff

-
- - - -

Events

-

Veranstaltungen und Fahrer

-
-
- - - -

Trails

-

Strecken, Zustand und Meldungen

-
-
- - - -

Teams

-

Mitglieder und Rechte

-
-
-
-
-

Heute und demnächst

{#if upNext.length === 0} @@ -125,27 +98,28 @@
{#each upNext as event} {@const eventRuns = runs.getByEvent(event.id).length} - - - - {#if event.location} - - - {event.location} - - {/if} - - -

{eventRuns} Run{eventRuns === 1 ? '' : 's'}

- -
+ + +

{eventRuns} Run{eventRuns === 1 ? '' : 's'}

+
+
{/each}