From 0bfe25268cc49714669ccb7c8cd16790b7afeb20 Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Thu, 25 Dec 2025 22:47:39 -0800 Subject: [PATCH] M2: Enhanced empty states with icons, no emojis --- frontend/components/profile/user-attendance-list.tsx | 11 +++++++++-- frontend/components/profile/user-reviews-list.tsx | 11 ++++++++++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/frontend/components/profile/user-attendance-list.tsx b/frontend/components/profile/user-attendance-list.tsx index 73a3d50..c9fc398 100644 --- a/frontend/components/profile/user-attendance-list.tsx +++ b/frontend/components/profile/user-attendance-list.tsx @@ -1,7 +1,7 @@ "use client" import { useEffect, useState } from "react" -import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" +import { Card, CardContent } from "@/components/ui/card" import { Calendar, MapPin } from "lucide-react" import Link from "next/link" import { getApiUrl } from "@/lib/api-config" @@ -26,7 +26,14 @@ export function UserAttendanceList({ userId }: { userId: number }) { if (loading) return
No shows attended yet
+Mark shows as attended to track your concert history
+ Browse shows +No reviews written yet
+Share your thoughts on shows you've attended
+