From 44627e1fec2d5e11179d8ce07fff95635a6633a2 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Wed, 6 May 2026 16:20:44 -0700 Subject: Add tabs to public profile: Overview and All Films - Add tab navigation for switching between overview stats and full filmography - All Films tab loads diary entries with infinite scroll - Lazy load films only when tab is selected Co-Authored-By: Claude Haiku 4.5 --- templates/profile.html | 108 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 106 insertions(+), 2 deletions(-) diff --git a/templates/profile.html b/templates/profile.html index f697efe..745ed32 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -19,9 +19,22 @@
-
+

Tyler's Film Diary

-

A curated collection of films watched and loved

+

A curated collection of films watched and loved

+ + +
+ + +
+
+ + +
+ +
+
@@ -114,6 +127,17 @@
{% endif %} +
+ + + + +
@@ -121,5 +145,85 @@

Made with Lumière

+ + -- cgit v1.3-2-g0d8e