()
| 804 | return <ReviewSessionDetail session={session} onDone={onDone} onBack={onBack} onKill={onKill} />; |
| 805 | } |
| 806 | const handleClose = () => onDone('Remote session details dismissed', { |
| 807 | display: 'system' |
| 808 | }); |
| 809 | |
| 810 | // Component-specific shortcuts shown in UI hints (t=teleport, space=dismiss, |
| 811 | // left=back). These are state-dependent actions, not standard dialog keybindings. |
no test coverage detected