summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-05-07 00:03:41 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-05-07 00:03:41 -0700
commitd90430bbec3739df43b261618816077598499648 (patch)
tree5797cdd3556c51e2dd5c689d615c9791fb593ea5 /templates
parent84ac42e5be00fe7591a6946f27a33770b0270a41 (diff)
Move rewatches panel to sit right of rewatch rate
Changed rewatch patterns panel from stats-panel-wide to regular stats-panel so it displays in the two-column grid next to the rewatch rate metric. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/stats.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/stats.html b/templates/stats.html
index 6f271bd..34d796e 100644
--- a/templates/stats.html
+++ b/templates/stats.html
@@ -72,6 +72,16 @@
<section class="stats-panel">
<div class="stats-panel-header">
<div>
+ <p class="eyebrow">Films</p>
+ <h2>Rewatches</h2>
+ </div>
+ </div>
+ <div id="rewatch-patterns-list" class="stats-list"></div>
+ </section>
+
+ <section class="stats-panel">
+ <div class="stats-panel-header">
+ <div>
<p class="eyebrow">Companions</p>
<h2>Watched with</h2>
</div>
@@ -98,16 +108,6 @@
</div>
<ol id="film-decades" class="stats-list"></ol>
</section>
-
- <section class="stats-panel stats-panel-wide">
- <div class="stats-panel-header">
- <div>
- <p class="eyebrow">Films</p>
- <h2>Rewatches</h2>
- </div>
- </div>
- <div id="rewatch-patterns-list" class="stats-list"></div>
- </section>
</section>
{% endblock %}