-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
➡️ 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.