feat: Problems API, ingest hook, and UI

This commit is contained in:
PTah
2026-05-27 11:24:19 +10:00
parent b19cdf2b47
commit 5fce00faae
14 changed files with 451 additions and 10 deletions
+16
View File
@@ -67,6 +67,22 @@ th {
color: #7eb8ff;
}
.status-open {
color: #ff6b6b;
}
.status-acknowledged {
color: #ffc857;
}
.status-resolved {
color: #6bcb77;
}
td.actions {
display: flex;
gap: 0.35rem;
flex-wrap: wrap;
}
.card {
background: #1a2332;
border: 1px solid #2a3441;