fix: IssueDetailsPage mobile responsive layout#943
Closed
597226617 wants to merge 1 commit intoentrius:mainfrom
Closed
fix: IssueDetailsPage mobile responsive layout#943597226617 wants to merge 1 commit intoentrius:mainfrom
597226617 wants to merge 1 commit intoentrius:mainfrom
Conversation
Fixes entrius#939 - Tabs: enable MUI variant='scrollable' with scrollButtons='auto' so all tabs remain reachable on narrow viewports - IssueHeaderCard: responsive padding (xs:2/sm:3), smaller title on mobile (xs:1.15rem/sm:1.5rem), metadata row uses CSS grid (2-col on xs, auto on sm+) instead of cramped flex row - IssueConversation: scale avatar (32px xs / 40px sm), compact gap and header padding on mobile - IssueSubmissionsTable: set minWidth=600 so table columns don't compress to unreadable widths on narrow screens
Collaborator
|
PRs must target the test branch, not main — see CONTRIBUTING.md. Closing. |
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.
Fixes #939
Summary
Multiple layout and readability fixes for the Issue Details page on mobile viewports.
Changes
Tabs (IssueDetailsPage.tsx)
variant='scrollable'+scrollButtons='auto'to MUI Tabs so all tabs remain reachable on narrow viewportsHeader Card (IssueHeaderCard.tsx)
p: { xs: 2, sm: 3 }fontSize: { xs: '1.15rem', sm: '1.5rem' }withwordBreak: 'break-word'Conversation (IssueConversation.tsx)
32pxon xs,40pxon sm12pxxs,14pxsmSubmissions Table (IssueSubmissionsTable.tsx)
minWidth=600so columns don't compress to unreadable widths