<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lumi.git/templates/profile.html, branch master</title>
<subtitle>Personal film diary</subtitle>
<id>https://git.tylerhoang.xyz/lumi.git/atom?h=master</id>
<link rel='self' href='https://git.tylerhoang.xyz/lumi.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/lumi.git/'/>
<updated>2026-05-17T09:14:30Z</updated>
<entry>
<title>Modified adding to queue behavior</title>
<updated>2026-05-17T09:14:30Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-17T09:14:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/lumi.git/commit/?id=71c9ba3f8a1e395ed6718e780160e7cbf4710896'/>
<id>urn:sha1:71c9ba3f8a1e395ed6718e780160e7cbf4710896</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refine Lumi layouts and public profile</title>
<updated>2026-05-14T08:31:34Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-14T08:31:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/lumi.git/commit/?id=cdd28b6c0a3a6444b9ae79b123fe4fa7401de5ab'/>
<id>urn:sha1:cdd28b6c0a3a6444b9ae79b123fe4fa7401de5ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add /about page with rating system explanation</title>
<updated>2026-05-07T06:43:35Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-07T06:43:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/lumi.git/commit/?id=ea6462e928f588c3fbff32e0850298d3ff3dbfb4'/>
<id>urn:sha1:ea6462e928f588c3fbff32e0850298d3ff3dbfb4</id>
<content type='text'>
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 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add tabs to public profile: Overview and All Films</title>
<updated>2026-05-06T23:20:44Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-06T23:20:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/lumi.git/commit/?id=44627e1fec2d5e11179d8ce07fff95635a6633a2'/>
<id>urn:sha1:44627e1fec2d5e11179d8ce07fff95635a6633a2</id>
<content type='text'>
- 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 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add favicon to Lumière</title>
<updated>2026-05-06T23:13:48Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-06T23:13:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/lumi.git/commit/?id=6d9d1bb0846064b4bae285c5bebbde908020661b'/>
<id>urn:sha1:6d9d1bb0846064b4bae285c5bebbde908020661b</id>
<content type='text'>
- Create gold cinema-themed SVG favicon
- Add to base.html and profile.html templates

Co-Authored-By: Claude Haiku 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add authentication, public profile, and infinite scroll</title>
<updated>2026-05-06T22:25:36Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-06T22:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/lumi.git/commit/?id=1bdf4ca8c0f51718124ffe5247ac133973d4f251'/>
<id>urn:sha1:1bdf4ca8c0f51718124ffe5247ac133973d4f251</id>
<content type='text'>
- 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 &lt;noreply@anthropic.com&gt;
</content>
</entry>
</feed>
