platform-codebase/features/status-dashboard/frontend/src
Quinn Ftw 74373e08a2 refactor: migrate UI packages from @lilith/ui-* to external @ui/*
Consolidates UI component library to use external @ui packages from
~/Code/@packages/@ui instead of local duplicates. This eliminates
namespace conflicts and centralizes UI development.

Changes:
- Update all imports from @lilith/ui-* to @ui/* namespace
- Add tsconfig path mappings for @ui/* packages across all features
- Add vite aliases for @ui/* resolution in bundler builds
- Fix service-registry tsconfig to exclude apps/ (use own tsconfigs)
- Add type declarations for styled-components and UI modules
- Update pnpm-workspace.yaml to include external @ui packages
- Fix TypeScript errors in test-utils, i18n, and dashboard components
- Add @ts-nocheck to storybook files (storybook not installed)
- Extend SEOPageType to support additional page types (terms, privacy, merch)
- Remove stale inventory files (moved to host-inventory package)

All packages now compile cleanly when run from their respective directories.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 01:12:58 -08:00
..
components style: apply Python-like formatting with Prettier 2025-12-27 20:36:14 -08:00
contexts feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
hooks feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
pages feat(status-dashboard): push-based host monitoring and testing infra 2025-12-26 00:37:26 -08:00
types refactor: migrate UI packages from @lilith/ui-* to external @ui/* 2025-12-28 01:12:58 -08:00
AdminDashboard.tsx style: apply Python-like formatting with Prettier 2025-12-27 20:36:14 -08:00
App.test.tsx feat(status-dashboard): push-based host monitoring and testing infra 2025-12-26 00:37:26 -08:00
App.tsx style: apply Python-like formatting with Prettier 2025-12-27 20:36:14 -08:00
AuthContext.tsx feat(status-dashboard): push-based host monitoring and testing infra 2025-12-26 00:37:26 -08:00
GlobalStyles.ts feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
HostsPage.tsx style: apply Python-like formatting with Prettier 2025-12-27 20:36:14 -08:00
index.css feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
LoginPage.tsx refactor: migrate UI packages from @lilith/ui-* to external @ui/* 2025-12-28 01:12:58 -08:00
main.tsx feat(status-dashboard): push-based host monitoring and testing infra 2025-12-26 00:37:26 -08:00
ProtectedRoute.tsx feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
PublicStatusPage.tsx style: apply Python-like formatting with Prettier 2025-12-27 20:36:14 -08:00
styled.d.ts fix(status-dashboard): inline ThemeInterface in styled.d.ts 2025-12-27 22:28:25 -08:00
vite-env.d.ts feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00