feat(ui): Massive frontend modernization including customer table redesign, new map features, and consistent styling

This commit is contained in:
2026-02-06 20:31:16 -05:00
parent 421ba896a0
commit 6c28c0c2d2
68 changed files with 7472 additions and 1253 deletions

View File

@@ -6,6 +6,8 @@ const Promo = () => import('../admin/promo/promo.vue');
const PromoCreate = () => import('../admin/promo/create.vue');
const PromoEdit = () => import('../admin/promo/edit.vue');
const StatsHome = () => import('../admin/stats/StatsHome.vue');
const adminRoutes = [
{
@@ -16,7 +18,7 @@ const adminRoutes = [
{
path: '/promo/edit:id',
path: '/promo/edit/:id',
name: 'promoedit',
component: PromoEdit,
},
@@ -25,6 +27,11 @@ const adminRoutes = [
name: 'promocreate',
component: PromoCreate,
},
{
path: '/stats',
name: 'stats',
component: StatsHome,
},
{
path: '/promo',
name: 'promo',