Skip to content

Resolve "feat(ui): add sound feedback configuration for notifier service"

Description

Add sound support for the notifier service. Sound type is not configurable, it is directly linked to the type of notification sent (i.e. info, success or failure). Add a boolean modifier to the ex_notification app to either use sound or not.

Results

Untitled

How to test it?

  1. Make sure the system sound is on and volume is up.
  2. Build & launch ex_notifications.
  3. Press the NOTIFY button, notifications is displayed but not sound is played.
  4. Toggle the checkbox next to sound.
  5. Press NOTIFY and observe (with your ears).
  6. Untoggle the checkbox next to sound.
  7. Press the NOTIFY button, notifications is displayed but not sound is played.

Closes #1248 (closed)

Merge request reports