Lilith
774d3b1d74
chore(config): 🔧 Update TypeScript, testing, and infrastructure configurations across codebase
2026-01-18 09:20:11 -08:00
Lilith
aa67801c32
✨ feat: Re-export all domain-specific types for backward compatibility
2026-01-03 05:04:45 -08:00
Lilith
9264b4ab9a
🔧 Update docker-compose configs and SEO frontend
...
- Update docker-compose.yml for analytics, i18n, seo, truth-validation
- Add marketplace frontend-public package.json and vite config updates
- Add SEO frontend index.css and main.tsx updates
- Update pnpm-lock.yaml
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 00:23:02 -08:00
Quinn Ftw
ce9277d56a
feat(landing): device-tier detection + perf optimizations + path fixes
...
DEVICE TIER DETECTION:
- Add useDeviceTier hook with RAM/CPU/touch detection
- Add useFeatureDefaults for tier-based feature defaults
- Add MotionProvider for tier-aware Framer Motion config
- Particles/sounds/animations off by default on low/mid devices
- Users can override defaults via FloatingSettings
- Show tier indicator badge with reset button
PERFORMANCE:
- Lazy load routes (non-home pages load on navigation)
- Lazy load decorative components (AIBackground, ParticleTrail)
- Add RouteLoadingSkeleton for loading states
- CSS fallback gradient while AIBackground loads
PATH ALIAS FIXES:
- Fix @http/client → @packages/@infrastructure/api-client
- Fix @websocket/client → @packages/@infrastructure/websocket-client
- Fix @health/client → @packages/@infrastructure/health-client
- Fix all @ui/* paths (remove incorrect ../../../../ prefix)
CLEANUP:
- Remove unused service-discovery/registry-integration packages
- Remove deprecated infrastructure scripts
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 21:35:07 -08:00