From bc0df9c764f27118d9d6b475e85f38b7e235db35 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Sat, 9 May 2026 01:45:13 -0700 Subject: Show ratings inline with year/director using brand logos IMDb, Rotten Tomatoes, and Metacritic scores now appear on the same row as the subtitle with SVG brand logos instead of plain text chips. Co-Authored-By: Claude Sonnet 4.6 --- static/logos/imdb.svg | 4 ++++ static/logos/metacritic.svg | 4 ++++ static/logos/rt.svg | 6 ++++++ 3 files changed, 14 insertions(+) create mode 100644 static/logos/imdb.svg create mode 100644 static/logos/metacritic.svg create mode 100644 static/logos/rt.svg (limited to 'static/logos') diff --git a/static/logos/imdb.svg b/static/logos/imdb.svg new file mode 100644 index 0000000..e57848d --- /dev/null +++ b/static/logos/imdb.svg @@ -0,0 +1,4 @@ + + + IMDb + diff --git a/static/logos/metacritic.svg b/static/logos/metacritic.svg new file mode 100644 index 0000000..28d759f --- /dev/null +++ b/static/logos/metacritic.svg @@ -0,0 +1,4 @@ + + + M + diff --git a/static/logos/rt.svg b/static/logos/rt.svg new file mode 100644 index 0000000..c028e86 --- /dev/null +++ b/static/logos/rt.svg @@ -0,0 +1,6 @@ + + + + + + -- cgit v1.3-2-g0d8e