-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
chore: Custom Gas Modal Component #6287
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Hey @gauthierpetetin, did you remove the |
Hi @bschorchit , we setup an automation yesterday to update the label of the Github issue every time the corresponding Zenhub issue is moved to a new column (more detail here). In this case the ticket was moved from "needs-dev-review" to "in-progress" column. However, I don't understand why it impacts your board, because the automation is only meant to work for the MetaMask Mobile board. I'll investigate and come back to you, sorry for that. |
@bschorchit we've just added an additional filter to make sure the automation only applies to issues with the label "team-mobile-client". It shall not happen again on your board. In case it does, don't hesitate to reach out. |
No worries, thank you for the context and quick fix, @gauthierpetetin ! |
@blackdevelopa : while testing with legacy transaction from test DAPP I found that it is showing advance options for legacy transaction: Screen.Recording.2023-05-01.at.2.28.30.PM.mov |
@jpuri thanks for flagging this. It exists in production and a new issue should be created for it.
|
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.
Just one comment.
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.
Hey, can you plz get rid of nested component declaration. PR looks good otherwise.
ff9e04b
to
b227a0f
Compare
a346a47
to
1217799
Compare
Kudos, SonarCloud Quality Gate passed! |
Merging this PR as it is now QA passed |
Development & PR Process
release-xx
label to identify the PR slated for a upcoming release (will be used in release discussion)needs-dev-review
label when work is completedneeds-qa
label when dev review is completedQA Passed
label when QA has signed offDescription
This PR will introduce a custom gas modal component that should handle the different transaction type for editing gas fees. It's a code improvement PR and so there should be no visible changes to the app UX or UI. This PR will cover the confirm screen for send flow.
Test Case:
Screenshots/Recordings
http://recordit.co/1yUAJhqhOy
E2E: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/4b890180-5a54-4361-bc1d-955a03d41f5d
Issue
Progresses #???
Checklist