From c8dab1ae9e1583cd1f128655464775f3675b8f92 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Mon, 12 Jan 2026 16:36:30 +0100 Subject: [PATCH] feat(home): play the white -> background fade only once NOTE: it's not correctly done, i'm using app state for that, i might move to intro but it's fine for now --- app/components/Home/BottomScreen/Background.vue | 4 ++-- app/components/Home/TopScreen/Background.vue | 4 ++-- app/stores/app.ts | 2 ++ app/stores/home.ts | 3 +++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/app/components/Home/BottomScreen/Background.vue b/app/components/Home/BottomScreen/Background.vue index a018654..8fc8a5a 100644 --- a/app/components/Home/BottomScreen/Background.vue +++ b/app/components/Home/BottomScreen/Background.vue @@ -1,8 +1,8 @@