Feat(3102): bridge page form (#3919)

* fix: refactor state management

* fix: update pnpm lock file and use fixed version for zustand

* feat: add sidebar menu and mobile menu + transaction history page

* feat: add side bar menu and history page

* fix: remove unused code + update TransactionClaimButton component

* fix: update dockerfile to remove warning during build

* feat: bridging page with erc20 bridging

* fix: clean components

* fix: adjust layout, state management and components

* fix: refactor fee calculation + add eth to usd conversion

* fix: remove unused code

* feat: add fee in transaction history

* fix: token image format

* fix: linting issue

* fix: import issue
This commit is contained in:
Victorien Gauch
2024-09-11 13:46:14 +02:00
committed by GitHub
parent 809dbe3fad
commit 6eb6bd808d
118 changed files with 2874 additions and 2310 deletions

19
pnpm-lock.yaml generated
View File

@@ -62,9 +62,9 @@ importers:
axios:
specifier: 1.7.2
version: 1.7.2
classnames:
specifier: 2.5.1
version: 2.5.1
clsx:
specifier: ^2.1.1
version: 2.1.1
compare-versions:
specifier: 6.1.1
version: 6.1.1
@@ -113,6 +113,9 @@ importers:
swiper:
specifier: 11.1.7
version: 11.1.7
tailwind-merge:
specifier: ^2.5.2
version: 2.5.2
viem:
specifier: 2.18.0
version: 2.18.0(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@5.0.10)(zod@3.23.8)
@@ -4257,9 +4260,6 @@ packages:
class-validator@0.14.1:
resolution: {integrity: sha512-2VEG9JICxIqTpoK1eMzZqaV+u/EiwEJkMGzTrZf6sU/fwsnOITVgYJ8yojSy6CaXtO9V0Cc6ZQZ8h8m4UBuLwQ==}
classnames@2.5.1:
resolution: {integrity: sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==}
clean-stack@2.2.0:
resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==}
engines: {node: '>=6'}
@@ -8715,6 +8715,9 @@ packages:
resolution: {integrity: sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==}
engines: {node: '>=10.0.0'}
tailwind-merge@2.5.2:
resolution: {integrity: sha512-kjEBm+pvD+6eAwzJL2Bi+02/9LFLal1Gs61+QB7HvTfQQ0aXwC5LGT8PEt1gS0CWKktKe6ysPTAy3cBC5MeiIg==}
tailwind-scrollbar@3.1.0:
resolution: {integrity: sha512-pmrtDIZeHyu2idTejfV59SbaJyvp1VRjYxAjZBH0jnyrPRo6HL1kD5Glz8VPagasqr6oAx6M05+Tuw429Z8jxg==}
engines: {node: '>=12.13.0'}
@@ -15286,8 +15289,6 @@ snapshots:
libphonenumber-js: 1.11.4
validator: 13.12.0
classnames@2.5.1: {}
clean-stack@2.2.0: {}
cli-boxes@2.2.1: {}
@@ -20889,6 +20890,8 @@ snapshots:
string-width: 4.2.3
strip-ansi: 6.0.1
tailwind-merge@2.5.2: {}
tailwind-scrollbar@3.1.0(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.5.4))):
dependencies:
tailwindcss: 3.4.7(ts-node@10.9.2(typescript@5.5.4))