File tree Expand file tree Collapse file tree
apps/twig/src/renderer/features/sessions/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { Campfire } from "@phosphor-icons/react" ;
1+ import { Campfire , Circle } from "@phosphor-icons/react" ;
22import { Flex , Text } from "@radix-ui/themes" ;
33import { useEffect , useState } from "react" ;
44
@@ -50,12 +50,16 @@ export function GeneratingIndicator({ startedAt }: GeneratingIndicatorProps) {
5050 >
5151 < Campfire size = { 14 } weight = "fill" className = "campfire-pulse" />
5252 < Text size = "1" > { ACTIVITIES [ activityIndex ] } ...</ Text >
53+ < Text size = "1" color = "gray" >
54+ (Esc to interrupt
55+ </ Text >
56+ < Circle size = { 4 } weight = "fill" className = "text-gray-9" style = { { margin : "0 2px" } } />
5357 < Text
5458 size = "1"
5559 color = "gray"
56- style = { { fontVariantNumeric : "tabular-nums" , minWidth : "50px" } }
60+ style = { { fontVariantNumeric : "tabular-nums" } }
5761 >
58- { formatDuration ( elapsed ) }
62+ { formatDuration ( elapsed ) } )
5963 </ Text >
6064 </ Flex >
6165 ) ;
You can’t perform that action at this time.
0 commit comments