Skip to content

Draft: Migrate MR Widget Suggest pipeline component from DismissibleContainer to UserCalloutDismisser

What does this MR do and why?

Migrates MR Widget Suggest Pipeline to utilize UserCalloutDismisser

  • Migrates mr_widget_suggest_pipeline from DismissibleContainer to UserCalloutDismisser
  • Removes deprecated dismissible_container.vue component and associated tests
  • Transitions dismissal logic from REST API (axios) to GraphQL
  • Simplifies component by removing userCalloutsPath prop requirement
  • Updates test suite to use makeMockUserCalloutDismisser helper for consistency
  • Maintains backwards compatibility with existing dismissal behavior

References

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

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

Related to #576356

Merge request reports

Loading