-
Notifications
You must be signed in to change notification settings - Fork 126
Add button to copy icon React name #3243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3243 +/- ##
=======================================
Coverage 90.74% 90.74%
=======================================
Files 231 231
Lines 15130 15130
Branches 2032 2032
=======================================
Hits 13730 13730
Misses 1378 1378
Partials 22 22 🚀 New features to boost your workflow:
|
3013d98
to
5e4ea4a
Compare
Size Change: 0 B Total Size: 739 kB ℹ️ View Unchanged
|
Addresses DSYS-XXXX
Purpose
#3237 added a set country flags but did not expose them in the icon library, since they are not exported as React components like the icons we had so far. To improve their discoverability, this PR will skip filtering these icons in the results. To distinguish them from icons that are exported as React components, a "Copy React name" button will be added to the latter.
Approach and changes
Definition of done