Skip to content

Add delete package to refactored list

What does this MR do and why?

This MR is part of the refactor of the package list to use Apollo/GraphQL

In this MR we refactor the delete package functionality present in the details page to a standalone functional component and we connect it to the list page too

Feature flag rollout issue: #341136 (closed)

Screenshots or screen recordings

RefactoredDeletePackage

How to set up and validate locally

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

  1. in rails console Feature.enable(:package_list_apollo)
  2. navigate to the package list

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #330846 (closed)

Edited by Nicolò Maria Mezzopera

Merge request reports