feat(portal): add incident review workflow

This commit is contained in:
igor04091968
2026-06-04 13:46:25 +03:00
parent 4c66e67661
commit 20fb47b457
4 changed files with 407 additions and 17 deletions
@@ -881,6 +881,12 @@ h1 {
justify-content: flex-end;
}
.compact-actions {
display: grid;
grid-template-columns: repeat(2, minmax(92px, 1fr));
gap: 6px;
}
.small-button {
min-height: 32px;
padding: 6px 8px;