Simplify React version requirements across frontend packages
from "^18.0.0 || ^19.0.0" to "^19.0.0" for consistency.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Move Modal import from ui-primitives to ui-feedback package
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Complete UI overhaul of all 10 analytics pages:
- ABTestingPage, BounceRatePage, ConversionFunnelsPage, CostsPage
- ErrorTrackingPage, PerformancePage, PnLPage, RealTimePage
- RevenuePage, TransactionsPage
Features:
- Styled-components with cyberpunk theme
- MetricCard, DashboardLayout, DashboardWidget from ui-analytics
- DataTable from ui-data for tabular data
- Responsive layouts and proper loading/error states
- Add AnalyticsThemeProvider for theme context
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Remove vite build/dev scripts from analytics-frontend-admin since it's
a library package consumed by platform-admin, not a standalone app.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Change build from "tsc" to "vite build" - this is a Vite app,
not a library that needs tsc output.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add OPTIONS preflight handling to webmap router
- Remove broken @lilith/ui-* deps from analytics frontend-admin
- Add seo packages to pnpm-workspace.yaml
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update all package.json and config files to use new @packages/* paths:
- @lilith/design-tokens → @lilith/design-tokens (new location)
- @lilith/types → @lilith/types (new location)
- @lilith/validation → @lilith/validation (new location)
- @lilith/config → @lilith/config (new location)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>