feat: Mega entity improvements - entity directories, inehrit entities (#450), ordering (#762 / #703), better entity view

This commit is contained in:
jamesread
2025-12-01 01:38:04 +00:00
parent 736ad1c83b
commit 56365af24b
13 changed files with 529 additions and 41 deletions

View File

@@ -13,7 +13,7 @@ const routes = [
meta: { title: 'Actions', icon: DashboardSquare01Icon }
},
{
path: '/dashboards/:title',
path: '/dashboards/:title/:entityType?/:entityKey?',
name: 'Dashboard',
component: () => import('./Dashboard.vue'),
props: true,