fix: replace stat-urgent with green price total badge top-right

This commit is contained in:
dadaloop82
2026-05-07 17:46:20 +00:00
parent 20192f902d
commit 1584d402e4
2 changed files with 11 additions and 8 deletions
+2 -3
View File
@@ -11,7 +11,7 @@
<title>EverShelf</title>
<link rel="manifest" href="manifest.json">
<link rel="icon" type="image/png" href="assets/img/logo/logo_icon.png">
<link rel="stylesheet" href="assets/css/style.css?v=20260507c">
<link rel="stylesheet" href="assets/css/style.css?v=20260507d">
<!-- QuaggaJS for barcode scanning -->
<script src="https://cdn.jsdelivr.net/npm/@ericblade/quagga2@1.8.4/dist/quagga.min.js"></script>
<!-- @xenova/transformers: ES-module bootstrap that exposes a lazy category-classifier as window._categoryPipelinePromise -->
@@ -119,7 +119,6 @@
<span class="stat-icon">🛒</span>
<span class="stat-value" id="stat-spesa">-</span>
<span class="stat-label" data-i18n="nav.shopping">Spesa</span>
<span class="stat-urgent" id="stat-urgent" style="display:none"></span>
<span class="stat-price-total" id="stat-price-total" style="display:none"></span>
</div>
</div>
@@ -1462,6 +1461,6 @@
</div>
</div>
<script src="assets/js/app.js?v=20260507c"></script>
<script src="assets/js/app.js?v=20260507d"></script>
</body>
</html>