Skip to content
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

Add checks to avoid exporting duplicate assets #97

Open
donfour opened this issue Jun 7, 2023 · 0 comments
Open

Add checks to avoid exporting duplicate assets #97

donfour opened this issue Jun 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@donfour
Copy link
Contributor

donfour commented Jun 7, 2023

Is your feature request related to a problem? Please describe.
Currently, we export all images and vectors, no matter if they're the same or not. For example, in this design:

Screen Shot 2023-06-07 at 11 51 27 AM

We export the upper right heart icon and lower left Ethereum logo three times, which results in a lot of extra imports and props.

Describe the solution you'd like
Before exporting assets, we should do a check to find duplicates.

@donfour donfour added the enhancement New feature or request label Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant