You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EventsContent.tsx renders mock event data. There's no defined empty state for when an artist has zero events, which will be needed once real data (with possibly zero events) is wired in.
Acceptance Criteria
An empty state message and call-to-action (e.g. 'Create your first event') renders when the events list is empty
Empty state matches existing dashboard visual style
Context
EventsContent.tsx renders mock event data. There's no defined empty state for when an artist has zero events, which will be needed once real data (with possibly zero events) is wired in.
Acceptance Criteria