Skip to content

Feat: Swap SVG on duochat onboarding popover

Dhairya Majmudar requested to merge DhairyaMajmudar/gitlab:feat/swap into master
  • Please check this box if this contribution uses AI-generated content as outlined in the GitLab DCO & CLA

What does this MR do and why?

Swaps the illustration of duochat

Closes: #439415

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

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

Before and after screenshots are the same since we are swapping the destination of illustration

Before After
image image

How to set up and validate locally

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

  1. navigate to duo_chat_callout.vue file and apply the changes done in MR
  2. Open duochat pop over and changes can be seen

Reset the dismiss of the callout if needed:

# rails c
Users::Callout.duo_chat_callout[0].destroy
Edited by Katie Macoy

Merge request reports