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

Quo2: Network Amount #16764

Merged
merged 14 commits into from
Jul 31, 2023
Merged

Quo2: Network Amount #16764

merged 14 commits into from
Jul 31, 2023

Conversation

OmarBasem
Copy link
Contributor

@OmarBasem OmarBasem commented Jul 24, 2023

fixes: #16750

This PR implements Network Amount component (and deletes old wallet components in Quo2).

Designs.

@OmarBasem OmarBasem self-assigned this Jul 24, 2023
@OmarBasem OmarBasem changed the title Quo2/network amount Quo2: Network Amount Jul 24, 2023
Comment on lines 1 to +6
(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]))
Copy link
Contributor Author

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.

@status-im-auto
Copy link
Member

status-im-auto commented Jul 24, 2023

Jenkins Builds

Click to see older builds (21)
Commit #️⃣ Finished (UTC) Duration Platform Result
9823241 #1 2023-07-24 10:49:52 ~2 min tests 📄log
✔️ 9823241 #1 2023-07-24 10:52:34 ~5 min android-e2e 🤖apk 📲
✔️ 9823241 #1 2023-07-24 10:53:12 ~6 min android 🤖apk 📲
✔️ 9823241 #1 2023-07-24 10:54:35 ~7 min ios 📱ipa 📲
18f86b9 #2 2023-07-24 12:38:53 ~2 min tests 📄log
✔️ 18f86b9 #2 2023-07-24 12:41:43 ~5 min android 🤖apk 📲
✔️ 18f86b9 #2 2023-07-24 12:41:49 ~5 min android-e2e 🤖apk 📲
✔️ 18f86b9 #2 2023-07-24 12:43:32 ~7 min ios 📱ipa 📲
e64b851 #3 2023-07-27 07:06:55 ~2 min tests 📄log
✔️ e64b851 #3 2023-07-27 07:09:54 ~5 min android-e2e 🤖apk 📲
✔️ e64b851 #3 2023-07-27 07:09:58 ~5 min android 🤖apk 📲
✔️ e64b851 #3 2023-07-27 07:13:10 ~8 min ios 📱ipa 📲
✔️ 0c1c390 #4 2023-07-27 08:34:38 ~5 min android-e2e 🤖apk 📲
✔️ 0c1c390 #4 2023-07-27 08:36:10 ~6 min ios 📱ipa 📲
✔️ 0c1c390 #4 2023-07-27 08:36:24 ~7 min android 🤖apk 📲
✔️ 0c1c390 #4 2023-07-27 08:38:12 ~8 min tests 📄log
b3d7e03 #5 2023-07-31 04:59:22 ~2 min tests 📄log
✔️ b3d7e03 #5 2023-07-31 05:02:14 ~5 min android-e2e 🤖apk 📲
✔️ b3d7e03 #5 2023-07-31 05:02:23 ~5 min android 🤖apk 📲
✔️ b3d7e03 #5 2023-07-31 05:06:08 ~9 min ios 📱ipa 📲
3d860e3 #6 2023-07-31 10:32:35 ~3 min tests 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ e08661d #7 2023-07-31 10:39:31 ~5 min android-e2e 🤖apk 📲
✔️ e08661d #7 2023-07-31 10:41:31 ~7 min android 🤖apk 📲
e08661d #7 2023-07-31 10:42:46 ~8 min tests 📄log
✔️ 1565779 #8 2023-07-31 10:49:42 ~6 min android-e2e 🤖apk 📲
✔️ 1565779 #8 2023-07-31 10:49:45 ~6 min android 🤖apk 📲
✔️ 1565779 #8 2023-07-31 10:53:02 ~9 min tests 📄log
✔️ 1565779 #8 2023-07-31 11:01:50 ~18 min ios 📱ipa 📲

@OmarBasem OmarBasem force-pushed the quo2/network-amount branch from 9823241 to 18f86b9 Compare July 24, 2023 12:35
@OmarBasem OmarBasem requested review from J-Son89, ibrkhalil, smohamedjavid and mmilad75 and removed request for ibrkhalil and smohamedjavid July 26, 2023 07:33
Copy link
Contributor

@J-Son89 J-Son89 left a comment

Choose a reason for hiding this comment

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

looks good @OmarBasem 👌

@OmarBasem
Copy link
Contributor Author

Hi @Francesca-G, here is another one :)

Component is under quo2 preview > wallet > Network Amount

Copy link
Member

@smohamedjavid smohamedjavid left a comment

Choose a reason for hiding this comment

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

🚀 🪙 📈

@OmarBasem OmarBasem force-pushed the quo2/network-amount branch from 18f86b9 to e64b851 Compare July 27, 2023 07:04
@OmarBasem OmarBasem requested a review from Francesca-G July 27, 2023 08:27
Copy link

@Francesca-G Francesca-G left a 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

@OmarBasem OmarBasem force-pushed the quo2/network-amount branch from 0c1c390 to b3d7e03 Compare July 31, 2023 04:56
@OmarBasem
Copy link
Contributor Author

OmarBasem commented Jul 31, 2023

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?

Screenshot 2023-07-31 at 08 57 57

@Francesca-G
Copy link

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?

Screenshot 2023-07-31 at 08 57 57

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 :)

@OmarBasem
Copy link
Contributor Author

@Francesca-G Oh okay, the weight was different that's why. It is fixed now!

@OmarBasem OmarBasem force-pushed the quo2/network-amount branch from b3d7e03 to 3d860e3 Compare July 31, 2023 10:29
@OmarBasem OmarBasem merged commit cf11743 into develop Jul 31, 2023
@OmarBasem OmarBasem deleted the quo2/network-amount branch July 31, 2023 10:53
mmilad75 pushed a commit that referenced this pull request Aug 2, 2023
* feat: network amount component
mmilad75 pushed a commit that referenced this pull request Aug 2, 2023
* feat: network amount component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Archived in project
Development

Successfully merging this pull request may close these issues.

Quo2 Wallet: Network Amount component
6 participants