platform-codebase/@packages/@infrastructure/analytics-client/src
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
..
hooks feat(landing): device-tier detection + perf optimizations + path fixes 2025-12-29 21:35:07 -08:00
nestjs feat(eslint): integrate global DRY ESLint packages across @packages 2025-12-27 19:38:01 -08:00
react feat(landing): complete migration with glassmorphism navigation 2025-12-26 17:11:07 -08:00
analytics-client.test.ts feat(landing): device-tier detection + perf optimizations + path fixes 2025-12-29 21:35:07 -08:00
analytics-client.ts feat(landing): device-tier detection + perf optimizations + path fixes 2025-12-29 21:35:07 -08:00
analytics-context.tsx feat(landing): device-tier detection + perf optimizations + path fixes 2025-12-29 21:35:07 -08:00
backend-client.test.ts feat(landing): complete migration with glassmorphism navigation 2025-12-26 17:11:07 -08:00
backend-client.ts feat(landing): complete migration with glassmorphism navigation 2025-12-26 17:11:07 -08:00
batch-queue.test.ts feat(landing): complete migration with glassmorphism navigation 2025-12-26 17:11:07 -08:00
batch-queue.ts feat(landing): complete migration with glassmorphism navigation 2025-12-26 17:11:07 -08:00
index.ts feat(landing): complete migration with glassmorphism navigation 2025-12-26 17:11:07 -08:00
types.ts feat(landing): device-tier detection + perf optimizations + path fixes 2025-12-29 21:35:07 -08:00