From 36e3368f58dc6bba9c5ce1468d1c28c39861e1b1 Mon Sep 17 00:00:00 2001 From: RcleydsonR Date: Wed, 21 Dec 2022 19:35:03 -0300 Subject: [PATCH] Add initial listing component Co-authored-by: Enzo Gabriel --- src/components/ListComponent.vue | 82 +++++++++--------- src/components/ListingComponent.vue | 129 ++++++++++++++++++++++++++++ 2 files changed, 170 insertions(+), 41 deletions(-) create mode 100644 src/components/ListingComponent.vue diff --git a/src/components/ListComponent.vue b/src/components/ListComponent.vue index 4211256..4a8ef45 100644 --- a/src/components/ListComponent.vue +++ b/src/components/ListComponent.vue @@ -65,50 +65,50 @@ const openEtherscanUrl = (url: string) => { >Últimas transações -
-
- Valor - Tipo de transação - Checar transação -
-
- - {{ formatEventsAmount(release?.args.amount) }} BRZ - - - {{ "Compra" }} - -
- Etherscan - Redirect image +
+
+ Valor + Tipo de transação + Checar transação
-
-
- -
+ + {{ formatEventsAmount(release?.args.amount) }} BRZ + + + {{ "Compra" }} + +
+ Etherscan + Redirect image +
+
+
+ +
-

- Não há nenhuma transação anterior -

-
+

+ Não há nenhuma transação anterior +

+
diff --git a/src/components/ListingComponent.vue b/src/components/ListingComponent.vue new file mode 100644 index 0000000..c5726e1 --- /dev/null +++ b/src/components/ListingComponent.vue @@ -0,0 +1,129 @@ + + + + + \ No newline at end of file