Skip to content

Feat(Cloud Activation Form Modal): loading button

What does this MR do and why?

Describe in detail what your merge request does and why.

This MR adds a loading spinner to the button in the Cloud Activation Form Modal, so the user knows when a request is ongoing.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

Before After
Screen_Recording_2021-09-29_at_14.23.40 Screen_Recording_2021-09-29_at_14.10.26

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Example below:

  1. Checkout this branch and apply this patch: test-activate-cloud-license-via-modal.patch
  2. Visit the admin subscription page http://localhost:3000/admin/subscription
  3. Click the Activate Cloud License button.
  4. Fill in the form with a valid string, e.g. asfasfasfasfasfasfasfasf
  5. Click Activate and see the button loading spinner

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 #323071

Merge request reports