summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-06Make All Films tab public on profile pageTyler Hoang
Add /films/partial to public paths so unauthenticated users can load all films on /tyler public profile. The All Films tab now works without requiring login. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-05-06Fix director biography fetchingTyler Hoang
- Use person details endpoint instead of search to get full biography - Search endpoint only returns truncated/partial biography - Now correctly fetches complete biography from TMDB Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-05-06Add director image and biography to director pageTyler Hoang
- Fetch director profile image and biography from TMDB API - Display image next to director name with lazy loading - Show biography below director name - Gracefully handle missing data (image/biography optional) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-05-06Add tabs to public profile: Overview and All FilmsTyler Hoang
- 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 <noreply@anthropic.com>
2026-05-06Increase brand font size from 1.55rem to 1.8remTyler Hoang
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-05-06Add favicon to LumièreTyler Hoang
- Create gold cinema-themed SVG favicon - Add to base.html and profile.html templates Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-05-06reset restTyler Hoang
2026-05-06testTyler Hoang
2026-05-06Add authentication, public profile, and infinite scrollTyler Hoang
- Implement session-based auth with argon2 password hashing - Add login form and logout button in nav - Create public /tyler profile page with curated stats - Implement infinite scroll for film lists (load 20 at a time) - Add lazy loading for poster images - Fix profile page CSS to use dark theme variables - Use consistent star character (✦) across all pages - Add /films/partial endpoint for pagination Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-05-06fixed star behavior and claude initTyler Hoang
2026-05-06Add year review and inline diary ratingsTyler Hoang
2026-05-06init: lumiere film diaryTyler Hoang