Skip to content

Silent Mode - Add UI Support

Zack Cuddy requested to merge 390825-silent-mode into master

What does this MR do and why?

Closes #390825 (closed)

This change adds the UI for the Silent mode feature.

Currently customers set the setting via the API or Rails console but there is no UI informing them when the setting is toggled true. Additionally there is currently no way for the users to toggle this via the Application Settings. This MR aims to implement just that.

Screenshots or screen recordings

Banner Application Settings
Banner Screenshot_2023-09-11_at_9.59.13_AM

Demo

Screen_Recording_2023-09-11_at_11.25.34_AM

How to set up and validate locally

  1. Go to Admin > Settings > General
  2. Find the Silent mode panel
  3. Enable silent mode via the toggle switch and save changes
  4. Refresh
  5. Ensure alert is at the top
  6. Disable silent mode via the toggle switch and save changes
  7. Refresh
  8. Ensure alert is gone

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #390825 (closed)

Edited by Zack Cuddy

Merge request reports