feat: restore database from backup and fix date formatting in restore script

This commit is contained in:
2026-04-23 13:37:45 +09:00
parent b996b18dbc
commit e5b4eb8295
26 changed files with 2027 additions and 1662 deletions

View File

@@ -102,8 +102,7 @@
/* Modal Readonly/Edit Mode Interaction */
.grid-form.is-view-mode input,
.grid-form.is-view-mode select,
.grid-form.is-view-mode textarea,
.grid-form.is-view-mode button {
.grid-form.is-view-mode textarea {
border: none !important;
background-color: transparent !important;
padding-left: 0 !important;
@@ -153,19 +152,6 @@
font-size: 0.8125rem;
font-weight: 600;
color: var(--text-muted);
display: flex;
align-items: center;
gap: 0.5rem;
}
.badge-security {
font-size: 10px;
background-color: #fef2f2;
color: #ef4444;
padding: 1px 4px;
border-radius: 3px;
border: 1px solid #fee2e2;
font-weight: 700;
}
.form-group input,