summaryrefslogtreecommitdiff
path: root/app/components/EventListRow.tsx
AgeCommit message (Collapse)AuthorLines
10 daysFix mobile layout for iPhone-sized viewportsyyamashita-4/+4
- Stack header vertically on mobile (flex-col sm:flex-row) to prevent logo+nav overflow - Hide venue and price columns in list/row views on mobile to give title room - Shrink date/time columns on mobile (w-24 sm:w-32, w-20 sm:w-28) - Make keyword filter input full-width on mobile (w-full sm:w-52) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 daysAdd list view toggle to event listingyyamashita-0/+65
Adds EventListRow component and a card/list toggle (persisted in ?view= URL param) so users can switch between the grid card layout and a compact single-row list layout. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>