Skip to content

Display acquired tokens in user panel #32

@Josue19-08

Description

@Josue19-08

➡️ Title

Display acquired tokens in user panel

📘 Description

Update the user dashboard to show all tokens owned by the user.

🚀 Requirements

  • Display project name, token quantity, and purchase date for each acquired token.
  • Fetch token data from the backend.
  • Ensure clean and clear layout that matches the existing dashboard design.

📝 Implementation notes

  • Use existing table, list, or card components for display.
  • Follow design system guidelines for consistency.
  • Structure code for easy future extensions (e.g. token filters or actions).

✅ Acceptance Criteria

  • User panel updated to display acquired tokens with all required details.
  • Data fetched and displayed correctly.
  • Uses kebab-case for all file and folder names.
  • Does not use default alias imports or relative paths.
  • Uses alias paths with @.
  • Code structured with reusable components and reuses existing ones.

⚠ Use kebab-case for all file and folder names.
⚠ Do not use default alias imports or relative paths like ../../components/foo.
⚠ Use alias paths with @, e.g. @/components/foo.
⚠ Structure the code with reusable components and reuse existing ones.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions