diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-08-30 16:13:47 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-08-30 16:13:47 +0200 |
| commit | 4f460c055e1eeb3383a8363af43df1cddc6dde10 (patch) | |
| tree | 7189039a6416c3a5bef6fed447b10685655df1c4 /packages/meshbay-hub/src/meshbay_hub/static/style.css | |
| parent | e94260ca018f43260b1b587ea487045a553e6e0a (diff) | |
| download | meshbay-4f460c055e1eeb3383a8363af43df1cddc6dde10.tar.gz | |
revert(hub): drop the poster-grid movie merge (V12)
V12 collapsed movies that TMDB resolved to the same tmdb_id into one
card. With the matcher still imperfect that fuses *different films*:
every numbered entry of a saga whose bare title resolves to the same
base id becomes one card, and two unrelated movies sharing a title do
too (seen live on a 9-film saga and a 2-film pair). A tmdb_id-keyed
merge only works once matching is reliable, which it is not yet.
Movies render one card per file again; VideoDetailModal loses the
`files` prop and the versions list, back to a single Play button;
`.video-version-list` and the `video.versions` key (×10 locales) are
removed. mergedShows (V6) is untouched — the operator's report was
about movies.
docs/mediacenter.md §10.1: V12 un-struck, marked reverted.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018BMLQjqFGCize2KtNBT79v
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/style.css')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/style.css b/packages/meshbay-hub/src/meshbay_hub/static/style.css index 297ef7f..2523c1a 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/style.css +++ b/packages/meshbay-hub/src/meshbay_hub/static/style.css @@ -2988,7 +2988,6 @@ h2 .gn-owner, h3 .gn-owner { font-size: 0.55em; } margin-bottom: 4px; } .video-card-unmatched { outline: 1px dashed var(--warn, #d98324); outline-offset: -1px; } -.video-version-list { margin-top: 12px; display: flex; flex-direction: column; gap: 4px; } .video-admin-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 8px 0; } .video-card-flag { display: inline-block; |