From 83a1693ef14cdc2ce94ac6e86e0cd33a44b84319 Mon Sep 17 00:00:00 2001 From: Daniel Michelberger Date: Thu, 3 Sep 2026 12:40:52 +0200 Subject: [PATCH] refactor: Schnellzugriff raus, Event-Kacheln komplett verlinkt Die Sidebar fuehrt ohnehin ueberall hin, der Schnellzugriff war eine zweite Navigation ohne Mehrwert. Die Kacheln unter "Heute und demnaechst" sind jetzt vollflaechig verlinkt statt ueber einen Button darin -- dasselbe Muster wie in der Event- und der Trailliste. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_011Ah9PvkL2xB7YkuadnfHRz --- frontend/src/routes/dashboard/+page.svelte | 70 +++++++--------------- 1 file changed, 22 insertions(+), 48 deletions(-) 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

- -
-

Heute und demnächst

{#if upNext.length === 0} @@ -125,27 +98,28 @@