| Age | Commit message (Collapse) | Author |
|
Set menu-toggle to display: none by default so it only appears on
mobile (max-width: 760px) where it's explicitly shown.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
|
Use visibility and opacity instead of max-height/overflow to completely
hide the mobile menu when closed. Prevents elements from peeking out.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
|
Hide nav-actions on mobile (<= 760px) and show a hamburger menu button
instead. Menu opens/closes on click and closes when a link is clicked
or when clicking outside. Hamburger icon created with CSS pseudo-elements.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
|
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>
|
|
- 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>
|
|
- 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>
|
|
- 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>
|
|
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
|
- Create gold cinema-themed SVG favicon
- Add to base.html and profile.html templates
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
|
|
|
|
|
- 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>
|
|
|
|
|
|
|