Skip to content

Commit

Permalink
feat(frontend): revert Snow effect (#4006)
Browse files Browse the repository at this point in the history
# Motivation

This reverts the snow / confetti effects in the hero pane.

# Changes

- Reverts PR  #3953 and PR #4009
  • Loading branch information
peterpeterparker authored and AntonioVentilii committed Jan 7, 2025
1 parent 831c1b2 commit e0519a5
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 51 deletions.
10 changes: 0 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"buffer": "^6.0.3",
"ethers": "^5.7.0",
"idb-keyval": "^6.2.1",
"svelte-confetti": "^1.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
3 changes: 0 additions & 3 deletions src/frontend/src/lib/components/hero/HeroContent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import ContextMenu from '$lib/components/hero/ContextMenu.svelte';
import TokenLogo from '$lib/components/tokens/TokenLogo.svelte';
import SkeletonLogo from '$lib/components/ui/SkeletonLogo.svelte';
import SnowBackground from '$lib/components/ui/SnowBackground.svelte';
import { SLIDE_PARAMS } from '$lib/constants/transition.constants';
import {
balance,
Expand Down Expand Up @@ -67,8 +66,6 @@
class:via-united-nations-blue={$networkEthereum}
class:to-bright-lilac={$networkEthereum}
>
<SnowBackground />

{#if isTransactionsPage}
<div in:slide={SLIDE_PARAMS} class="flex w-full flex-col gap-6">
<div class="grid w-full grid-cols-[1fr_auto_1fr] flex-row items-center justify-between">
Expand Down
28 changes: 0 additions & 28 deletions src/frontend/src/lib/components/ui/SnowBackground.svelte

This file was deleted.

3 changes: 0 additions & 3 deletions src/frontend/static/icons/snow-1.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/frontend/static/icons/snow-2.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/frontend/static/icons/snow-3.svg

This file was deleted.

0 comments on commit e0519a5

Please sign in to comment.