Dashboard: move Website stats section to bottom of page

This commit is contained in:
Oliver
2026-06-11 06:13:04 -03:00
parent a9cc8be6c4
commit fd733956ad
+14 -14
View File
@@ -645,20 +645,6 @@
<div class="updated" id="brief-updated">Last updated: &mdash;</div> <div class="updated" id="brief-updated">Last updated: &mdash;</div>
</div> </div>
<!-- ════════ WEBSITE ════════ -->
<div class="section">
<div class="section-header" onclick="toggleSection('website-section', this)">
<h2>🌐 Website &mdash; Plausible Analytics</h2>
<span class="section-count count">live data</span>
<span class="section-toggle collapsed"></span>
</div>
<div class="section-body" id="website-section">
<div class="stats-overview" id="stats-overview"></div>
<div class="stats-grid" id="stats-grid"></div>
<div class="stats-referrers" id="stats-referrers" style="margin-top:12px"></div>
</div>
</div>
<!-- ════════ GOALS ════════ --> <!-- ════════ GOALS ════════ -->
<div class="section"> <div class="section">
<div class="section-header" onclick="toggleSection('goals-section', this)"> <div class="section-header" onclick="toggleSection('goals-section', this)">
@@ -809,6 +795,20 @@
</div> </div>
</div> </div>
<!-- ════════ WEBSITE ════════ -->
<div class="section">
<div class="section-header" onclick="toggleSection('website-section', this)">
<h2>🌐 Website &mdash; Plausible Analytics</h2>
<span class="section-count count">live data</span>
<span class="section-toggle collapsed"></span>
</div>
<div class="section-body" id="website-section">
<div class="stats-overview" id="stats-overview"></div>
<div class="stats-grid" id="stats-grid"></div>
<div class="stats-referrers" id="stats-referrers" style="margin-top:12px"></div>
</div>
</div>
</div> </div>
<script> <script>