From cdd28b6c0a3a6444b9ae79b123fe4fa7401de5ab Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Thu, 14 May 2026 01:31:34 -0700 Subject: Refine Lumi layouts and public profile --- templates/form.html | 226 +++++++++++++++++++++++++++++----------------------- 1 file changed, 128 insertions(+), 98 deletions(-) (limited to 'templates/form.html') diff --git a/templates/form.html b/templates/form.html index cd29e67..f7bbbf1 100644 --- a/templates/form.html +++ b/templates/form.html @@ -13,138 +13,168 @@ {% set current_stars = film.stars if film and film.stars else 0 %} -
-

Diary Entry

-
-

{{ page_title }}

-
- {% for value in range(1, 4) %} - - {% endfor %} +
+
+

Diary Entry

+
+
+

{{ page_title }}

+

Search TMDB first, then tune the entry like a ledger instead of filling a blank spreadsheet.

+
+
+ {% for value in range(1, 4) %} + + {% endfor %} +
-
+ -
- +
+
+

Lookup

+

TMDB title search

+
-
+ -
-
- - +
+
+

Identity

+

Core film record

+
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - +
+ + +
+
-
- - +
+
+

Log

+

Watch context

+
+
+ + +
-
- - {% set current_shelf = shelf_override if shelf_override else (film.shelf if film and film.shelf else 'diary') %} - -
+
+ + {% set current_shelf = shelf_override if shelf_override else (film.shelf if film and film.shelf else 'diary') %} + +
-
- -
+
+ +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - -
+
+ + +
-
- - +
+ + +
+
-
- - +
+
+

Archive

+

Poster and notes

+
+
+ + +
-
-
- {% if film and film.poster_url %} - Poster preview - {% else %} - Poster preview - {% endif %} +
+
+ {% if film and film.poster_url %} + Poster preview + {% else %} + Poster preview + {% endif %} +
-
-
- - +
+ + +
-
+
Cancel -- cgit v1.3-2-g0d8e