Replace unicode left arrow with SVG icon in admin nav logo

This commit is contained in:
Pontoporeia
2026-03-31 16:57:41 +02:00
parent a88e5562f8
commit f3f1e0e5fc
4 changed files with 45 additions and 31 deletions

View File

@@ -1,5 +1,8 @@
# TODO
## Done
- [x] Replace unicode left arrow (←) with SVG arrow icon in admin nav logo
## Fixes
- [x] Fix CSV import UNIQUE constraint crash: skip rows whose identifier already exists in DB
- [x] Auto-migrate both test.db and posterg.db on `just serve` via scripts/migrate.sh