Skip to content

feat: Create contract interaction entry point component#14350

Merged
pedronfigueiredo merged 12 commits into
mainfrom
pnf/4564
Apr 15, 2025
Merged

feat: Create contract interaction entry point component#14350
pedronfigueiredo merged 12 commits into
mainfrom
pnf/4564

Conversation

@pedronfigueiredo

@pedronfigueiredo pedronfigueiredo commented Apr 1, 2025

Copy link
Copy Markdown
Contributor

Description

Includes usage of existing components:

  • Simulation details
  • Gas fees component
  • Origin Row component
  • Account Details component
  • Title and subtitle component

Related issues

Fixes: https://github.com/MetaMask/MetaMask-planning/issues/4564

Manual testing steps

  1. Go to this page...

Screenshots/Recordings

Before

After

Screenshot 2025-04-01 at 11 23 53

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

@pedronfigueiredo pedronfigueiredo added the team-confirmations Push issues to confirmations team label Apr 1, 2025
@pedronfigueiredo pedronfigueiredo self-assigned this Apr 1, 2025
@pedronfigueiredo pedronfigueiredo requested a review from a team as a code owner April 1, 2025 10:42
@pedronfigueiredo pedronfigueiredo requested a review from a team April 1, 2025 10:42
@pedronfigueiredo pedronfigueiredo requested a review from a team as a code owner April 1, 2025 10:42
@github-actions

github-actions Bot commented Apr 1, 2025

Copy link
Copy Markdown
Contributor

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.

@github-actions

github-actions Bot commented Apr 2, 2025

Copy link
Copy Markdown
Contributor

https://bitrise.io/ Bitrise

❌❌❌ pr_smoke_e2e_pipeline failed on Bitrise! ❌❌❌

Commit hash: c4ea9e8
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/fe290b7c-1f1c-4376-9142-9ed6011701cf

Note

  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

Tip

  • Check the documentation if you have any doubts on how to understand the failure on bitrise

@jpuri jpuri left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I left some small feedbacks, will be n ice to address those.

@jpuri jpuri self-requested a review April 3, 2025 04:55

@jpuri jpuri left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I left some small feedbacks, will be nice to address those.

Comment thread app/components/Views/confirmations/Confirm/Confirm.test.tsx Outdated
Comment thread app/components/Views/confirmations/components/Confirm/Title/Title.test.tsx Outdated
@pedronfigueiredo pedronfigueiredo force-pushed the pnf/4564 branch 3 times, most recently from e5ac4ed to b4a767f Compare April 4, 2025 12:56
jpuri
jpuri previously approved these changes Apr 4, 2025
OGPoyraz
OGPoyraz previously approved these changes Apr 4, 2025
@github-actions

github-actions Bot commented Apr 4, 2025

Copy link
Copy Markdown
Contributor

https://bitrise.io/ Bitrise

❌❌❌ pr_smoke_e2e_pipeline failed on Bitrise! ❌❌❌

Commit hash: b4a767fe81195a5b02dad66338ce1c231d124458
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/6c1c2b65-9271-43f5-b185-26978c3f0b82

Note

  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

Tip

  • Check the documentation if you have any doubts on how to understand the failure on bitrise

@pedronfigueiredo pedronfigueiredo force-pushed the pnf/4564 branch 2 times, most recently from 8848a53 to 3e89562 Compare April 10, 2025 09:35
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 80.70175% with 11 lines in your changes missing coverage. Please review.

Project coverage is 66.86%. Comparing base (08382bc) to head (5d46899).
Report is 20 commits behind head on main.

Files with missing lines Patch % Lines
...NetworkInfoExpanded/AccountNetworkInfoExpanded.tsx 50.00% 2 Missing and 1 partial ⚠️
...onfirm/Info/Shared/InfoRowOrigin/InfoRowOrigin.tsx 81.25% 0 Missing and 3 partials ⚠️
...s/confirmations/components/Confirm/Title/Title.tsx 66.66% 1 Missing and 1 partial ⚠️
...firmations/hooks/useConfirmationRedesignEnabled.ts 0.00% 2 Missing ⚠️
...ctors/featureFlagController/confirmations/index.ts 90.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14350      +/-   ##
==========================================
+ Coverage   66.57%   66.86%   +0.28%     
==========================================
  Files        2257     2274      +17     
  Lines       48273    48561     +288     
  Branches     6823     6911      +88     
==========================================
+ Hits        32139    32468     +329     
+ Misses      14102    14044      -58     
- Partials     2032     2049      +17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

github-actions Bot commented Apr 10, 2025

Copy link
Copy Markdown
Contributor

https://bitrise.io/ Bitrise

❌❌❌ pr_smoke_e2e_pipeline failed on Bitrise! ❌❌❌

Commit hash: 5d46899
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/94eb0559-2a10-4cee-8994-c9dee3aebfe3

Note

  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

Tip

  • Check the documentation if you have any doubts on how to understand the failure on bitrise

joaoloureirop
joaoloureirop previously approved these changes Apr 10, 2025

@joaoloureirop joaoloureirop left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@github-actions

github-actions Bot commented Apr 15, 2025

Copy link
Copy Markdown
Contributor

https://bitrise.io/ Bitrise

✅✅✅ pr_smoke_e2e_pipeline passed on Bitrise! ✅✅✅

Commit hash: d2b8b26
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/bdd39662-2fea-4fca-a364-360037f37314

Note

  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

@OGPoyraz OGPoyraz added the no-changelog no-changelog Indicates no external facing user changes, therefore no changelog documentation needed label Apr 15, 2025
@sonarqubecloud

Copy link
Copy Markdown

@Matt561 Matt561 self-requested a review April 15, 2025 15:07
@pedronfigueiredo pedronfigueiredo added this pull request to the merge queue Apr 15, 2025
Merged via the queue into main with commit eb400e9 Apr 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

no-changelog no-changelog Indicates no external facing user changes, therefore no changelog documentation needed release-7.46.0 Issue or pull request that will be included in release 7.46.0 team-confirmations Push issues to confirmations team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants