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

feat(@desktop/wallet): Update token details view #13667

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

Khushboo-dev-cpp
Copy link
Contributor

@Khushboo-dev-cpp Khushboo-dev-cpp commented Feb 21, 2024

closes #12373

What does the PR do

Design implemented in this PR: https://www.figma.com/file/FkFClTCYKf83RJWoifWgoX/Wallet-v2?type=design&node-id=21330-199931&mode=design&t=CjaU66KwWS3bRgrp-4

Affected areas

AssetDetailsView

StatusQ checklist

  • add documentation if necessary (new component, new feature)
  • update sandbox app
    • in case of new component, add new component page
    • in case of new features, add variation to existing component page
    • nice to have: add it to the demo application as well
  • test changes in both light and dark theme?

Screenshot of functionality (including design for comparison)

  • I've checked the design and this PR matches it

Community Token:

Screen.Recording.2024-02-21.at.6.44.51.PM.mov

ERC20

ethDetails.mov

@status-im-auto
Copy link
Member

status-im-auto commented Feb 21, 2024

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ ee2660c #1 2024-02-21 16:13:11 ~6 min tests/nim 📄log
✔️ ee2660c #1 2024-02-21 16:16:36 ~9 min macos/aarch64 🍎dmg
✔️ ee2660c #1 2024-02-21 16:17:48 ~10 min tests/ui 📄log
✔️ ee2660c #1 2024-02-21 16:18:55 ~12 min macos/x86_64 🍎dmg
✔️ ee2660c #1 2024-02-21 16:22:35 ~15 min linux/x86_64 📦tgz
✔️ ee2660c #1 2024-02-21 16:36:10 ~29 min windows/x86_64 💿exe
✔️ 6e6bd47 #2 2024-02-21 17:53:04 ~4 min macos/aarch64 🍎dmg
✔️ 6e6bd47 #2 2024-02-21 17:55:10 ~6 min tests/nim 📄log
✔️ 6e6bd47 #2 2024-02-21 17:59:56 ~10 min tests/ui 📄log
✔️ 6e6bd47 #2 2024-02-21 18:02:24 ~13 min macos/x86_64 🍎dmg
✔️ 6e6bd47 #2 2024-02-21 18:03:44 ~14 min linux/x86_64 📦tgz
✔️ 6e6bd47 #2 2024-02-21 18:09:45 ~20 min windows/x86_64 💿exe

Copy link
Contributor

@Cuteivist Cuteivist left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@caybro caybro left a comment

Choose a reason for hiding this comment

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

Nice! Looks good to me 👍

@@ -171,7 +171,7 @@ StatusScrollView {
regexValidator.regularExpression: Constants.regularExpressions.ascii
regexValidator.errorMessage: qsTr("Only A-Z, 0-9 and standard punctuation allowed")

onTextChanged: root.token.description
onTextChanged: root.token.description = text
Copy link
Member

Choose a reason for hiding this comment

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

Interesting :)

@Khushboo-dev-cpp Khushboo-dev-cpp merged commit 085bf76 into master Feb 23, 2024
8 checks passed
@Khushboo-dev-cpp Khushboo-dev-cpp deleted the fix/issue#12373 branch February 23, 2024 12:03
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.

[Wallet - Token management] Update token details view
4 participants