From ea6462e928f588c3fbff32e0850298d3ff3dbfb4 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Wed, 6 May 2026 23:43:35 -0700 Subject: Add /about page with rating system explanation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Introduces a public-facing /about page that explains the 1-3 star rating rubric with real examples pulled from the diary. Each star tier displays 3 randomly-selected, unique films (deduplicated by title to avoid rewatch duplicates). Changes: - New routers/about.py: GET /about queries films by stars, dedupes, randomizes - New templates/about.html: Page with eyebrow, h1, three tier sections with example film cards, closing philosophy, and View Profile button - main.py: Import about router, register it, add /about to public_paths in AuthMiddleware - templates/base.html: Add About nav link after Stats - templates/profile.html: Add About link to /tyler nav - templates/login.html: Add About and View Profile buttons in footer, plus "Made with Lumière" repo link Co-Authored-By: Claude Haiku 4.5 --- templates/profile.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/profile.html') diff --git a/templates/profile.html b/templates/profile.html index 745ed32..7c847f4 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -13,6 +13,7 @@ Lumière @@ -142,7 +143,7 @@ -- cgit v1.3-2-g0d8e