fix(frontend): case-insensitive reputation lookup, unique team split keys, cta link, sitemap routes and a11y improvements (#245, #244, #241, #238, #237, #236, #227, #210) - #301
Open
ghzhost wants to merge 1 commit into
Conversation
…keys, maintainer cta link, sitemap routes and a11y improvements (MergeFi#245, MergeFi#244, MergeFi#241, MergeFi#238, MergeFi#237, MergeFi#236, MergeFi#227, MergeFi#210, MergeFi#248)
|
Someone is attempting to deploy a commit to the chonilius' projects Team on Vercel. A member of the Team first needs to authorize it. |
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 & Fixes Included
This PR addresses several targeted frontend bug fixes, accessibility gaps, and data-sync issues:
fetchReputationByUsernameand case-insensitive fallback lookup inmockReputationProfiles, matching GitHub's canonical case-insensitive handle handling.key={split.role}to a compound unique key${split.role}-${split.contributor ?? "unassigned"}-${index}to prevent duplicate key collisions and render state desync when splits have default roles.<span>Create bounty</span>on the maintainer dashboard in<Link href="/issues">to match contributor and sponsor dashboard navigation behavior.STELLAR_NETWORKconfig rather than hardcoded mainnet literal.341withplatformStats.activeContributors.toLocaleString()to prevent drift against stats cards.<label className="sr-only">andaria-labelto the pool deposit numeric input.title={b.title}to clamped bounty titles in pipeline columns for full readability on hover.aria-hidden="true"toEmptyStatedecorative icon wrapper.sitemap.tsto include dynamic issue routes and reputation profiles alongside static routes.Closes #245, Closes #244, Closes #241, Closes #238, Closes #237, Closes #236, Closes #227, Closes #210