-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[CL-18] toast component and service #6490
Conversation
Fixed Issues
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6490 +/- ##
=======================================
Coverage 27.62% 27.63%
=======================================
Files 2356 2362 +6
Lines 68972 68971 -1
Branches 12924 12913 -11
=======================================
+ Hits 19055 19059 +4
+ Misses 48488 48483 -5
Partials 1429 1429 ☔ View full report in Codecov by Sentry. |
…n/clients into ps/CL-18/migrate-toasts
I wasn't properly passing the |
Type of change
Objective
Adds a toast component and service to the CL. Remove direct client references to
ngx-toastr
Code changes
ToastrService
withToastService
in app componentsngx-toastr
wrapper forbit-toast
ToastrService
PlatfromUtilsService.showToast
Screenshots
See new stories in Storybook.
Screen.Recording.2024-02-25.at.11.15.07.AM.mov
Screen.Recording.2024-02-25.at.11.16.27.AM.mov
Before you submit