implement Settings page — profile edit, wallet disconnect, and govern…#600
Open
Emoji-dot wants to merge 1 commit into
Open
implement Settings page — profile edit, wallet disconnect, and govern…#600Emoji-dot wants to merge 1 commit into
Emoji-dot wants to merge 1 commit into
Conversation
|
@Emoji-dot is attempting to deploy a commit to the Jaja's projects Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
am i to deploy the vercel authorization from my ends or yours sir |
Author
|
Waiting for your approval sir |
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.
…ance preferences
Summary
Type of Change
Testing Done
cargo testpassesChecklist
Related Issue
This PR adds comprehensive accessibility testing infrastructure for the settings page using jest-axe to ensure zero accessibility violations across all user-configurable options.
Why: The settings page consolidates critical user functions (profile editing, wallet management, DM encryption, notifications, governance participation, and account deletion). Ensuring full accessibility compliance guarantees all users, including those using assistive technologies, can manage their accounts independently.
Type of Change
Bug fix
New feature (test infrastructure + accessibility validation)
Contract change (logic, storage, or API)
Documentation update
Refactor / chore
Testing Done
Added comprehensive test suite with jest-axe:
7 test files created covering all settings sections
All tests include axe() accessibility checks with toHaveNoViolations() assertions
ARIA attributes, heading hierarchy, and semantic HTML validated
Form label associations and keyboard navigation verified
New tests added for:
Settings page main component
ProfileSection
WalletSection
DmKeySection
NotificationsSection
GovernanceSection
DangerZoneSection
To run: cd apps/web && npm install && npm test
Checklist
Changes are focused accessibility testing for settings page
Test infrastructure properly configured (jest.config.js, jest.setup.ts)
No unresolved merge conflicts
No secrets or private keys committed
Documentation provided (5 markdown files explaining implementation)
Closes #596