Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates image handling in documentation files by migrating from static image paths to Vue-style dynamic imports. The changes improve maintainability and ensure proper asset bundling in the build process.
- Replaces hardcoded image paths with Vue reactive references using
:srcsyntax - Adds ES6 import statements for all referenced images in
<script setup>blocks - Maintains existing functionality while modernizing the asset loading approach
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/use-iapp/how-to-pay/how-to-pay-for-web3telegram.md | Updates builder dashboard image reference to use imported asset |
| src/use-iapp/how-to-pay/how-to-pay-for-web3mail.md | Updates builder dashboard image reference to use imported asset |
| src/overview/use-cases.md | Updates three use case images to use imported assets |
| src/overview/tooling-and-explorers/subgraph-explorer.md | Updates five images and icons to use imported assets |
| src/overview/tooling-and-explorers/iexec-explorer.md | Updates eight explorer interface images to use imported assets |
| src/overview/tooling-and-explorers/builder-dashboard.md | Updates three dashboard images to use imported assets |
| src/overview/tooling-and-explorers/blockchain-explorer.md | Updates two blockchain explorer images to use imported assets |
| src/manage-data/dataProtector/dataProtectorCore/protectData.md | Updates explorer dataset image to use imported asset |
ErwanDecoster
approved these changes
Aug 7, 2025
This was referenced Aug 7, 2025
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.
No description provided.