feat: complete Epic 1 production foundation

This commit is contained in:
2026-08-25 01:24:11 +03:00
parent 767428436d
commit 182bde8ac0
298 changed files with 35719 additions and 5299 deletions
+20
View File
@@ -135,6 +135,26 @@
.refresh-btn:hover { color: var(--text-secondary); background: var(--bg-muted); }
.refresh-btn:disabled {
opacity: 0.55;
cursor: not-allowed;
}
.log-pagination {
display: flex;
justify-content: center;
padding: 12px 20px 18px;
}
.log-pagination .refresh-btn {
margin-left: 0;
}
.log-id-filter {
width: 180px;
margin: 0;
}
.approval-panel {
margin-bottom: 18px;
}