feat: harden server pull deployments and git hygiene

This commit is contained in:
NuklearRabbit
2026-07-28 08:27:09 +02:00
parent d4d77c827a
commit 56efd1a00c
33 changed files with 2390 additions and 633 deletions
+25
View File
@@ -2612,6 +2612,27 @@ kbd {
color: var(--text-faint);
font: 10px var(--font-mono);
}
.server-inventory-panel {
position: relative;
overflow: hidden;
border-color: color-mix(in srgb, var(--primary) 22%, var(--line));
background:
radial-gradient(circle at 94% 0%, color-mix(in srgb, var(--primary) 10%, transparent), transparent 34%),
var(--surface-1);
}
.server-inventory-panel::before {
content: "";
position: absolute;
inset: 0 auto 0 0;
width: 3px;
background: linear-gradient(180deg, var(--primary), var(--success));
}
.server-inventory-panel .tool-row {
transition: background 150ms ease, transform 150ms ease;
}
.server-inventory-panel .tool-row:hover {
transform: translateX(2px);
}
.deploy-card-header h3 {
margin: 4px 0 3px;
font-size: 14px;
@@ -2915,6 +2936,10 @@ kbd {
.preflight-row small {
color: var(--text-muted);
}
.preflight-row .compact-button {
width: fit-content;
margin-top: 9px;
}
.preflight-state {
width: 25px;
height: 25px;