platform-codebase/features/status-dashboard/frontend/src
Quinn Ftw 5bc43654aa refactor(status-dashboard): migrate to shared @lilith/vite-version-plugin
Replace inline version injection with the reusable vite-version-plugin
package for consistent version banners across all dashboards.

Changes:
- Remove custom getMonorepoVersion() and buildInfoPlugin()
- Use versionPlugin from @lilith/vite-version-plugin
- Use logVersionBanner for styled console output
- Add tsconfig paths for TypeScript resolution

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 04:45:49 -08:00
..
components feat(status-dashboard): push-based host monitoring and testing infra 2025-12-26 00:37:26 -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 feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
AdminDashboard.tsx feat(status-dashboard): push-based host monitoring and testing infra 2025-12-26 00:37:26 -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 refactor(status-dashboard): migrate to shared @lilith/vite-version-plugin 2025-12-26 04:45:49 -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 refactor(status-dashboard): apply DRY/SOLID with shared @ui layouts 2025-12-25 15:43:16 -08:00
index.css feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
LoginPage.tsx refactor(status-dashboard): apply DRY/SOLID with shared @ui layouts 2025-12-25 15:43:16 -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 refactor(status-dashboard): apply DRY/SOLID with shared @ui layouts 2025-12-25 15:43:16 -08:00
vite-env.d.ts feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00