feat: resolve UI component audit (#460) and DevOps pipeline phase 2 (#463)#483
Open
dorisadams wants to merge 1 commit into
Open
feat: resolve UI component audit (#460) and DevOps pipeline phase 2 (#463)#483dorisadams wants to merge 1 commit into
dorisadams wants to merge 1 commit into
Conversation
…line phase 2 (ChianLojistics#463) - Add ARIA labels to all layout component SVGs and AnimatedSection (ChianLojistics#460) - Add comprehensive Vitest mocks for i18n, Stellar Freighter, next/link, next/image, IntersectionObserver, sonner, and clipboard API (ChianLojistics#460) - Fix Navigation mobile menu with toggle state, overlay backdrop, Escape key close, body scroll lock, and dynamic aria labels (ChianLojistics#460) - Add accessibility tests for Button, Navigation, Footer, SkipToContentLink, and all layout components (ChianLojistics#460) - Add performance-audit CI job with strict lint, test coverage, and security audit at high severity (ChianLojistics#463) - Add Cargo benchmark step to Rust CI pipeline (ChianLojistics#463) - Remove unused Lighthouse CLI install from CI (ChianLojistics#463) Closes ChianLojistics#460 Closes ChianLojistics#463
|
@dorisadams is attempting to deploy a commit to the Ebeleokolo's 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
Resolves both issues assigned to @dorisadams.
#460 — UI Component Audit
aria-hidden="true"to all decorative SVGs across Features, HowItWorks, ProblemStats, TrustBlockchain, UseCases, and Heroaria-hidden={!isVisible}attribute and conditional rendering for screen readersaria-label/aria-expandedsetup.ts→setup.tsxand addedinitReactI18nextmock to resolve JSX parsing in test files#463 — DevOps Pipeline Phase 2
npm run lint -- --max-warnings 0in newperformance-auditCI jobnpm audit --audit-level=highcargo bench --no-runto Rust CI pipelineVerification
Closes #460
Closes #463