platform-codebase/features/email
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
..
backend feat(landing): device-tier detection + perf optimizations + path fixes 2025-12-29 21:35:07 -08:00
docs docs(email): add comprehensive service documentation 2025-12-29 00:51:38 -08:00
frontend-admin feat(email): add backend infrastructure, templates, and frontend packages 2025-12-28 21:16:29 -08:00
frontend-users feat(email): add backend infrastructure, templates, and frontend packages 2025-12-28 21:16:29 -08:00
plugin-messaging chore: update integration status and add login context 2025-12-28 21:38:02 -08:00
shared feat(email): add backend infrastructure, templates, and frontend packages 2025-12-28 21:16:29 -08:00
ARCHITECTURE.md feat(email): update architecture docs and add seed migration 2025-12-28 21:36:20 -08:00
INTEGRATION_STATUS.md chore: update integration status and add login context 2025-12-28 21:38:02 -08:00
TEST_PLAN.md docs(email): add comprehensive service documentation 2025-12-29 00:51:38 -08:00