From 579803d13b52e5cdd8fddd066bcf4f8a9ecb7321 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 19 Dec 2022 12:42:24 +0100 Subject: [PATCH] add lib vue-avatar --- frontend/package.json | 1 + .../Contributions/ContributionListItem.vue | 17 ++++++++--------- frontend/src/components/Menu/Navbar.spec.js | 7 ++++--- frontend/src/components/Menu/Navbar.vue | 19 ++++++++----------- .../Template/RightSide/LastTransactions.vue | 12 ++++++------ .../Transactions/TransactionReceive.vue | 9 ++++++--- .../Transactions/TransactionSend.vue | 8 +++++--- frontend/yarn.lock | 5 +++++ 8 files changed, 43 insertions(+), 35 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 35c5437f4..9c9f47e53 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -52,6 +52,7 @@ "vee-validate": "^3.4.5", "vue": "2.6.12", "vue-apollo": "^3.0.7", + "vue-avatar": "^2.3.3", "vue-flatpickr-component": "^8.1.2", "vue-focus": "^2.1.0", "vue-i18n": "^8.22.4", diff --git a/frontend/src/components/Contributions/ContributionListItem.vue b/frontend/src/components/Contributions/ContributionListItem.vue index 76676c8c2..7203a1d93 100644 --- a/frontend/src/components/Contributions/ContributionListItem.vue +++ b/frontend/src/components/Contributions/ContributionListItem.vue @@ -6,15 +6,12 @@ > - - - + > @@ -178,6 +175,7 @@