mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
AIX: Inspector: Quick Toggle
This commit is contained in:
@@ -94,8 +94,9 @@ export function AixDebuggerFrame(props: {
|
||||
|
||||
{/* Body */}
|
||||
<Card variant='soft' color='primary' sx={_styles.requestCard}>
|
||||
<Typography color='primary' variant='soft' level='title-sm'>
|
||||
-> Body {frame.bodySize > 0 && `(${frame.bodySize.toLocaleString()} chars)`}
|
||||
<Typography color='primary' variant='soft' level='title-sm' sx={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center' }}>
|
||||
<span>-> Body</span>
|
||||
{frame.bodySize > 0 && <span>{frame.bodySize.toLocaleString()} bytes</span>}
|
||||
</Typography>
|
||||
<Divider />
|
||||
<Box sx={_styles.requestCardText}>
|
||||
|
||||
Reference in New Issue
Block a user