You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dashboard page is empty. Fetching and displaying the current user's profile is the most natural first example of an authenticated API call from the web layer.
Acceptance criteria
Dashboard page fetches /api/v1/me (via a Server Component or tRPC query)
Display at minimum: display name, email, and account creation date
Show a skeleton/loading state while the request is in flight
Problem
The dashboard page is empty. Fetching and displaying the current user's profile is the most natural first example of an authenticated API call from the web layer.
Acceptance criteria
/api/v1/me(via a Server Component or tRPC query)