feat: cute spinners

This commit is contained in:
Brooklyn Nicholson 2026-04-08 13:45:34 -05:00
parent b50d81f212
commit af0f4a52fe
11 changed files with 1429 additions and 240 deletions

View file

@ -53,9 +53,7 @@ export const MessageLine = memo(function MessageLine({
})()
return (
<Box flexDirection="column">
{(msg.role === 'user' || msg.role === 'assistant') && <Text> </Text>}
<Box flexDirection="column" marginTop={msg.role === 'user' ? 1 : 0}>
<Box>
<Box flexShrink={0} width={3}>
<Text bold={msg.role === 'user'} color={prefix}>