Fix/frontend UI touchups#582
Merged
emdevelopa merged 11 commits intoApr 23, 2026
Merged
Conversation
added 8 commits
April 23, 2026 00:06
- Add aria-busy attribute to indicate loading state - Add disabled:pointer-events-none to prevent interaction with disabled buttons - Improve keyboard navigation and screen reader support
- Update pending status color from yellow to amber for better visual consistency - Add hover state to table header for improved interactivity - Align status badge colors with Drips Wave theme palette
- Extract PasswordStrengthIndicator as memoized component to prevent unnecessary re-renders - Use useCallback for validation functions to maintain referential equality - Use useMemo for isFormValid to prevent recalculation on every render - Reduce component re-renders during form input changes
|
Someone is attempting to deploy a commit to the Emmanuel's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@caxtonacollins 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! 🚀 |
added 3 commits
April 23, 2026 10:28
…into fix/frontend-ui-touchups
…into fix/frontend-ui-touchups
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.
Frontend UI/UX Touch-ups
Comprehensive improvements across four key frontend areas to enhance performance, accessibility, and user experience.
Closes #557
Closes #529
Closes #541
Closes #549
Changes
#529 - Button Accessibility
aria-disabledattribute for screen reader support#557 - Onboarding Flow Performance
RegistrationFormwithReact.memo()to prevent unnecessary re-rendersPasswordStrengthIndicatorsub-component#541 - Transaction History Table Styling
#549 - Settings Page Hover States
Testing