Step 5 migration: add localStorage to DB import flow

This commit is contained in:
Ponte
2026-02-11 15:11:34 +01:00
parent de1da956fc
commit e58ee18936
5 changed files with 208 additions and 15 deletions

View File

@@ -80,6 +80,11 @@ h1 {
color: var(--muted);
}
#migrateBtn {
width: fit-content;
margin-bottom: 0.9rem;
}
.grid-form {
display: grid;
gap: 0.7rem;