Skip to content

Bulk delete registries UI polish

What does this MR do and why?

This MR address the UX concerns around the new bulk delete pattern by:

  • Aligning the select all checkbox with the delete selected button
  • Showing the select checkbox and the right actions menu in mobile view too

Screenshots or screen recordings

Screenshot_2021-12-03_at_16.48.14

Screenshot_2021-12-03_at_16.51.10

How to set up and validate locally

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

  1. Enable the container registry https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/howto/registry.md
  2. Push one or more tag into the registry: https://gitlab.com/gitlab-org/ci-cd/package-stage/package/-/wikis/Packages-Tips-&-Tricks#how-to-add-images-with-tags-quickly-to-the-registry
  3. If this MR is not merged: !75655 (merged) => Apply this patch: EnableBulkDelete.patch
  4. Go the the Container Registry, select one of the two new created images
  5. Play with the bulk delete and multi select

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

Edited by Nicolò Maria Mezzopera

Merge request reports