fix: Improve mobile responsive styling across application#769
Draft
thostetler wants to merge 6 commits intoadsabs:masterfrom
Draft
fix: Improve mobile responsive styling across application#769thostetler wants to merge 6 commits intoadsabs:masterfrom
thostetler wants to merge 6 commits intoadsabs:masterfrom
Conversation
- NavBar: Responsive logo size, margins, spacing; hide AppModeDropdown on mobile - LandingTabs: Show logo on mobile with responsive sizing - Footer: Responsive column width and logo wrapping - ClassicForm: Stack collection checkboxes vertically on mobile - PaperForm: Stack journal search grid vertically on mobile - Pager: Responsive panel width, hide arrows on mobile - ListActions: Responsive margin for button stack - ResultList Item: Responsive index column width - HomePage: Responsive stats and video section widths - Theme: Add overflowX hidden to prevent horizontal scroll
Search results page: - Result cards stack title/actions vertically on mobile - Increased touch targets (44px min) for action buttons - Added tooltip delay to prevent accidental triggering on touch - Metadata row wraps properly on narrow screens Abstract page: - Details table stacks label/value vertically on mobile - Keywords and tags wrap instead of overflowing - Sub-page navigation menu centered on mobile - Added overflow protection to details container
- Add horizontal scroll to TableContainer with minimum table width - Make author name, affiliation, and year column widths responsive - Table now fits on mobile with swipe-to-scroll for all columns
- User settings: Stack collection checkboxes vertically on mobile - Libraries: Hide owner column on mobile to prevent table overflow - Notifications: Hide updated and actions columns on mobile
Reset buttons were missing size="sm" prop, causing them to render larger than the adjacent Search buttons. - Added size="sm" to Reset buttons in all three form sections
The copy button tooltip now says "Copy Bibcode" instead of generic "Copy" to match the DOI copy button behavior. - Added copyLabel prop to Detail component with "Copy" default - Passed "Copy Bibcode" for the bibcode detail row
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #769 +/- ##
========================================
+ Coverage 60.9% 61.4% +0.5%
========================================
Files 301 301
Lines 35099 35125 +26
Branches 1506 1506
========================================
+ Hits 21358 21539 +181
+ Misses 13707 13552 -155
Partials 34 34
🚀 New features to boost your workflow:
|
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.
Summary
Changes