- Added new readme.statsgrid.md outlining the implementation plan for dees-statsgrid component. - Replaced custom stats cards in ops-view-overview.ts and ops-view-network.ts with dees-statsgrid for better visualization. - Introduced consistent color scheme for success, warning, error, and info states. - Enhanced interactive features including click actions, context menus, and real-time updates. - Developed ops-view-emails.ts for email management with features like composing, searching, and viewing emails. - Integrated mock data generation for emails and network requests to facilitate testing. - Added responsive design elements and improved UI consistency across components.
8 lines
301 B
TypeScript
8 lines
301 B
TypeScript
export * from './ops-dashboard.js';
|
|
export * from './ops-view-overview.js';
|
|
export * from './ops-view-network.js';
|
|
export * from './ops-view-emails.js';
|
|
export * from './ops-view-logs.js';
|
|
export * from './ops-view-config.js';
|
|
export * from './ops-view-security.js';
|
|
export * from './shared/index.js'; |