diff options
| author | yyamashita <yyamashita@mosquit.one> | 2026-05-07 10:26:10 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@mosquit.one> | 2026-05-07 10:26:10 +0900 |
| commit | bffc2c74408ff7163cea0c0392dfc4b15c620a5f (patch) | |
| tree | 4dd01e086ae2cb577d1d5f03b0a1fff4bb61d70a /app/routes.ts | |
| parent | 8aa1986661199e919df354dc0a5a2819155f023a (diff) | |
Add date-based event view grouped by venue
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>
Diffstat (limited to 'app/routes.ts')
| -rw-r--r-- | app/routes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/routes.ts b/app/routes.ts index 74fb552..99ecf42 100644 --- a/app/routes.ts +++ b/app/routes.ts @@ -4,6 +4,7 @@ export default [ index("routes/index.tsx"), ...prefix("events", [ index("routes/events._index.tsx"), + route("by-date", "routes/events.by-date.tsx"), route(":id", "routes/events.$id.tsx"), ]), route("venues", "routes/venues.tsx"), |
