Skip to content

Add helpLinks to project storage on namespace usage quotas

Sheldon Led requested to merge led/fe-usage-quotas-refactor-3 into master

What does this MR do and why?

Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/346531

This is a continuation of !75351 (merged) and !75514 (merged). After moving namespace usage quotas to this new folder and reuse the components we could, there was one last missing piece of UI: the help links on each project storage item.

This MR adds those help links and make the UI in parity with Project Storage Quotas.

Screenshots or screen recordings

Group Usage Quotas

Before After
helpLinks_group_usage_quotas_storage-quota-tab_before helpLinks_group_usage_quotas_storage-quota-tab_after

Profile Usage Quotas

Before After
helpLinks_personal_usage_quotas_storage-quota-tab_before helpLinks_personal_usage_quotas_storage-quota-tab_after

How to set up and validate locally

  1. Check out this branch and visit each page:
  2. Group: /groups/my_group/-/usage_quotas#storage-quota-tab
  3. Profile: /-/profile/usage_quotas#storage-quota-tab

MR acceptance checklist

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

Edited by Sheldon Led

Merge request reports