From 20c1d02b40bcb9abb5882d0503e596c82e9819bb Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Fri, 15 May 2026 01:50:15 -0700 Subject: Refine Lumi stats and detail UX --- templates/index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 7e74c07..5820cf4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,9 +10,13 @@

{{ shelf_meta.empty_text }}

-
- Entries - {{ total_films or 0 }} +
+ {% for stat in shelf_snapshot %} +
+ {{ stat.label }} + {{ stat.value }} +
+ {% endfor %}
{% if active_shelf == 'queue' %} Surprise me -- cgit v1.3-2-g0d8e