-
Notifications
You must be signed in to change notification settings - Fork 106
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: [IOBP-695] Add banner of service to payments home screen #5855
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5855 +/- ##
==========================================
+ Coverage 48.42% 49.52% +1.09%
==========================================
Files 1488 1696 +208
Lines 31617 33538 +1921
Branches 7669 8096 +427
==========================================
+ Hits 15311 16609 +1298
- Misses 16238 16869 +631
+ Partials 68 60 -8
... and 772 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
🎉 All dependencies have been resolved ! |
Short description
This PR adds the ability to display a remote alert (formally called a banner) within the home payment screen.
List of changes proposed in this pull request
PaymentsAlertStatus
component that takes thepayments
section status to show/hide a banner;getAlertVariant
in order to "normalize" the alert variant based on the SectionStatus LevelEnum;How to test
yarn generate
both on the dev-server and the apppayments
attribute from thebackend.ts
file on the dev-server, you should be able to see or not see the alert.Preview
fadein.mov
fadeout.mov