Skip to content

Refactor/jsx a11y lint#1196

Open
wonderfulmarv01 wants to merge 7 commits into
Commitlabs-Org:masterfrom
wonderfulmarv01:refactor/jsx-a11y-lint
Open

Refactor/jsx a11y lint#1196
wonderfulmarv01 wants to merge 7 commits into
Commitlabs-Org:masterfrom
wonderfulmarv01:refactor/jsx-a11y-lint

Conversation

@wonderfulmarv01

@wonderfulmarv01 wonderfulmarv01 commented Jun 29, 2026

Copy link
Copy Markdown

closes #713

Description

Please include a summary of the changes and the related issue. List any dependencies that are required for this change.

Closes # (issue number)

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist

Please review the Developer Guide before checking the items below:

  • My code follows the code style and standards of this project (strict TypeScript, components/functions/constants naming conventions).
  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have updated or added documentation where relevant (DEVELOPER_GUIDE.md, README.md, or inline files).
  • I have added unit/integration tests that prove my fix is effective or that my feature works.
  • Any new or modified logic has at least 95% test coverage (verified via pnpm run test:coverage or npm run test:coverage).
  • I have ran the project linter (pnpm lint or npm run lint) and fixed all error diagnostics.
  • I have verified that this change fits within the 96-hour campaign timeframe for contributor assignments.
  • I have attached screenshots/videos showing the before and after states for any visual or UI changes.

Visual Changes (if applicable)

Please add screenshots, screen recordings, or GIFs showcasing the user interface changes.

Join the Discussion

Need help or want to chat? Join our CommitLabs Discord server.

…y improvements and new features

- Added TrustBadge component to the marketplace page.
- Updated CreateCommitmentStepConfigure to improve accessibility by changing form to a div with role and aria-label.
- Modified CreateCommitmentStepReview to replace labels with paragraphs for better semantics and added buttons for checkbox interactions.
- Improved MarketplaceHeader by changing the mobile menu overlay to a button for better accessibility.
- Refactored RecentAttestationsPanel to remove unnecessary roles and improve semantics.
- Updated HeroSection links to use the Link component directly for better performance and accessibility.
- Simplified ProblemSection by removing unnecessary role attributes.
- Added accessibility comments in CommitmentDisputeModal.
- Adjusted tsconfig.json for better JSX handling and improved formatting.
@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

@wonderfulmarv01 is attempting to deploy a commit to the 1nonly's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a marketplace listing detail page route distinct from the quick-view modal

2 participants