fix(cli): reset logo to flat frame when loading completes (#786)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-02-02 17:24:46 -08:00
committed by GitHub
parent b9eaaa1b5d
commit 17c0b512fc
2 changed files with 8 additions and 2 deletions

View File

@@ -117,7 +117,10 @@ export function WelcomeScreen({
<Box flexDirection="row" marginTop={1}>
{/* Left column: Logo */}
<Box flexDirection="column" paddingLeft={1} paddingRight={2}>
<AnimatedLogo color={colors.welcome.accent} />
<AnimatedLogo
color={colors.welcome.accent}
animate={loadingState !== "ready"}
/>
</Box>
{/* Right column: Text info */}