Skip to content

Update the UI for the package registry list

What does this MR do?

This MR contains the frontend changes for #197923 (closed). Specifically, it:

  • removes the old table based list
  • adds a new PackagesListRow component that is used to display each package
  • includes logic for displaying pipeline / user information for each package
  • supports mobile sizes
  • works on both the projects and group packages list pages

Screenshots

Note: The delete button in these screenshots is using the GlNewButton, which had some styling issues. This has been resolved in gitlab-ui!1275 (merged) but the GitLab UI version hasn't been updated in GitLab yet. When it is, the button should look correct. This seems to be resolved now.

Projects

Desktop Mobile
Screenshot_2020-04-14_at_12.17.56 Screenshot_2020-04-14_at_12.18.06

Groups

Desktop Mobile
Screenshot_2020-04-14_at_12.17.28 Screenshot_2020-04-14_at_12.18.38

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Nick Kipling

Merge request reports