Problem
Clicking an event in the live feed expands it (expandedId in app/(dashboard)/[workspace]/[project]/live/live-content.tsx), but the expanded state is visually unpolished — it doesn't read as a structured detail view.
Proposed Solution
Give the expanded row a real layout: labelled fields for event metadata, monospace/collapsible rendering for argument and result payloads, clear separation from the surrounding rows, and a way to copy the raw event.
Additional Context
Should share a detail component with the merged invocation list rather than being styled twice.
Affected Package
Dashboard
Problem
Clicking an event in the live feed expands it (
expandedIdinapp/(dashboard)/[workspace]/[project]/live/live-content.tsx), but the expanded state is visually unpolished — it doesn't read as a structured detail view.Proposed Solution
Give the expanded row a real layout: labelled fields for event metadata, monospace/collapsible rendering for argument and result payloads, clear separation from the surrounding rows, and a way to copy the raw event.
Additional Context
Should share a detail component with the merged invocation list rather than being styled twice.
Affected Package
Dashboard