You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor cosmetic changes to bring the Template build details page
up-to-date with Figma
**Template Link Styling:**
- Added underline with 2px offset for cleaner appearance
- Orange hover state on template link
**Build Header:**
- Changed all header items to secondary text color
- Removed ID truncation in details section (now shows full ID)
- Added truncated Build ID to page breadcrumb (first 6 + last 6 chars)
**Logs Table:**
- Reduced header height from 40px to 32px
- Added conditional prose-label-highlight styling for selected table
headers (using data-state="selected")
- Implemented 16px column spacing using pr-4 on non-last columns
- Updated column width constants to account for padding (timestamp:
176+16, level: 52+16)
- Added 8px top padding below table header (using virtualizer
paddingStart)
- Reduced log level badge height from 20px to 18px
- Changed info badge variant from 'positive' to 'info'
Before:
<img width="4112" height="2572" alt="Arc - 2025-12-19 at 16 16 39@2x"
src="https://github.com/user-attachments/assets/b9aa295d-0c20-494e-ace2-797455a190d7"
/>
After:
<img width="4112" height="2572" alt="Arc - 2025-12-19 at 16 16 03@2x"
src="https://github.com/user-attachments/assets/96299a4f-6102-4f32-9016-883515954541"
/>
---------
Co-authored-by: ben-fornefeld <[email protected]>
0 commit comments