feat: обновление с Git из админки (/admin/system)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
shop
2026-05-17 14:26:11 +03:00
parent d4dd1fb587
commit 69dfd2a93a
14 changed files with 482 additions and 54 deletions
+50
View File
@@ -1257,3 +1257,53 @@ body:has(.cookie-banner) .main {
font-size: 0.85rem;
color: var(--muted);
}
.badge--warn {
background: rgba(253, 203, 110, 0.15);
color: var(--warn);
}
.admin-system__meta {
margin-bottom: 1rem;
}
.admin-system__path {
font-size: 0.85rem;
word-break: break-all;
}
.admin-system__actions {
margin-top: 1rem;
}
.admin-system__hr {
border: none;
border-top: 1px solid var(--border);
margin: 1.5rem 0;
}
.admin-system__form {
max-width: 360px;
}
.admin-system__pre {
margin: 0;
padding: 1rem;
background: var(--bg);
border: 1px solid var(--border);
border-radius: 8px;
font-size: 0.8rem;
line-height: 1.45;
overflow-x: auto;
white-space: pre-wrap;
word-break: break-word;
}
.admin-system__log {
margin-top: 1.25rem;
}
.admin-system__help {
margin-top: 1.25rem;
font-size: 0.9rem;
}