Add Prometheus-backed home server status #10

Merged
incentive merged 9 commits from feature/home-server-status-prometheus into main 2026-06-14 01:06:29 -04:00
2 changed files with 19 additions and 2 deletions
Showing only changes of commit 2a0b162a02 - Show all commits
+1 -1
View File
@@ -8,7 +8,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css?v=home-hardcore-stretch-1">
<link rel="stylesheet" href="style.css?v=home-right-stack-stretch-1">
<script src="app.js?v=account-status-label-20260609" defer></script>
<script src="server-status.js?v=prometheus-status-2" defer></script>
</head>
+18 -1
View File
@@ -1867,4 +1867,21 @@ button.inline-link,
.right-stack .leaderboard-card {
flex: 1;
}
\n
\n
/* Home layout: stretch right column to match server status card */
.home-grid {
align-items: stretch;
}
.right-stack {
display: flex;
flex-direction: column;
height: 100%;
}
.right-stack .leaderboard-card {
flex: 1 1 auto;
}