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

Toastr sound #978

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 25, 2023

  1. Howler & Sound

    * Install howler package
    * Add error.mp3 and success.mp3 files
    cherishSachdeva committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    198aa83 View commit details
    Browse the repository at this point in the history
  2. Sound

    * Add error,info,success,warning.mp3 sounds
    * Create toast type and sound map
    * Play sound in openToast method
    cherishSachdeva committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    7e3c938 View commit details
    Browse the repository at this point in the history
  3. Enable Sound Option

    * Enable & Disable Sound option add in home html
    * Add enableSound key in interface IndividualConfig
    * Default enableSound is false
    cherishSachdeva committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    52c4341 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dee521 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5325d9 View commit details
    Browse the repository at this point in the history