From bbba514fd593b96af16fc85e272bfdd7b5abdcfc Mon Sep 17 00:00:00 2001 From: gabaldon Date: Fri, 12 Apr 2024 12:02:08 +0200 Subject: [PATCH 1/2] feat: set ui for contract v2 address and fix address alignment --- packages/ui/components/IntegrationDetails.vue | 100 +++++++++++------- packages/ui/components/TransactionItem.vue | 3 + packages/ui/locales/en-US.json | 1 + packages/ui/locales/es-ES.json | 1 + 4 files changed, 64 insertions(+), 41 deletions(-) diff --git a/packages/ui/components/IntegrationDetails.vue b/packages/ui/components/IntegrationDetails.vue index e9bc5ce2..ed07d9ec 100644 --- a/packages/ui/components/IntegrationDetails.vue +++ b/packages/ui/components/IntegrationDetails.vue @@ -24,20 +24,34 @@
-

+

+ {{ $t('data_feed_details.contract_address_title').toUpperCase() }} +

+

{{ $t('data_feed_details.proxy_address').toUpperCase() }}

- + {{ proxyAddress }} -

- {{ $t('data_feed_details.underlying_feed_contract').toUpperCase() }} -

- - {{ feedAddress }} - - +
+ + {{ proxyAddress }} + + +

+ {{ $t('data_feed_details.underlying_feed_contract').toUpperCase() }} +

+ + {{ feedAddress }} + + +

{{ $t('data_feed_details.erc2362_asset_id').toUpperCase() }}

@@ -48,41 +62,37 @@
-