Merged
Size
XL
Change Breakdown
Feature60%
Style30%
Refactor10%
#3269Feat(webapp) AI screen UI improvements

AI screen UI gets new icons, timelines, and shortcuts

AI screen UI gets new icons, timelines, and shortcuts

The AI Prompts and Metrics pages in the webapp now feature custom icons, horizontal timeline displays for span durations, copiable metadata fields, and keyboard shortcuts for filters — significantly improving navigation and usability.

The AI screens in the webapp were feeling inconsistent and lacked some essential features. Navigation icons used generic SVG shapes instead of purpose-built ones, and users had no way to see span durations at a glance in the detail views.

New custom icons — AIPromptsIcon and AIMetricsIcon — now appear in the sidebar with distinct blue and green colors for visual clarity. A new SpanHorizontalTimeline component displays start and finish times compactly in a horizontal format, making it easy to scan generation lists. Users can now copy metadata fields directly from the UI.

The metrics view got a cleanup with better spacing and layout. The versions list is now cleaner and easier to read. Shortcut keys were added to missing filters (the time filter now responds to keyboard input), and several shortcut conflicts were resolved — the models filter shortcut changed from 'm' to 'l' and providers from 'v' to 'r' to avoid clashes.

All of this lives in the webapp's prompts and AI inspection pages, accessible from the side navigation.

View Original GitHub Description

Lots of UI improvements to the Prompts pages:

New side menu icons

<img width="234" height="110" alt="CleanShot 2026-03-25 at 14 26 33" src="https://github.com/user-attachments/assets/8039ee8f-92a0-477d-ac91-458dfa43020b" />

Compact horizontal start finish times so scanning generations list is consistent

<img width="618" height="174" alt="CleanShot 2026-03-25 at 14 24 03" src="https://github.com/user-attachments/assets/7eb69475-d539-4e34-b0b5-5cd5119c1aea" />

Tidied up the metrics view

<img width="1607" height="925" alt="CleanShot 2026-03-25 at 14 23 52" src="https://github.com/user-attachments/assets/d4bf2761-8e09-4d91-bfb8-e10d1508042f" />

Copiable metadata

<img width="274" height="160" alt="CleanShot 2026-03-25 at 14 23 44" src="https://github.com/user-attachments/assets/487c804d-c000-4cd0-9a19-30c2681712df" />

Cleaner versions list

<img width="463" height="264" alt="CleanShot 2026-03-25 at 14 23 28" src="https://github.com/user-attachments/assets/a2dfede7-0e7d-4f9c-8b01-00ba13070f70" />

Overall consistency improvements, shortcut keys and UI behaviours improvements

<img width="2279" height="1349" alt="CleanShot 2026-03-25 at 14 23 02" src="https://github.com/user-attachments/assets/0c29257b-15a0-443c-b872-a9f4a7f6af13" />
© 2026 · via Gitpulse