Improve loan page and add company filter to USB bulk control

- Update Next.js to 16.0.7
- Fix accent on menu item "Emprestimos" to "Empréstimos"
- Standardize loan page with project patterns (DateRangeButton, cyan color scheme, ToggleGroup)
- Add company filter to USB bulk policy dialog
- Update CardDescription text in devices overview
- Fix useEffect dependency warning in desktop main.tsx

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
rever-tecnologia 2025-12-04 14:52:27 -03:00
parent 063c5dfde7
commit 38995b95c6
8 changed files with 1123 additions and 1184 deletions

View file

@ -88,7 +88,7 @@ const navigation: NavigationGroup[] = [
{ title: "Modo Play", url: "/play", icon: PlayCircle, requiredRole: "staff" },
{ title: "Agenda", url: "/agenda", icon: CalendarDays, requiredRole: "staff" },
{ title: "Dispositivos", url: "/admin/devices", icon: MonitorCog, requiredRole: "admin" },
{ title: "Emprestimos", url: "/emprestimos", icon: Package, requiredRole: "staff" },
{ title: "Empréstimos", url: "/emprestimos", icon: Package, requiredRole: "staff" },
],
},
{