fix(intro): splash reliability on fresh visits + 3x lighter video #90
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "intro-reliability-video-perf"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
neode_intro_seeninternally — it silently skipped the logo-tap/typing sequence whenever the browser had seen the intro before, even when App.vue explicitly requested it (demo fresh visits, prod Replay Intro). App.vue is now the single decision point.?v=8.<link rel=preload as=video>injected the moment the splash is scheduled (the video element only mounts ~20s in; cold caches used to fetch mid-sequence and stutter). Injected only when the splash will actually show, so onboarded prod nodes don't pay for it.Works in both demo and prod modes — prod's normal skip-to-login behavior is unchanged.
🤖 Generated with Claude Code