Refactor navigation: group menu, keep core links visible (#19)
Commit: 5464d9aa69ad0576fc56863234ec3388425877c7
Date: 2025-07-07 19:38:09 +0000
Author: PascalHavelange
Commit Message
Refactor navigation: group menu, keep core links visible (#19)
* feat: implement and test CRUD UI for Author, Workshop, and Detail resources (Pinia stores, views, tests)
* chore: fix lint warnings by replacing 'any' with 'unknown' in Pinia store error handling
* feat: group 'More' menu in navigation bar into Images, Properties, and Common sections for clarity
---------
Co-authored-by: Pascal HAVELANGE <havelangep@hotmail.com>
Files Changed
- ✅ Added:
src/__tests__/stores/author.test.ts
- ✅ Added:
src/__tests__/stores/detail.test.ts
- ✅ Added:
src/__tests__/stores/workshop.test.ts
- 📝 Modified:
src/components/layout/AppHeader.vue
- ✅ Added:
src/stores/author.ts
- ✅ Added:
src/stores/detail.ts
- ✅ Added:
src/stores/workshop.ts
- 📝 Modified:
src/views/Authors.vue
- 📝 Modified:
src/views/Details.vue
- 📝 Modified:
src/views/Workshops.vue
- ✅ Added:
src/views/__tests__/Authors.test.ts
- ✅ Added:
src/views/__tests__/Details.test.ts
- ✅ Added:
src/views/__tests__/Workshops.test.ts
Links
This documentation was automatically generated from Git commit data.