feat(KB-086): complete Step 4 — add activity log API endpoints

This commit is contained in:
gsxdsm
2026-03-30 18:30:12 -07:00
parent 8a09889116
commit b36244f5a7
3 changed files with 194 additions and 21 deletions

View File

@@ -7542,6 +7542,22 @@ html .column.drag-over * {
gap: 8px;
}
/* Actions row for Save/Cancel in Definition tab edit mode */
.spec-editor-actions-row {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 8px;
margin-top: 8px;
}
/* Edit mode container in Definition tab */
.spec-editor-edit-mode {
display: flex;
flex-direction: column;
gap: 8px;
}
/* Content area - flexible and scrollable */
.spec-editor-content {
flex: 1;