feat: replace online status metric with favorites counter, ordered Dienste first
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s

This commit is contained in:
Kroonk
2026-05-22 00:20:59 +02:00
parent 57b39f8771
commit b0bcc8abbd
4 changed files with 19 additions and 15 deletions

View File

@@ -15,7 +15,7 @@
<link rel="icon" type="image/png" sizes="48x48" href="/icons/favicon-48-v4.png">
<link rel="icon" type="image/png" sizes="192x192" href="/icons/favicon-192-v4.png">
<link rel="apple-touch-icon" href="/icons/apple-touch-icon-v4.png">
<link rel="stylesheet" href="style.css?v=32">
<link rel="stylesheet" href="style.css?v=33">
</head>
<body>
<header class="shell hero">
@@ -29,14 +29,14 @@
</div>
<div class="hero-meta" aria-label="Systemuebersicht">
<div class="metric">
<span class="metric-value" id="onlineCount">--</span>
<span class="metric-label">Online</span>
</div>
<div class="metric">
<span class="metric-value" id="serviceCount">9</span>
<span class="metric-label">Dienste</span>
</div>
<div class="metric">
<span class="metric-value" id="favoriteCount">--</span>
<span class="metric-label">Favoriten</span>
</div>
</div>
<div class="dashboard-menu">
@@ -140,6 +140,6 @@
</div>
<script src="/auth.js?v=2" defer></script>
<script src="/app.js?v=38" defer></script>
<script src="/app.js?v=39" defer></script>
</body>
</html>