From e708bec6cd76c2686de4158dde4d04f72a3c300d Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Wed, 6 May 2026 12:21:26 -0700 Subject: init: lumiere film diary --- templates/stats.html | 268 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 268 insertions(+) create mode 100644 templates/stats.html (limited to 'templates/stats.html') diff --git a/templates/stats.html b/templates/stats.html new file mode 100644 index 0000000..7b54634 --- /dev/null +++ b/templates/stats.html @@ -0,0 +1,268 @@ +{% extends "base.html" %} + +{% block title %}Stats · Lumière{% endblock %} + +{% block content %} +
+

Stats

+

Watching patterns

+
+ +
+
+
+
+

World Map

+

Films per country

+
+
+
+
+ Hover a country + Film count will appear here. +
+ +
+ +
+
+
+

Heatmap

+

Past 365 days

+
+
+
+
+ +
+
+
+

Directors

+

Most watched

+
+
+
    +
    + +
    +
    +
    +

    Stars

    +

    Distribution

    +
    +
    +
    +
    + +
    +
    +
    +

    Rewatch

    +

    Rate

    +
    +
    +
    +
    + +
    +
    +
    +

    Companions

    +

    Watched with

    +
    +
    +
      +
      +
      +{% endblock %} + +{% block scripts %} + + + +{% endblock %} -- cgit v1.3-2-g0d8e