-
Notifications
You must be signed in to change notification settings - Fork 2
feat: migrate explorer pages to component #21
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
Conversation
…blockchain explorer section
…orer documentation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small comments and also a PR proposal.
… related documentation
ErwanDecoster
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job
No description provided.