Faster time-to-theme (#109)

This commit is contained in:
Gregory Schier
2024-09-25 07:35:27 -07:00
committed by GitHub
parent 0100a3983d
commit de7097ff1d
14 changed files with 132 additions and 93 deletions

View File

@@ -117,9 +117,11 @@ export const ResponsePane = memo(function ResponsePane({ style, className, activ
>
{activeResponse && (
<HStack
as="p"
space={2}
className="whitespace-nowrap w-full pl-3 overflow-x-auto font-mono text-sm"
className={classNames(
'cursor-default select-none',
'whitespace-nowrap w-full pl-3 overflow-x-auto font-mono text-sm',
)}
>
<StatusTag showReason response={activeResponse} />
{activeResponse.elapsed > 0 && (