Skip to content

Add removing alert to Terraform list

Emily Ring requested to merge 292713-tf-remove-loading into master

What does this MR do?

We are currently missing loading displays for our Terraform list page.

See issue: #292713 (closed)

This MR will:

  • Add a loading alert for when a user is attempting to remove a state. See related design
  • Add toast message when state has been removed. See related design
  • Separate loading (loadingLock and loadingRemove) to accommodate different loading displays
  • Update related tests and translations

Screenshots (strongly suggested)

remove

image

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

Edited by Emily Ring

Merge request reports