Remove Admin Views from Public Frontend #286
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mérföldkő: Epic 10 - Mission Control (Admin)
Cél: Extract all admin-related views, components, stores, and routes from the public Vite/Vue frontend (frontend/src/) after the Nuxt admin is ready.
🔗 Függőségek (Dependencies)
📝 Elemzés
The public frontend currently contains: AdminDashboardView, AdminUsersView, AdminPackagesView, AdminServicesView, AdminLoginView, AdminLayout, PackageEditModal, adminUsers/Packages/Services stores, and /admin/* routes in the router. These must be removed after the Nuxt admin is fully functional.