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

fix: remove svgs ids #7

Merged
merged 4 commits into from
Oct 2, 2021
Merged

fix: remove svgs ids #7

merged 4 commits into from
Oct 2, 2021

Conversation

alfonsobries
Copy link
Member

@alfonsobries alfonsobries commented Oct 1, 2021

Summary

Replaces: ArkEcosystemArchive/laravel-ui#664
Related: ArkEcosystem/explorer#941
Ticket: https://app.clickup.com/t/1jktfgf

  • Removes the id on all SVG icons to prevent issues described on ticket
  • In case you are curious, I used the following regex to find/replace the ids id="[^"]*" and made a manual scroll through all the changes to spot unexpected stuff. (feel confident with the change)
  • Tested on msq and explorer wasn't able to detect any problem but a second eye will not hurt
  • Also can be tested locally on http://laravel-foundation.test/icons.html (or your own local server)

Checklist

  • I checked my UI changes against the design and there are no notable differences
  • I checked my UI changes for any responsiveness issues
  • I checked my (code) changes for obvious issues, debug statements and commented code
  • I provided a screenshot of my changes to the component (if applicable)
  • I regenerated the icons.html file and checked if my newly added icon is shown correctly (if necessary)
  • I added an explanation on how to use the component to the readme (if necessary)
  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

@alfonsobries alfonsobries changed the title fix: remove SVG ids fix: remove svgs ids Oct 1, 2021
faustbrian and others added 3 commits October 1, 2021 21:27
Optimized SVG(s):
- resources/assets/icons/arrow-rotate-left.svg
- resources/assets/icons/bookmark.svg
- resources/assets/icons/brands/abra.svg
- resources/assets/icons/brands/android.svg
- resources/assets/icons/brands/ark_black.svg
- resources/assets/icons/brands/atomic.svg
- resources/assets/icons/brands/blog.svg
- resources/assets/icons/brands/coingecko.svg
- resources/assets/icons/brands/crypto_com.svg
- resources/assets/icons/brands/deployer.svg
- resources/assets/icons/brands/exodus.svg
- resources/assets/icons/brands/facebook.svg
- resources/assets/icons/brands/github.svg
- resources/assets/icons/brands/gitlab.svg
- resources/assets/icons/brands/ios.svg
- resources/assets/icons/brands/linkedin.svg
- resources/assets/icons/brands/linux.svg
- resources/assets/icons/brands/macos.svg
- resources/assets/icons/brands/marketsquare.svg
- resources/assets/icons/brands/medium.svg
- resources/assets/icons/brands/nodem.svg
- resources/assets/icons/brands/npm.svg
- resources/assets/icons/brands/outline/amazon.svg
- resources/assets/icons/brands/outline/appstore.svg
- resources/assets/icons/brands/outline/bitbucket.svg
- resources/assets/icons/brands/outline/discord.svg
- resources/assets/icons/brands/outline/facebook.svg
- resources/assets/icons/brands/outline/github.svg
- resources/assets/icons/brands/outline/gitlab.svg
Optimized SVG(s):
- resources/assets/icons/bookmark.svg
- resources/assets/icons/brands/android.svg
- resources/assets/icons/brands/ios.svg
- resources/assets/icons/brands/nodem.svg
@alfonsobries alfonsobries marked this pull request as ready for review October 1, 2021 18:44
@faustbrian faustbrian merged commit 10f92aa into main Oct 2, 2021
@faustbrian faustbrian deleted the fix/remove-svg-ids branch October 2, 2021 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants