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: add MultipleAlertModal component #13683

Open
wants to merge 57 commits into
base: main
Choose a base branch
from

Conversation

vinistevam
Copy link
Contributor

@vinistevam vinistevam commented Feb 24, 2025

Description

PR is adding the MultipleAlertModal component, which is part of the Alert System.
Until we add an alert there is no functional change in the app.

Related issues

Fixes: https://github.com/MetaMask/mobile-planning/issues/2145

Manual testing steps

  1. E2E

Screenshots/Recordings

multi-alert-modal.mp4

Before

After

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.

vinistevam and others added 30 commits February 6, 2025 14:22
vinistevam and others added 23 commits February 24, 2025 11:13
Base automatically changed from feat/add-general-alert-banner to main February 28, 2025 14:21
@vinistevam vinistevam added the Run Smoke E2E Triggers smoke e2e on Bitrise label Mar 3, 2025
Copy link
Contributor

github-actions bot commented Mar 3, 2025

https://bitrise.io/ Bitrise

✅✅✅ pr_smoke_e2e_pipeline passed on Bitrise! ✅✅✅

Commit hash: 5ac825a
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/be199cfc-dd60-404e-9024-bae87b3d8846

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

);
};

export default MultipleAlertModal;
Copy link
Contributor

Choose a reason for hiding this comment

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

Hey @vinistevam : a question for my curiosity. Why is this named as MultipleAlertModal. I was looking at it in extension and found it a bit confusing.

Copy link
Contributor

Choose a reason for hiding this comment

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

There are 3 alert modals:

  1. ConfirmationAlertModal
  2. AlertModal
  3. MultipleAlertModal

I am bit confused with functionality of each.

Copy link
Contributor

@jpuri jpuri left a comment

Choose a reason for hiding this comment

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

Changes look good, a query here: #13683 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Run Smoke E2E Triggers smoke e2e on Bitrise team-confirmations Push issues to confirmations team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants