feat: Add interactive CardanoToolGrid component with 2025 updates#28
Merged
feat: Add interactive CardanoToolGrid component with 2025 updates#28
Conversation
…interactive UI
- Replace static readme.md with MDX to support React components
- Add CardanoToolGrid component with interactive tooltips and persistent popover panels
- Include clickable links, tool descriptions, and categorized sections
- Update tool data with current links and ecosystem resources
- Add hover/click interactions with tooltip prompts ("click on me")
- Add supporting styles in custom.css for diagram and tooltip design
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.
Summary
Upgrades the Cardano Developer Pathway session notes with an interactive, filterable tool reference component and refreshed 2025 ecosystem data.
Changes
New Components
Updated Content
.mdto.mdxfor component embeddingData & Styling
CardanoToolGrid/data.ts: 612-line tool database (50+ tools across 7 categories)CardanoToolGrid/styles.module.css: Component styling + grid layoutCardanoToolGrid/types.ts: TypeScript interfaces for tool datacustom.csswith new component variablesImpact
Developers can now interactively explore the full Cardano ecosystem with current 2025 data, version numbers, and direct links to resources.