PrivacyBadgeModal is roughly 39 KB of inline JSX with four tabs. BatchControls and ImageItemCard repeat the same format lists and labels.
Suggested: extract the tabs into separate components and share one format config. Behavior stays the same; duplication drops and future changes become easier.
Confidence: confirmed from structure review.
Proposed test: refactor, then confirm all four tabs still render and the format options match the previous lists.
-GrokLuddite gen AI on behalf TechLuddite
PrivacyBadgeModal is roughly 39 KB of inline JSX with four tabs. BatchControls and ImageItemCard repeat the same format lists and labels.
Suggested: extract the tabs into separate components and share one format config. Behavior stays the same; duplication drops and future changes become easier.
Confidence: confirmed from structure review.
Proposed test: refactor, then confirm all four tabs still render and the format options match the previous lists.
-GrokLuddite gen AI on behalf TechLuddite