|
@@ -44,6 +44,7 @@ Tables: `users`, `groups`, `group_members`, `movies`, `landing_reel_posters`
|
|
|
- TMDB posters: native sized URLs from TMDB CDN (w342 grid, w185 reel, w500 panel). No `next/image` for posters. `loading="lazy"` + meaningful `alt` text on all images. Reel posters `aria-hidden`.
|
|
- TMDB posters: native sized URLs from TMDB CDN (w342 grid, w185 reel, w500 panel). No `next/image` for posters. `loading="lazy"` + meaningful `alt` text on all images. Reel posters `aria-hidden`.
|
|
|
- Real-time: subscribe on mount, unsubscribe on unmount (one list at a time). Home page counts via polling.
|
|
- Real-time: subscribe on mount, unsubscribe on unmount (one list at a time). Home page counts via polling.
|
|
|
- Accessibility: `aria-live="polite"` for roll results, filter changes, watched toggles. `prefers-reduced-motion` on both animations.
|
|
- Accessibility: `aria-live="polite"` for roll results, filter changes, watched toggles. `prefers-reduced-motion` on both animations.
|
|
|
|
|
+- Home roll teaser renders in place — do not router.push() from a home-page roll.
|
|
|
|
|
|
|
|
## Auth
|
|
## Auth
|
|
|
|
|
|