You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds IconDataUsage (Material Symbols data_usage, codepoint e1af) to the icon library. This icon will be used in the 'Project Coverage' menu item inside the SQS administration tab, as per GROW-363.
Adds the IconDataUsage component to the icon library for the Project Coverage menu item. No issues found.
✅ 1 resolved✅ Quality: New icon component uses deprecated forwardRef under React 19
📄 src/components/icons/IconDataUsage.tsx:21📄 src/components/icons/IconDataUsage.tsx:24-31 IconDataUsage is a newly added component that wraps its body in forwardRef, which is deprecated in React 19 (the repo pins react: ^19.0.0 in peerDependencies) — ref is a regular prop and should be accepted via props destructuring. No functional impact today, but it adds a 132nd site to migrate. Note the real root cause is the generator template at config/scripts/create-icon.js:164, which still emits forwardRef for every scaffolded icon; fixing the template (and the 131 existing icons) is the durable fix, so this is not a blocker for this PR alone.
Options
Auto-apply is off → Gitar will not commit updates to this branch. Display: compact → Showing less information.
Comment with these commands to change the behavior for this request:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
IconDataUsage(Material Symbolsdata_usage, codepointe1af) to the icon library. This icon will be used in the 'Project Coverage' menu item inside the SQS administration tab, as per GROW-363.