-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestuiTasks related to the user interfaceTasks related to the user interface
Description
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
h1font size for the issue title insrc/app/(app)/m/[initials]/i/[issueNumber]/page.tsx. Currently it uses defaulth1styling which is quite large. - Refine the layout of the machine name and owner badge section.
- Shrink the
- Issue ID Styling:
- Adjust the font size and weight of the formatted issue ID (e.g.,
AF-1) next to the title.
- Adjust the font size and weight of the formatted issue ID (e.g.,
- 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.tsxif 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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestuiTasks related to the user interfaceTasks related to the user interface