Good first issue fixes 10 06 2025#152
Merged
osiastedian merged 2 commits intosyscoin:masterfrom Oct 6, 2025
Merged
Conversation
added 2 commits
October 6, 2025 21:34
- Update top menu Setup link from outdated Syscoin 4 guide to Syscoin Nexus guide - Fixes issue syscoin#92
…rast SYSHUB001v1-SG09, SYSHUB001v1-SG10 - Add information icon to Collateral Index field with helpful tooltip about masternode_outputs command - Fix text contrast in proposal description field by changing text color from dark to white - Fix text contrast in FAQ form editor as well - Fixes issues syscoin#88, syscoin#89
|
Failed to generate code suggestions for PR |
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
This PR addresses multiple "good first issue" items to improve the user experience and fix outdated documentation links.
🎯 Issues Fixed
Link Updates (SYSHUB001v1-ER13, ER15, ER16, ER17)
/statsinstead of external URLUI Improvements (SYSHUB001v1-SG09, SG10)
🔧 Changes Made
Files Modified:
src/components/global/Header.js- Updated Setup linksrc/components/global/Footer.js- Fixed About link and updated Setup linksrc/components/home/HomeButtons.jsx- Updated Setup SentryNode button linksrc/components/masternodes/masternodeForm/MasternodeDetails.jsx- Added info icon to Collateral Index fieldsrc/components/proposal/DescriptionProposal.jsx- Fixed text contrastsrc/components/admin/FaqForm.jsx- Fixed text contrastKey Improvements:
/statspagemasternode_outputscommand✅ Testing
/statspage🏷️ Related Issues
Fixes: #88, #89, #92, #94, #95, #96
📝 Commit Messages
fix(header): update setup link to Syscoin Nexus guide SYSHUB001v1-ER13fix(forms): add info icon to Collateral Index field and fix text contrast SYSHUB001v1-SG09, SYSHUB001v1-SG10All changes follow the existing code style and maintain backward compatibility.