summaryrefslogtreecommitdiff
path: root/app/routes/events.by-date.tsx
AgeCommit message (Collapse)AuthorLines
10 daysFix mobile layout for iPhone-sized viewportsyyamashita-6/+6
- 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 date-based event view grouped by venueyyamashita-0/+191
New route /events/by-date shows events for a single day (default today) with prev/next day navigation and a date picker, grouped by livehouse. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>