From 99c98912278e47cd738c105a81c0968169917cb7 Mon Sep 17 00:00:00 2001 From: Mario Ruci Date: Wed, 17 Jun 2026 13:01:37 +0200 Subject: [PATCH 1/7] feat(fe): replace /authorize curtain background with breathe-sparkle dot grid --- .../backgrounds/BreatheSparkleCanvas.svelte | 125 ++++++++++++++++++ .../views/RedirectAnimationView.svelte | 41 +----- 2 files changed, 127 insertions(+), 39 deletions(-) create mode 100644 src/frontend/src/lib/components/backgrounds/BreatheSparkleCanvas.svelte diff --git a/src/frontend/src/lib/components/backgrounds/BreatheSparkleCanvas.svelte b/src/frontend/src/lib/components/backgrounds/BreatheSparkleCanvas.svelte new file mode 100644 index 0000000000..81a034193d --- /dev/null +++ b/src/frontend/src/lib/components/backgrounds/BreatheSparkleCanvas.svelte @@ -0,0 +1,125 @@ + + + diff --git a/src/frontend/src/routes/(new-styling)/authorize/views/RedirectAnimationView.svelte b/src/frontend/src/routes/(new-styling)/authorize/views/RedirectAnimationView.svelte index 9012e0ae88..3cb535aab2 100644 --- a/src/frontend/src/routes/(new-styling)/authorize/views/RedirectAnimationView.svelte +++ b/src/frontend/src/routes/(new-styling)/authorize/views/RedirectAnimationView.svelte @@ -9,20 +9,7 @@ import FeaturedIcon from "$lib/components/ui/FeaturedIcon.svelte"; import { CircleAlertIcon, RotateCcwIcon } from "@lucide/svelte"; import { waitFor } from "$lib/utils/utils"; - import FlairCanvas from "$lib/components/backgrounds/FlairCanvas.svelte"; - import type { FlairAnimationOptions } from "$lib/components/backgrounds/FlairCanvas"; - import { DROP_WAVE_ANIMATION } from "$lib/components/backgrounds/constants"; - - let triggerAnimation = - $state<(opts: FlairAnimationOptions) => Promise>(); - let clearAnimation = $state<() => void>(); - - $effect(() => { - void triggerAnimation?.(DROP_WAVE_ANIMATION); - return () => { - clearAnimation?.(); - }; - }); + import BreatheSparkleCanvas from "$lib/components/backgrounds/BreatheSparkleCanvas.svelte"; const dapps = getDapps(); const dapp = $derived( @@ -132,31 +119,7 @@
- +