Some checks failed
CI / Frontend Lint & Type Check (push) Has been cancelled
CI / Frontend Build (push) Has been cancelled
CI / Backend Lint (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
Deploy / Build & Push Images (push) Has been cancelled
Deploy / Deploy to Server (push) Has been cancelled
Deploy / Notify (push) Has been cancelled
SETTINGS FIXES: - Profile save now calls real API (PUT /auth/me) - Updates store after successful profile save - Notification preferences now functional with state - Save preferences button added - Preferences stored in localStorage - Proper loading/saving states DASHBOARD FIX: - Portfolio data loads on mount (not just when tab active) - Tab counts now show correct numbers - Both Watchlist and Portfolio counts visible immediately API: - Added updateMe() method in api.ts