Skip to content

feat(web): wire dashboard page to display authenticated user info from /api/v1/me #60

Description

@GRACENOBLE

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

  • 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
  • Show an error state if the request fails
  • Add a Vitest component test

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: webNext.js web apppriority: mediumNormal priority — schedule in an upcoming sprinttype: featureNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions