Pushover and API Change truenas

This commit is contained in:
2026-01-27 09:59:32 +00:00
parent 945125b069
commit 3e6132c1bb
29 changed files with 6566 additions and 66 deletions
+48
View File
@@ -194,6 +194,54 @@ body {
gap: 12px;
}
.drawer-section {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.drawer-section-title {
font-weight: 700;
color: var(--ink);
}
.drawer-form {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.drawer-actions {
justify-content: flex-start;
gap: 0.75rem;
}
.drawer-hint {
color: var(--ink-soft);
font-size: 0.9rem;
}
.drawer-list {
display: flex;
flex-direction: column;
gap: 0.35rem;
}
.drawer-list-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.35rem 0;
border-bottom: 1px dashed rgba(148, 163, 184, 0.35);
}
.drawer-list-item:last-child {
border-bottom: none;
}
.drawer-list-label {
font-weight: 600;
color: var(--ink);
}
.app-content {
margin-top: 2rem;
display: flex;