frontend: kanal detay sayfası (canlı durum + poll hatası + yayın geçmişi)

/channels/[id] rotası eklendi: dashboard'daki kanal adı artık oraya
link veriyor. Sayfa api-daemon'un /status'undan canlı durum ve son
poll hatasını (lastPollError, DB'de değil sadece bellekte tutuluyordu)
çekiyor, Prisma'dan da o kanala ait tüm StreamSession/RawSegment/
CandidateSegment geçmişini transkript önizlemesiyle listeliyor.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-30 17:34:15 +03:00
co-authored by Claude Sonnet 5
parent b62d6a7e5f
commit 19fe430549
4 changed files with 181 additions and 10 deletions
+2
View File
@@ -75,10 +75,12 @@ services:
restart: unless-stopped
environment:
DATABASE_URL: postgresql://streamclipper:streamclipper@sc_postgres:5432/streamclipper
API_DAEMON_URL: http://sc_api_daemon:4001
ports:
- "3000:3000"
depends_on:
- sc_postgres
- sc_api_daemon
volumes:
redis-data: