Skip to content

Geo - Update Fontawesome Icons

Zack Cuddy requested to merge 284653-remove-fa-icons into master

What does this MR do?

Closes #284653 (closed)

There were a few cases where legacy Geo code was using old deprecated Fontawesome icons. Some of the icons had already been removed from the stylesheet and thus weren't even showing up in the UI. This only affects the legacy Geo Projects and Uploads Views.

As an additional note the views affected by this change are already deprecated and should be removed in an upcoming milestone:
Geo Projects: #216319 (closed)
Geo Uploads: #216317 (closed)

There were also a couple of methods that had no usages that used fontawesome icons, so I simply removed the methods entirely.

I have confirmed that all the icons now work (again) using GitLab SVGs.

Screenshots (strongly suggested)

Icon
Synced Screen_Shot_2020-11-18_at_10.35.27_AM
Pending Screen_Shot_2020-11-18_at_10.36.11_AM
Failed Screen_Shot_2020-11-18_at_10.37.07_AM
Never Screen_Shot_2020-11-18_at_10.37.44_AM

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

Edited by Zack Cuddy

Merge request reports