fix(bounty-details): polish mobile responsiveness across header, tabs, conversation and submissions#940
Open
syndrome4002-leo wants to merge 2 commits intoentrius:testfrom
Conversation
… tabs, conversation and submissions table
Resolve conflicts in the bounty details flow: - IssueDetailsPage.tsx: keep responsive padding/spacing and merge in the mobile-only watchlist button placement. - IssueConversation.tsx: adopt the shared ConversationTimeline component (its responsive styling already mirrors the inline mobile-polish work). - IssueHeaderCard.tsx: keep the 2-column mobile grid metadata layout with vertical dividers, while picking up author Avatar and the Created calendar icon from main. - IssueSubmissionsTable.tsx: adopt the winner-first restructured layout from main; the new DataTable already toggles minWidth via isMobile.
Collaborator
|
Fix conflicts. |
Author
|
@anderdc I just fixed conflicts, Could you please review again? |
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
variant="scrollable"with mobile-tuned font/padding/minWidth; outer container uses tighterpxandStackspacing onxs, and the watchlist star sits closer to the header card on small screens.p: { xs: 2, md: 3 }), title shrinks to1.15remonxswithwordBreak: 'break-word', repo link wraps long org/repo names.Bounty | Authoron row 1 andCreatedspanning full-width on row 2 (with subtle top/bottom borders so it reads as a stat strip); on desktop a flex row with vertical 1px dividers between cells.alignItems: 'flex-start') so theBOUNTY / AUTHOR / CREATEDlabels share the same baseline regardless of cell height.32×32onxs(was 40), gap and header padding/font tighten, the speech-bubble pointer arrow is hidden onxs(it added noise next to the smaller avatar), header wraps cleanly when the username line overflows.Tooltipso the full title is visible on hover when truncated,Datecolumn locked to one line, table keepsminWidth: 640so columns retain readable widths and scroll horizontally on narrow viewports.Test plan
/bounties/details?id=31at desktop width (≥md) — header, tabs, conversation and submissions should look identical to before this PR.sm) — tabs collapse, header card padding tightens but layout stays single-row.Related Issues
Close: #939
Type of Change
Screenshots
Before:
bandicam.2026-05-04.21-03-12-379.mp4
Now:
bandicam.2026-05-04.21-06-49-141.mp4
Before:
bandicam.2026-05-04.21-04-29-812.mp4
Now:
bandicam.2026-05-04.21-05-39-642.mp4
Before:
Now:
Before:
Now:
Checklist
npm run formatandnpm run lint:fixhave been runnpm run buildpasses