From 3cf60f267dff484957007174b6b5c899278679ee Mon Sep 17 00:00:00 2001 From: RcleydsonR Date: Sun, 25 Dec 2022 23:51:00 -0300 Subject: [PATCH] prepare ListingComponent to receive manager mode --- src/assets/cancel.svg | 6 ++ src/assets/withdraw.svg | 8 ++ src/components/ListComponent.vue | 86 ++++++++-------- src/components/ListingComponent.vue | 147 ++++++++++++++++------------ src/views/BidHistoryView.vue | 3 +- 5 files changed, 145 insertions(+), 105 deletions(-) create mode 100644 src/assets/cancel.svg create mode 100644 src/assets/withdraw.svg diff --git a/src/assets/cancel.svg b/src/assets/cancel.svg new file mode 100644 index 0000000..e6069f6 --- /dev/null +++ b/src/assets/cancel.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/assets/withdraw.svg b/src/assets/withdraw.svg new file mode 100644 index 0000000..fbb5603 --- /dev/null +++ b/src/assets/withdraw.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/components/ListComponent.vue b/src/components/ListComponent.vue index 4a8ef45..4211256 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 -
-
-
- -
- -

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

+
+
+ Valor + Tipo de transação + Checar transação
+
+ + {{ formatEventsAmount(release?.args.amount) }} BRZ + + + {{ "Compra" }} + +
+ Etherscan + Redirect image +
+
+
+ +
+ +

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

+
diff --git a/src/components/ListingComponent.vue b/src/components/ListingComponent.vue index c5726e1..a2d2995 100644 --- a/src/components/ListingComponent.vue +++ b/src/components/ListingComponent.vue @@ -1,13 +1,21 @@ \ No newline at end of file + diff --git a/src/views/BidHistoryView.vue b/src/views/BidHistoryView.vue index a89deb3..fcbd4d5 100644 --- a/src/views/BidHistoryView.vue +++ b/src/views/BidHistoryView.vue @@ -1,5 +1,4 @@ - +