-
Notifications
You must be signed in to change notification settings - Fork 992
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
Quo2 Wallet: Token Value #16880
Quo2 Wallet: Token Value #16880
Conversation
Jenkins BuildsClick to see older builds (42)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! @OmarBasem
src/status_im2/contexts/quo_preview/list_items/token_value.cljs
Outdated
Show resolved
Hide resolved
Hey @Francesca-G, a design review please :) Component is under list-items category |
(let [state (reagent/atom {:token :snt | ||
:state :default | ||
:status :empty | ||
:color :blue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to replace the color
key with the customization-color
key (and inside the component too) as it's the standard key across the codebase.
Additionally, the (preview/customization-color-option)
uses customization-color
key. Any changes in the color will not be reflected in the component.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed it. Thanks @smohamedjavid 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the Figma Frame with the review
73014e4
to
626ed0b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice one @OmarBasem! 🚀
602b54f
to
d0c060b
Compare
* feat: quo2 wallet - Token Value
* feat: quo2 wallet - Token Value
fixes: #16833
This PR implements Token Value list item component.
Designs.
Preview:

