feat(admin-ui): introduce view layer and refactor admin UI to use view components, consolidate demos, and update interfaces

This commit is contained in:
2025-12-27 12:33:14 +00:00
parent 87ac6e506f
commit c5632dae77
18 changed files with 875 additions and 754 deletions

View File

@@ -1,5 +1,3 @@
export * from './adminpage-dashboard.js';
export * from './adminpage-monitors.js';
export * from './adminpage-incidents.js';
export * from './adminpage-config.js';
// Consolidated app demo - showcases all views through dees-appui
export { demoFunc as adminpageApp } from './upladmin-app/upladmin-app.demo.js';
export { UpladminApp } from './upladmin-app/upladmin-app.js';