Bug Fixes
- skip heartbeat when user is not authenticated
- use const for timer and hoist sendHeartbeat declaration
- reduce lastLoginAt fallback threshold from 24h to 1h for heartbeat coverage
Features
- add ActivityHeartbeat component to ping server every 5 minutes
- add heartbeat API endpoint to track user lastLoginAt
