From 00fead5a67d83fa1a05446467e91eef9f716a55a Mon Sep 17 00:00:00 2001 From: mudlee Date: Fri, 25 Sep 2020 09:15:14 +0200 Subject: [PATCH] Show all delegates; show if a delegate is resigned; delegate list is searchable --- .../DelegatesList/DelegatesList.scss} | 7 ++- .../DelegatesList/DelegatesList.vue | 49 +++++++++++++++---- src/views/ViewAddress.vue | 6 --- 3 files changed, 46 insertions(+), 16 deletions(-) rename src/{views/ViewAddress.scss => components/DelegatesList/DelegatesList.scss} (62%) diff --git a/src/views/ViewAddress.scss b/src/components/DelegatesList/DelegatesList.scss similarity index 62% rename from src/views/ViewAddress.scss rename to src/components/DelegatesList/DelegatesList.scss index 82da27c..5c77d55 100644 --- a/src/views/ViewAddress.scss +++ b/src/components/DelegatesList/DelegatesList.scss @@ -6,7 +6,12 @@ width: 30%; } +.delegatesVotesCol { + width: 40%; + text-align: right; +} + .delegatesActionsCol { - width: 60%; + width: 20%; text-align: right; } \ No newline at end of file diff --git a/src/components/DelegatesList/DelegatesList.vue b/src/components/DelegatesList/DelegatesList.vue index 4ddf217..d25ccc2 100644 --- a/src/components/DelegatesList/DelegatesList.vue +++ b/src/components/DelegatesList/DelegatesList.vue @@ -17,12 +17,16 @@ You're currently not voting. +
+ +