Merge branch 'worktree-agent-a02f88e8490625846'

# Conflicts:
#	GerbilManagerWebAPI/ApplicationContext.cs
#	GerbilManagerWebAPI/Program.cs
#	gerbil-manager-web/e2e/mock-data.ts
#	gerbil-manager-web/src/App.tsx
#	gerbil-manager-web/src/components/AppShell.tsx
#	gerbil-manager-web/src/strings/de.ts
This commit is contained in:
2026-06-22 23:07:22 +02:00
17 changed files with 2646 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ const SECONDARY: NavItem[] = [
{ to: '/anfragen', label: de.nav.requests, icon: '📨' },
// WAITLIST: Warteliste/Nachfrage (RennmausPro nachfrage_tb)
{ to: '/warteliste', label: de.nav.waitingList, icon: '📝' },
// RÜCKNAHMEN: zurückgekommene/zurückgenommene Tiere
{ to: '/ruecknahmen', label: de.nav.returns, icon: '↩️' },
{ to: '/statistik', label: de.nav.statistics, icon: '📊' },
// FEAT-13: Abgabeverträge + Zuchtprofil
{ to: '/vertraege', label: de.nav.contracts, icon: '📄' },