Skip to content

Minor cleanup old CSS classes

Ezekiel Kigbo requested to merge ek-minor-cleanup-css-classes into master

What does this MR do and why?

Updates some older VSA code

  • Removes the NO_DRAG_CLASS constant, this is no longer used
  • Updates some older CSS classes to gl-* classes

Screenshots or screen recordings

No visual changes

Before After
Screen_Shot_2022-09-13_at_12.35.05_am Screen_Shot_2022-09-13_at_12.19.14_am

How to set up and validate locally

These changes can be using project value stream analytics.

Project VSA seeding instructions

  1. Create a project within a group (make sure to initialize the project with a readme, or create it from a template)

  2. Seed some test VSA data

    $ VSA_SEED_PROJECT_ID=<project-id> VSA_ISSUE_COUNT=10 SEED_VSA=true FILTER=cycle_analytics rake db:seed_fu
  3. Navigate to value stream analytics for the project, ie for a project named clean-vsa-project in group new-vsa-group it would be http://<gdk>/new-vsa-group/clean-vsa-project/-/value_stream_analytics (or find it in the left menu)

MR acceptance checklist

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

Merge request reports

Loading