feat: add missing pages to sidebar navigation (Closes #135) #142

Merged
shahondin1624 merged 1 commits from feature/issue-135-add-missing-pages-to-sidebar-navigation into main 2026-04-09 15:49:33 +02:00
Owner

Summary

  • Adds Verletzungen (MedicalBag icon), Abfragen (DatabaseSearch icon), and Import (FileUpload icon) to the App.vue sidebar
  • Follows the suggested order: Mitglieder, Familien, Beitraege, Lager, Verletzungen, Abfragen, Berichte, Import, Audit-Log, Einstellungen

Test plan

  • Verify all three new items appear in the sidebar
  • Click each and verify it navigates to the correct page
  • Verify active state highlighting works for each new item

Closes #135

## Summary - Adds Verletzungen (MedicalBag icon), Abfragen (DatabaseSearch icon), and Import (FileUpload icon) to the App.vue sidebar - Follows the suggested order: Mitglieder, Familien, Beitraege, Lager, Verletzungen, Abfragen, Berichte, Import, Audit-Log, Einstellungen ## Test plan - [ ] Verify all three new items appear in the sidebar - [ ] Click each and verify it navigates to the correct page - [ ] Verify active state highlighting works for each new item Closes #135
shahondin1624 added 1 commit 2026-04-09 15:49:28 +02:00
Adds three missing navigation items between Lager and Berichte/Audit-Log:
- Verletzungen (injuries) with MedicalBag icon
- Abfragen (queries) with DatabaseSearch icon
- Import with FileUpload icon (placed after Berichte)

All three pages were already implemented and routed but unreachable
without direct URL entry.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
shahondin1624 merged commit 6a5e5de04e into main 2026-04-09 15:49:33 +02:00
shahondin1624 deleted branch feature/issue-135-add-missing-pages-to-sidebar-navigation 2026-04-09 15:49:33 +02:00
Sign in to join this conversation.