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

@@ -156,16 +156,15 @@ body {
/* --- Layout Frame --- */
.content-area {
flex: 1;
padding: 1.25rem 1.5rem;
overflow: hidden;
padding: 2rem;
overflow-y: auto;
}
.view-container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
gap: 0.75rem;
gap: 1.5rem;
}
.hidden { display: none !important; }