Skip to content

chore(spinner): rename GlLoadingIcon classes

Illya Klymov requested to merge update-loading-icon-classes into master

Current GlLoadingIcon implementation uses gl-spinner classes which is:

  • not aligned with the component name
  • in conflict with existing gl-spinner class in the main codebase

This MR updates "base class" of the component to be gl-loading-icon See gitlab#35005 for additional context

Merge request reports