summaryrefslogtreecommitdiff
path: root/app/routes/events.$id.tsx
diff options
context:
space:
mode:
authoryyamashita <yyamashita@mosquit.one>2026-05-08 08:38:32 +0900
committeryyamashita <yyamashita@mosquit.one>2026-05-08 08:38:32 +0900
commit1246c8382c8734dc705f96bf9fa6b5efdd3819bc (patch)
treecc840910f942aace0f21f3550151e95d08dafcf2 /app/routes/events.$id.tsx
parent6579d8423bdeeca0e6b11df5410051c0aaed5d16 (diff)
Fix all TODO bugs and implement feature additions
- SCRAPE_TARGETS.md: add 5 missing venues (nine-spices, nishieifuku-jam, fever-shindaita, moon-step-nakano, mod-shibasaki) - Navigation: add 日付別 link to venues.tsx and events.$id.tsx headers - venues.tsx: add official site external links per venue card - ScrapeButton: new component with useFetcher-based trigger + 2s polling progress UI showing per-venue status and event count - venues.tsx / events._index.tsx: wire in ScrapeButton - FilterBar + db.server.ts: add area filter derived from venues, threaded through queryEvents Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'app/routes/events.$id.tsx')
-rw-r--r--app/routes/events.$id.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/routes/events.$id.tsx b/app/routes/events.$id.tsx
index 4a84308..423cda5 100644
--- a/app/routes/events.$id.tsx
+++ b/app/routes/events.$id.tsx
@@ -21,6 +21,7 @@ export default function EventDetail() {
</Link>
<nav className="flex gap-4 sm:gap-6 text-sm text-gray-400">
<Link to="/events" className="hover:text-white transition-colors">イベント</Link>
+ <Link to="/events/by-date" className="hover:text-white transition-colors">日付別</Link>
<Link to="/venues" className="hover:text-white transition-colors">会場一覧</Link>
</nav>
</header>