Skip to content

Fix error-state dashboard panels border-radius

What does this MR do and why?

Adjusts the border radius on customizable dashboard panels so the error state does not have tapered edges.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. Follow these instructions to setup Product Analytics in GDK.
  2. Onboard a project at Project -> Analyze -> Analytics dashboards, and view a dashboard
  3. Now cause some panels to fail to load
  • An easy way to do this is to temporarily modify a built in visualization, e.g. ee/lib/gitlab/analytics/product_analytics/visualizations/sessions_over_time.yaml and change the measure to some invalid value, so the query will fail.
  1. Verify the error state border styles are as expected

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 #420828 (closed)

Edited by Elwyn Benson

Merge request reports