Goal
The issue detail page needs some visual polish to improve readability and hierarchy. A key request is to shrink the issue title, which currently uses a large font size.
Proposed Changes
- Header Typography:
- Shrink the
h1 font size for the issue title in src/app/(app)/m/[initials]/i/[issueNumber]/page.tsx. Currently it uses default h1 styling which is quite large.
- Refine the layout of the machine name and owner badge section.
- Issue ID Styling:
- Adjust the font size and weight of the formatted issue ID (e.g.,
AF-1) next to the title.
- General Layout:
- Review the spacing between the header, badges, and the main content area (Activity/Timeline).
- Ensure the 'Game Owner' section looks integrated and balanced with the machine name.
Affected Files
src/app/(app)/m/[initials]/i/[issueNumber]/page.tsx
- Possibly
src/components/issues/IssueBadgeGrid.tsx if size adjustments are needed there as well.
Success Criteria
- The issue title is noticeably smaller but still clearly a header.
- The visual hierarchy between machine info, issue ID, and issue title is improved.
- The page feels more 'polished' and professional.
(Generated by Gemini CLI)
Goal
The issue detail page needs some visual polish to improve readability and hierarchy. A key request is to shrink the issue title, which currently uses a large font size.
Proposed Changes
h1font size for the issue title insrc/app/(app)/m/[initials]/i/[issueNumber]/page.tsx. Currently it uses defaulth1styling which is quite large.AF-1) next to the title.Affected Files
src/app/(app)/m/[initials]/i/[issueNumber]/page.tsxsrc/components/issues/IssueBadgeGrid.tsxif size adjustments are needed there as well.Success Criteria
(Generated by Gemini CLI)