Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UI] QuestList card component #427

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

[UI] QuestList card component #427

wants to merge 28 commits into from

Conversation

biliesilva
Copy link
Contributor

@biliesilva biliesilva commented Jan 8, 2025

Description

This pr is to send the new QuestList component hard coded for our Storybook, and after our new auth login is in place we can get the user info about the "Ready for Claim" quests so we can show and finalize the logic for this component in the client.

Design

image

Design Link

Storybook Link Preview

Copy link

vercel bot commented Jan 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
hyperplay-ui ✅ Ready (Inspect) Visit Preview Jan 31, 2025 10:02pm

Copy link
Collaborator

@eliobricenov eliobricenov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

second date count should be neutral-400

Screenshot 2025-01-30 at 12 57 24 PM Screenshot 2025-01-30 at 12 57 34 PM

display: flex;
margin-top: 20px;
align-items: center;
gap: 0.5rem;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use spacing var here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@@ -0,0 +1,21 @@
import { Quest } from '@hyperplay/utils'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not too opinionated about this but we usually define the props in the same file as the component. For consistency, can you move it to the component file, please?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants