feat(schedule): EPG stylesheet + impeccable context (PRODUCT / DESIGN.md) #23
No reviewers
Labels
No labels
bug
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: WildDragonLLC/dragonflight#23
Loading…
Reference in a new issue
No description provided.
Delete branch "polish/schedule-epg-styling"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Companion to the EPG schedule rewrite already landed via the YouTube importer branch. The
screens-ingest.jsxEPG JSX components shipped without their matching stylesheet during the parallel-branch shuffle; without these styles the page renders unlaid-out. This PR adds the missing.epg-*block tostyles-rest.cssand drops the now-dead.cal-*(month-calendar) rules.Also adds
PRODUCT.mdandDESIGN.mdso future design passes have the context files the impeccable skill requires. Both drafted from the existing codebase (tokens, screen patterns), not synthesised from a prompt.What the styles cover
.epg-page/.epg-toolbar— top-level flex layout + date nav row.epg-status— sticky "on air" strip with pulse halo on the live dot.epg/.epg-corner/.epg-gutter/.epg-canvas-head/.epg-canvas— single scrolling container with sticky-top ruler and sticky-left recorder gutter.epg-ruler/.epg-ruler-tick— hour ticks.epg-row+.epg-block+.epg-block.live/.failed/.past— event blocks with a 4px inner project-color bar (no side-stripe accents; impeccable absolute ban).epg-now/.epg-now-pip— vertical hot-red now-line with broadcast glow.epg-week+.epg-week-day— stacked 7-day sections for Week view.epg-empty— recorder-less / loading empty stateTest plan
🤖 Generated with Claude Code