Touch up#686
Merged
Merged
Conversation
|
@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.
Closes #525
Closes #543
Closes #555
Closes #545
Here is a comprehensive pull request description you can use. It covers all the UI and accessibility improvements we made in the
TouchUPbranch:Description
This PR introduces a series of frontend UI/UX touch-ups, focusing heavily on mobile responsiveness, component-level accessibility (a11y), and consistent adherence to the global Drips Wave design theme.
Key Changes & Improvements
1. Transaction History Table (
RecentPayments.tsx)<label>elements,aria-labels,th scope="col", and screen-reader-only table captions.tabIndex={0}andonKeyDownhandlers allowing users to select transaction rows without a mouse.var(--pluto-500)Drips Wave accent color.2. Onboarding Flow (
RegistrationForm.tsx®ister/page.tsx)p-6 sm:p-12), text sizes, and flex gaps to prevent overflow and ensure comfortable reading on mobile screens.3. Button Component Polish (
Button.tsx)hover:-translate-y-[1px]andactive:scale-[0.98]along withtransition-all duration-300 ease-outfor smoother, more tactile interaction states.pluto-100and borders topluto-300.4. Wallet Connection Modal (
WalletSelector.tsx)text-whiteinside abg-whitecontainer.bg-white/[0.02]) in favor of light-theme variants (bg-[#F9F9F9]) to seamlessly match the surrounding interface.h-14 sm:h-16) and margins, ensuring the modal remains compact and accessible on mobile devices. Cleaned up duplicatedclassNameattributes.Verification
var(--pluto-500)).