hub v0.31.0: accept 'critical' severity at event ingest + UI badges/CSS; event_test.go (red-proofed); REUSE.md §1/§3 updated
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PSK5g6qYLknKj8u3QAFEr6
This commit is contained in:
@@ -645,6 +645,16 @@ code {
|
||||
color: #3b82f6;
|
||||
}
|
||||
|
||||
.severity-critical {
|
||||
background: var(--crit-dim);
|
||||
color: var(--crit);
|
||||
}
|
||||
|
||||
.severity-ok {
|
||||
background: var(--bg-2);
|
||||
color: var(--text-2);
|
||||
}
|
||||
|
||||
/* Event filter buttons */
|
||||
.event-filter {
|
||||
font-size: 0.8em;
|
||||
|
||||
Reference in New Issue
Block a user