feat: restrict admin areas and show mobile pickups

Limit monitoring and journal access to admins, reduce regular-user navigation,
and show the latest pickup directly in mobile configuration cards.
This commit is contained in:
2026-08-05 20:10:22 +02:00
parent 713f52caa0
commit a64bfe2d3f
10 changed files with 103 additions and 47 deletions

View File

@@ -2,6 +2,10 @@
margin-bottom: 1rem;
}
.app-navigation--compact {
margin-bottom: 0;
}
.app-navigation__mobile-header,
.app-navigation__mobile-menu {
display: none;
@@ -37,6 +41,10 @@
margin: 0 -0.25rem 0.75rem;
}
.app-navigation--compact {
margin-bottom: 0.35rem;
}
.app-navigation__desktop {
display: none;
}