-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Toastr sound #978
base: master
Are you sure you want to change the base?
Toastr sound #978
Conversation
csachdeva83
commented
Feb 25, 2023
- Issue: Add sound to notification #973
- Feature
- enableSound option in Individual Options
- Sound will be as per toastr type
* Install howler package * Add error.mp3 and success.mp3 files
* Enable & Disable Sound option add in home html * Add enableSound key in interface IndividualConfig * Default enableSound is false
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #978 +/- ##
==========================================
+ Coverage 55.11% 55.49% +0.37%
==========================================
Files 19 19
Lines 508 510 +2
Branches 88 89 +1
==========================================
+ Hits 280 283 +3
- Misses 216 217 +1
+ Partials 12 10 -2 ☔ View full report in Codecov by Sentry. |
@scttcper Please review this PR and list out any changes you desire. |
its interesting, but i don't think it belongs as part of the toastr |
Why so ? |