feat: migrate explorer pages to component#21
Merged
Le-Caignec merged 14 commits intomainfrom Aug 7, 2025
Merged
Conversation
…blockchain explorer section
…orer documentation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR modernizes the explorer documentation pages by migrating from custom HTML/CSS to reusable Vue components. The main goals are improved maintainability, consistency, and code reuse across the documentation.
Key changes:
- Replace custom HTML structures with standardized Vue components (ImageViewer, FeatureCard, UseCaseCard)
- Remove extensive custom CSS in favor of component-based styling
- Add new customizable props to existing components for better flexibility
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
src/overview/tooling-and-explorers/iexec-explorer.md |
Migrates image displays and feature cards to Vue components, removes custom CSS |
src/overview/tooling-and-explorers/blockchain-explorer.md |
Converts network cards to UseCaseCard component usage |
src/components/UseCaseCard.vue |
Adds customizable label props for demo and GitHub buttons |
src/components/ImageViewer.vue |
New component for consistent image display with links and captions |
src/components/FeatureCard.vue |
New component for feature showcase cards with hover effects |
ErwanDecoster
suggested changes
Aug 7, 2025
Contributor
ErwanDecoster
left a comment
There was a problem hiding this comment.
A few small comments and also a PR proposal.
… related documentation
This was referenced Aug 6, 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.