soulsync/webui/static/video
BoulderBadgeDad d6d0dc537c video: smart multi-layer back button + next-level search/person
Smart back (mirrors music's artist-detail): the top-left back button now
remembers where you actually came from, many layers deep. It keeps an origin
stack ({page} or {detail title}) and stamps each history entry with its layer
depth, so:
- the label is dynamic — '← Back to Search' / '← Back to The Bear' / '← Back to
  <person>' — instead of a hardcoded 'Library'/'Back';
- backing out of the first layer returns to the page you started from (Search,
  Watchlist, wherever), not always the Library;
- browser Back and our button both unwind the chain one layer at a time, in sync.
Fixes: search → person → back → movie used to mislabel as 'Library' and dump you
in the library.

Next level:
- Search isn't a blank box when idle — a 'Trending this week' rail (TMDB
  trending, owned/preview annotated). Returns when you clear the query.
- Person page gets a 'Known For' hero rail (top titles by popularity) above a
  full filmography now sorted chronologically (newest first).

Backend: TMDBClient.trending + engine.trending (+library annotation), route
/api/video/trending. Isolated; 237 video-suite tests pass.
2026-06-15 08:30:17 -07:00
..
video-dashboard.js video dashboard: Library card is a live scan tool (parity with music) 2026-06-14 09:28:14 -07:00
video-detail.js video: in-app Search + TMDB-backed (preview) detail + person pages 2026-06-14 23:31:35 -07:00
video-enrichment-manager.js video: promote OMDb to a full 3rd enrichment worker (parity with TMDB/TVDB) 2026-06-14 23:07:35 -07:00
video-enrichment.js video: promote OMDb to a full 3rd enrichment worker (parity with TMDB/TVDB) 2026-06-14 23:07:35 -07:00
video-library.js video: real-link routing for detail pages (parity with music artist-detail) 2026-06-14 22:13:51 -07:00
video-person.js video: smart multi-layer back button + next-level search/person 2026-06-15 08:30:17 -07:00
video-scan.js video Tools: rehydrate scan state on page refresh (parity with music) 2026-06-14 07:59:44 -07:00
video-search.js video: smart multi-layer back button + next-level search/person 2026-06-15 08:30:17 -07:00
video-settings.js video detail: IMDb / Rotten Tomatoes / Metacritic ratings (OMDb) 2026-06-14 22:54:53 -07:00
video-side.css video: smart multi-layer back button + next-level search/person 2026-06-15 08:30:17 -07:00
video-side.js video: smart multi-layer back button + next-level search/person 2026-06-15 08:30:17 -07:00
video-worker-orbs.js video: promote OMDb to a full 3rd enrichment worker (parity with TMDB/TVDB) 2026-06-14 23:07:35 -07:00