feat(routes): add route UI components and demo view with list/card and app-shell integration

This commit is contained in:
2026-02-22 01:05:56 +00:00
parent 77630cf540
commit d1c19389d7
7 changed files with 1377 additions and 2 deletions

View File

@@ -138,6 +138,12 @@ export class SzDemoAppShell extends DeesElement {
iconName: 'lucide:Mail',
content: 'sz-demo-view-mta',
},
{
id: 'routes',
name: 'Routes',
iconName: 'lucide:Route',
content: 'sz-demo-view-routes',
},
{
id: 'settings',
name: 'Settings',
@@ -153,7 +159,7 @@ export class SzDemoAppShell extends DeesElement {
},
{
name: 'Infrastructure',
views: ['services', 'network', 'registries', 'mta'],
views: ['services', 'network', 'registries', 'mta', 'routes'],
},
{
name: 'Administration',