Missing portrait animation
Relevant full-source files in
/opt/rise-of-pi/herm-tui:
src/app.tsxsrc/components/avatar/AnimatedAvatar.tsxsrc/components/avatar/default.eikonsrc/components/avatar/bundled.tssrc/components/sidebar/Sidebar.tsxsrc/ui/Splash.tsxsrc/ui/splash-art.ts
Key observations:
src/app.tsxcomputescompactPortraitfor RG mode:
const compactPortrait = rg40Mode && tab === CHAT_TAB && dims.width < 120 && !(splash && tab === CHAT_TAB)
This explicitly hides the compact portrait while the splash is visible. If the RG appears stuck on the splash, the user never sees the portrait.
- The non-compact avatar lives in the sidebar, but the sidebar is
hidden on narrow RG layouts when
compactPortraitis active or when width is below the sidebar threshold. AnimatedAvataritself appears present and uses.eikonstate clips.- Verify that built assets exist beside the bundle after
bun run build, especiallyassets/eikonsor whichever pathBUNDLED_EIKON_DIRresolves to in the built layout.