Skip to content

Refactor: user profile edit to vue timezone

What does this MR do and why?

  • Part of #393769, Part of issue #389918
  • This MR adds the abilities to update/display user's timezone.

Hi @peterhegman, would you mind reviewing this MR since you reviewed my former MRs for this refactor thing?

Refactor: user profile edit to vue timezone

  • Add new component timezone form to profile_edit_form.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screencast

CleanShot_2024-01-16_at_14.38.33

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

  • Bootstrap your GDK
  • Go to rails console
  • Enable feature flag by typing:
Feature.enable(:edit_user_profile_vue)
  • Go to the dashboard, click avatar > Edit Profile
  • Interact with the timezone and save the form. Numbered steps to set up and validate the change are strongly suggested.

Merge request reports