Skip to content

Add Vue notification settings dropdown to groups and user settings

What does this MR do?

In !52068 (merged) we introduced the notification settings dropdown Vue component and added it to the project details page. This MR this new component to the group details page, as well as to the user's notification settings.

There's a follow-up MR that will introduce the custom notification settings modal which is shown when the user wants to edit custom notification settings for a project, group or globally in the user settings.

This is behind the vue_notification_dropdown feature flag.

Screenshots (strongly suggested)

Group Details User settings
vue_notifications_dropdown_group_details vue_notifications_dropdown_user_settings

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Martin Wortschack

Merge request reports