feat(logs): persist business events

This commit is contained in:
2026-08-19 21:03:56 +08:00
parent 62c811fea2
commit 4474069a29
19 changed files with 623 additions and 32 deletions
+5
View File
@@ -28,3 +28,8 @@ tbody tr:hover { background: color-mix(in srgb, var(--text-primary) 3%, transpar
.usage-filter input, .usage-filter select { height: 32px; padding: 6px 8px; font-size: 11px; }
.usage-filter.request-filter { grid-column: span 2; }
.usage-filter-actions { display: flex; align-items: end; justify-content: flex-end; gap: 7px; grid-column: span 2; }
.event-table { table-layout: fixed; }
.event-table th:nth-child(1), .event-table td:nth-child(1) { width: 190px; }
.event-table th:nth-child(3), .event-table td:nth-child(3) { width: 220px; }
.event-table td { height: 42px; white-space: normal; }
.event-status { font-weight: 650; }