feat: implement wiki copy buttons (#35) and pathways tutorial pagination (#36)#57
Merged
Merged
Conversation
…gination and XP reward
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds wiki code block copy affordances and turns the roadmap modal into a step-by-step pathway tutorial with completion XP rewards.
Changes:
- Adds sample
<pre>code blocks to wiki articles for React and contribution commands. - Adds dynamic client-side copy buttons for wiki code blocks.
- Refactors
RoadmapModalinto a paginated tutorial with progress steps, navigation, and completion XP.
Reviewed changes
Copilot reviewed 3 out of 8 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
src/app/wiki/page.tsx |
Adds DOM-based copy button injection for wiki code blocks. |
src/data/wikiContent.tsx |
Adds sample code snippets to wiki content. |
src/components/resources/RoadmapModal.tsx |
Converts roadmap display into a paginated tutorial with completion action. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
devpathindcommunity-india
approved these changes
May 17, 2026
Copilot stopped work on behalf of
Aditya948351 due to an error
May 17, 2026 12:21
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.
Resolves Issue #35 and Issue #36
This Pull Request provides a robust, state-of-the-art consolidated implementation to resolve two key developer experience and usability features:
1. Dynamic Wiki Code Block Copy Buttons (Resolves #35)
2. Paginated Pathway Tutorial Wizard (Resolves #36)
3. Asset Decodability Correction
All tests, compilation steps, and static route optimizations have been thoroughly validated and built locally with absolute success.