feat(admin): refine header layout and logo placement

- Left-align logo across breakpoints; remove duplicate centered/mobile blocks
- Add date separator and spacing; keep header compact and readable

fix(admin): prevent category badge overlap in grid

- Move badge to top-left; make non-interactive; constrain width to avoid checkbox collisions

chore(docker): support ADMIN_PASSWORD in docker-compose

- Allow setting initial admin password via env for easier provisioning

chore(backend): normalize EOF newline in set-admin-password.js

Refs: admin-header-layout, category-badge-overlap, docker-admin-password
This commit is contained in:
2025-09-15 14:23:35 +02:00
parent eb3751cb52
commit d64e7d08de
4 changed files with 17 additions and 22 deletions
+1 -1
View File
@@ -36,4 +36,4 @@ async function setAdminPassword() {
}
}
setAdminPassword();
setAdminPassword();