Skip to content

Draft: Refactor(profile preferences): migrate behavior to Vue

What does this MR do?

This MR refactors the behavior and localization settings of the profile/preferences page from HAML to Vue as a stepping stone to achieving these goals:

Related history:

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)

Before: After:
Screen_Shot_2020-11-30_at_17.23.57 Screen_Shot_2020-11-30_at_17.24.51

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

Edited by Michael Lunøe

Merge request reports