chore: Remove duplicate images and update import paths#7288
Open
yugalkaushik wants to merge 5 commits intolayer5io:masterfrom
Open
chore: Remove duplicate images and update import paths#7288yugalkaushik wants to merge 5 commits intolayer5io:masterfrom
yugalkaushik wants to merge 5 commits intolayer5io:masterfrom
Conversation
Signed-off-by: yugalkaushik <yugalkaushik14@gmail.com>
Contributor
|
🚀 Preview for commit 4113436 at: https://694ebb5087b1cc5118218149--layer5.netlify.app |
Contributor
|
@yugalkaushik |
Contributor
|
🚀 Preview for commit c82d799 at: https://69521ecffa81b7d5b59b642c--layer5.netlify.app |
Contributor
|
🚀 Preview for commit 58e7d8e at: https://695d37552932d0b1d97b7092--layer5.netlify.app |
Contributor
|
🚀 Preview for commit 60e2b74 at: https://696854c265b58152fbfbda8e--layer5.netlify.app |
Contributor
|
🚀 Preview for commit dd9ff62 at: https://697e3c1f72d00e79b4786667--layer5.netlify.app |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR removes 20 identical duplicate images from the repository to reduce storage space and improves maintainability by consolidating image references. All import paths have been updated to point to the kept image locations.
Changes Made
Deleted: 20 duplicate image files
Modified: 5 JavaScript files with updated import paths
Space Saved: ~20 duplicate image files removed
#7289
Duplicate Images Removed
Images Deleted (21 total):
Used duplicates (7 images - import paths updated):
src/sections/Kubernetes-Diagram/images/kubernetes-icon.svgsrc/sections/Meshery/How-meshery-works/images/visual-topology.svgsrc/sections/Meshery/How-meshery-works/images/configuration-icon.svgsrc/sections/Meshery/How-meshery-works/images/lifecycle-icon.svgsrc/sections/Meshery/How-meshery-works/images/performance-icon.svgsrc/sections/Meshery/Meshery-platforms/supported-icons/kubernetes_white.svgsrc/sections/kubernetes-multi-cluster/images/cluster.webpUnused duplicates (14 images - no import updates needed):
8.
src/sections/Kubernetes-Diagram/images/kubernetes-light.svg(unused duplicate)9.
src/sections/Meshery/Features-Col/checkmark-box_green.svg(unused duplicate)10.
src/sections/Community/Handbook/images/checkmark-box_green.svg(unused duplicate)11.
src/sections/Community/Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.webp(unused duplicate)12.
src/sections/Meshery/How-meshery-works/images/servicemeshinterface-icon-color.svg(unused duplicate)13.
src/sections/Meshery/Meshery-features/feature-images/meshery_benchmark_screen.webp(unused duplicate)14.
src/sections/Meshery/Meshery-platforms/supported-icons/docker_white_trim.svg(unused duplicate)15.
src/sections/Meshery/images/Linkerd-with-Meshery.webp(unused duplicate)16.
src/sections/Products/icons/coming-soon.webp(unused duplicate)17.
src/sections/Products/icons/collaboration.svg(unused duplicate)18.
src/sections/Products/icons/identity.svg(unused duplicate)19.
src/sections/Products/icons/lifecycle.svg(unused duplicate)20.
src/sections/Products/icons/configuration.svg(unused duplicate)21.
src/sections/Products/icons/notification.svg(unused duplicate)Images Kept (19 total):
src/assets/images/learning-path/kubernetes-icon.svgsrc/assets/images/visual-topology/visual-topology.svgsrc/components/specs/images/configuration-icon.svgsrc/components/specs/images/lifecycle-icon.svgsrc/components/specs/images/performance-icon.svgsrc/assets/images/kanvas/kubernetes_white.svgsrc/sections/Developer-Infrastructure/images/cluster.webpsrc/collections/use-cases/kubernetes-diagramming/kubernetes-light.svgsrc/assets/images/Community-pictures/Lee Calcote and Oliver Gould - CTO of Buoyant.webpsrc/assets/images/service-mesh-icons/service-mesh-interface/icon/color/servicemeshinterface-icon-color.svgsrc/sections/Meshery/images/meshery_benchmark_screen.webpsrc/assets/images/socialIcons/docker_white_trim.svgsrc/collections/blog/2020/2020-03-11-deploying-linkerd-with-meshery/Linkerd-with-Meshery.webpsrc/sections/Pricing/icons/coming-soon.webpsrc/sections/Pricing/icons/collaboration.svgsrc/sections/Pricing/icons/identity.svgsrc/sections/Pricing/icons/lifecycle.svgsrc/sections/Pricing/icons/configuration.svgsrc/sections/Pricing/icons/notification.svgFiles Updated (5 total):
src/components/Features/TwoColLayout.js- Updated kubernetes-icon.svg import pathsrc/pages/cloud-native-management/meshery/operating-cloud-native-infra.js- Updated visual-topology.svg import pathsrc/sections/Meshery/How-meshery-works/specs/data-card.js- Updated configuration-icon.svg, lifecycle-icon.svg, performance-icon.svg import pathssrc/sections/Meshery/Meshery-platforms/index.js- Updated kubernetes_white.svg import pathsrc/sections/kubernetes-multi-cluster/index.js- Updated cluster.webp import pathSigned commits