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
#52 Stop locking the queue during a run; only hold the header steady on hover
Selecting another invoice (or opening a recent run) is now always allowed, even mid-run
or while awaiting a decision: `select` already resets/aborts the stream and drops ?run=,
so switching is safe, and the whole `locked` gate (dimmed, disabled, cursor-not-allowed
rows + a disabled RecentRuns) is removed. The only thing kept: once a run is SHOWN on the
pane (trace has events), hovering another queue row no longer swaps the header/document
out from under it (previewId = (!runShown && hoveredId) || selectedId). At idle, hover
still previews as before. Dropped the now-dead `disabled` prop from RecentRuns.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments