Skip to content

Assign alerts sidebar container fix

What does this MR do?

This is merge 2/2 for: #218404 (closed)

See #218404 (comment 345803729) for progression plan and caveeats.

These three merges are designed to provide the base of the rest of the work for: &3349 (closed)

In this merge we do a one thing:

  1. Add the correct parent container classes to format the padding of the layout correctly with two sidebars.

We want to provide the most boring possible solution, clearing a clear path to progression in an iteration based approach. This is done by doing to main things:

UX => We attempt to keep this sidebar as close to the current versions as possible in the app.

frontend => We opt to make use of a classList toggle to apply the right classes for the parent containers.

Notes && Known Issues

  • Our container now formats correctly with same padding as issues and merge requests 🤘
  • Sidebar opens by default(even on mobile), which is a ~bug but I will handle this in a separate merge request.

Screenshots

Screenshot_2020-05-21_at_09.08.24

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

~"workflow::In review" Deliverable frontend feature ~"group::health" devopsmonitor ~"Category:Alert Management"

Edited by Rémy Coutable

Merge request reports