refactor: add migration, seed permissions, update permissions API

feat(notes): add XLSX import island and admin route

feat(upload): add drag‑and‑drop upload, template download, UI tweaks
This commit is contained in:
2026-04-27 17:08:58 +02:00
parent 733259e317
commit d3de5c29e7
14 changed files with 467 additions and 119 deletions
+4
View File
@@ -29,6 +29,10 @@
font-family: var(--font-family-text);
}
html {
font-size: 130%; /* scale up from browser default 16px → ~20.8px */
}
html, body {
margin: 0;
padding: 0;