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

@@ -49,6 +49,10 @@ export * from './sz-domain-detail-view.js';
export * from './sz-mta-list-view.js';
export * from './sz-mta-detail-view.js';
// Route Configuration Views
export * from './sz-route-card.js';
export * from './sz-route-list-view.js';
// Demo Views
export * from './sz-demo-view-dashboard.js';
export * from './sz-demo-view-services.js';
@@ -57,3 +61,4 @@ export * from './sz-demo-view-registries.js';
export * from './sz-demo-view-tokens.js';
export * from './sz-demo-view-settings.js';
export * from './sz-demo-view-mta.js';
export * from './sz-demo-view-routes.js';