-
Notifications
You must be signed in to change notification settings - Fork 987
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: Network Amount #16764
Quo2: Network Amount #16764
Conversation
(ns status-im2.contexts.quo-preview.wallet.network-amount | ||
(:require [clojure.string :as string] | ||
[quo2.components.wallet.network-amount :refer [network-amount]] | ||
[quo2.foundations.colors :as colors] | ||
[react-native.core :as rn] | ||
[reagent.core :as reagent] | ||
[utils.i18n :as i18n] | ||
[status-im2.contexts.quo-preview.preview :as preview])) | ||
(:require | ||
[quo2.core :as quo] | ||
[react-native.core :as rn] | ||
[reagent.core :as reagent] | ||
[status-im2.contexts.quo-preview.preview :as preview])) |
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.
This is a new file. Would be easier to review by viewing the file.
Jenkins BuildsClick to see older builds (21)
|
9823241
to
18f86b9
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.
looks good @OmarBasem 👌
Hi @Francesca-G, here is another one :) Component is under quo2 preview > wallet > Network Amount |
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.
🚀 🪙 📈
18f86b9
to
e64b851
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.
Here's the Figma frame with the design review for the component
0c1c390
to
b3d7e03
Compare
Hi @Francesca-G, thanks for your review! I see something weird in the Figma frame. The text looks like it has shadow. How are you getting this? Are you getting it in light mode only? Is it happening iOS or Andriod? |
not a shadow, I overlapped the design with the PR screenshot to let you see that the text isn't matching and there's probably something different in the weight / kerning of the text :) |
@Francesca-G Oh okay, the weight was different that's why. It is fixed now! |
b3d7e03
to
3d860e3
Compare
* feat: network amount component
* feat: network amount component
fixes: #16750
This PR implements Network Amount component (and deletes old wallet components in Quo2).
Designs.