Skip to content

Refactor(profile preferences): integration views

What does this MR do?

This MR refactors the integration views of the profile/preferences page from HAML to Vue as a stepping stone to achieving these goals:

The final piece will be to move the form to submit in Vue so that we can remove this file: profiles/preferences/update.js.erb

Screenshots (strongly suggested)

Screen_Recording_2020-10-26_at_13.59.45

Before After
Screen_Shot_2020-10-26_at_13.41.23 Screen_Shot_2020-10-27_at_16.09.28
Before After
Screen_Shot_2020-10-27_at_16.06.25 Screen_Shot_2020-10-26_at_13.42.16

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

To test this out:

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

Edited by Michael Lunøe

Merge request reports