-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random fixes #564
Random fixes #564
Conversation
Look thru the code, I ended up having to improvise solutions. Since the font is not monospace there is code calculating the width of characters and some dynamic inputfield width stuff, mixed in with character limits - complimentary of Claude. Should be able to copy it to the Donate modal |
c9f2c2e
to
723ef1f
Compare
a348532
to
a3fc061
Compare
Need to fix lint errors introduced with this PR Error linting: /home/runner/work/BTCStampsExplorer/BTCStampsExplorer/components/stampDetails/StampDispensers.tsx const tableLabel =
|
This PR includes comprehensive UI and styling improvements across multiple components, focusing on consistency and mobile responsiveness. - Implemented new ScrollContainer component for consistent scrolling behavior - Added dark-gradient-modal variant for improved modal backgrounds - Standardized table styling patterns across components - Enhanced hover states with consistent purple highlight (hover:bg-stamp-purple/10) - Consistent use of breakpoints (mobileLg, mobileMd, tablet) - Responsive text sizing (text-sm/text-base) - Improved table layouts for mobile views - Better handling of address abbreviations on different screen sizes - Standardized row heights (h-8) - Enhanced tooltip visibility controls - Improved table column widths and spacing - Added cursor feedback for interactive elements - Removed redundant padding declarations - Consistent class naming conventions - Improved accessibility with aria-labels - Better event handling for navigation - Removed deprecated memo column from transfers Co-Authored-By: [email protected] <[email protected]>
269aee6
to
0be6ba7
Compare
UI/Styling Enhancements
This PR includes comprehensive UI and styling improvements across multiple components, focusing on consistency and mobile responsiveness.
Key Changes
Component Styling
Mobile Responsiveness
UI Improvements
Code Quality
Testing Status
These changes have been reviewed for styling consistency and mobile responsiveness patterns. The PR will be rebased onto the main branch before merging.
Note: This PR is part of a larger UI enhancement effort focusing on consistent styling and improved user experience across the application.