File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
webview-ui/src/components/chat Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -101,10 +101,11 @@ export const ErrorRow = memo(
101101 if ( ! errorDetails ) return undefined
102102
103103 const metadata = [
104+ `Date/time: ${ new Date ( ) . toISOString ( ) } ` ,
104105 `Extension version: ${ version } ` ,
105106 `Provider: ${ provider } ` ,
106107 `Model: ${ modelId } ` ,
107- `Repository: RooCodeInc/Roo-Code` ,
108+ "" ,
108109 "" ,
109110 ] . join ( "\n" )
110111
@@ -233,7 +234,7 @@ export const ErrorRow = memo(
233234 < TooltipTrigger asChild >
234235 < button
235236 onClick = { ( ) => setIsDetailsDialogOpen ( true ) }
236- className = "transition-opacity opacity-0 group-hover:opacity-100 cursor-pointer"
237+ className = "transition-opacity opacity-30 group-hover:opacity-100 cursor-pointer"
237238 aria-label = { t ( "chat:errorDetails.title" ) } >
238239 < Info className = "size-4" />
239240 </ button >
You can’t perform that action at this time.
0 commit comments