feat(09-04): delete AdminView + 4 tab files; update tests + router guard test

- git rm AdminView.vue, AdminUsersTab.vue, AdminQuotasTab.vue, AdminAiConfigTab.vue, AuditLogTab.vue
- Migrate tab tests to import from views/admin/Admin*View.vue
- Update router.guard.test.js: replace AdminView mock with AdminLayout + 5 admin view mocks
- Add D-09 redirect test (admin on / → /admin)
- Fix stale api/admin.js JSDoc consumer list
- Fix SettingsView.vue stale AdminView comment reference
This commit is contained in:
curo1305
2026-06-12 16:11:00 +02:00
parent bdd68b2edf
commit e6467d18cf
11 changed files with 26 additions and 1449 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
</button>
</div>
<!-- Tab strip (copy AdminView pattern verbatim) -->
<!-- Tab strip -->
<div class="flex border-b border-gray-200 mb-6">
<button
v-for="tab in tabs"