Skip to content

Move storage usage_graph component to new usage_quotas folder

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

What does this MR do and why?

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

This is a continuation of the effort in &7176 (closed) to move all components related to usage_quotas to a single place, so they can be easily reused.

For this MR we're moving usage_graph component

Screenshots or screen recordings

The only UI changes were in relation to the graph legend, which is now using the same text as the storage items

Before After
usageGraph_usage_quotas_storage-quota-tab_before usageGraph_usage_quotas_storage-quota-tab_after

How to set up and validate locally

  1. Check out this branch and visit each page that uses UsageGraph component:
  2. Project: /my_group/my_project/-/usage_quotas#storage-quota-tab
  3. Group: /groups/my_group/-/usage_quotas#storage-quota-tab
  4. 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