Improve screen reader support#840
Open
LawalRahman wants to merge 4 commits into
Open
Conversation
…issions and health status features
|
@LawalRahman is attempting to deploy a commit to the Emmanuel's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@LawalRahman Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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.
Title
feat(frontend): improve accessibility, enable optimistic user permissions, and enhance network status dashboard controlsOverview
This PR introduces frontend accessibility enhancements, state refactoring, and polished visual micro-interactions across the Pluto dashboard framework. It successfully addresses four frontend tasks (#821, #822, #823, and #824) while ensuring total system compile stability.
Detailed Changes
1. Network Status Indicator (
ApiHealthBadge.tsx)divto a semantic<button>to enable keyboard focus and manual rechecking."loading"state upon mouse click or Enter keypress for a responsive feedback loop, before initiating the real backend health endpoint check.aria-live="polite"tags to report status updates to screen readers dynamically.aria-describedbyreferencing the hover/focus tooltip.aria-labeldefinitions announcing the connection quality.group-focus-visiblestyles.2. Premium User Permissions Manager (
UserPermissionsManager.tsx&settings/page.tsx)localStorage) synced with memory.<AnimatePresence>to animate layout shifts, spring updates, and fade transitions during addition, removal, or filtering of rows.3. Dashboard Webpack Compile Fix (
dashboard/page.tsx)dashboard/page.tsxattempted to loadWithdrawModalinstead ofWithdrawalModal. The build compiles cleanly with no fatal errors or runtime blockages.4. Code Cleanup & Lints (
WalletSelector.tsx)useMemoReact import that triggered pre-existing linter warnings.Verification & Build Log
✔ No ESLint warnings or errors.pnpm run buildcompiling20/20pages successfully with zero failures.Linked Issues
Closes: #821
Closes: #822
Closes: #823
Closes: #824