Skip to content

Add Vue notifications dropdown component to project details

What does this MR do?

This MR adds a new Vue component that renders the notifications dropdown on the project details page instead of the HAML dropdown. Currently, this is change is behind a feature flag and disabled by default until the custom notifications modal is implemented.

In addition, this MR switches to the public API for updating notification settings.

The modal for editing custom notifications will be added in a separate MR.

Later, this component will also be added to the following pages:

  • group details page
  • user notification settings

This is behind the :vue_notification_dropdown feature flag.

Screenshots (strongly suggested)

project_notification_settings_dropdown

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

Related to #254263 (closed)

Edited by Martin Wortschack

Merge request reports