From 25aecd4bf877741845651e61c2d6a7c474b896fe Mon Sep 17 00:00:00 2001 From: BobChao87 Date: Thu, 10 Feb 2022 02:55:00 -0800 Subject: [PATCH] Progress bars, mobile view, bid wars for incentive Related to Issue #41 --- components/element/MoneyBar.vue | 53 ++++++++++++++++++++++++++ components/marathon/incentive/List.vue | 9 ++--- components/marathon/incentive/Row.vue | 51 ++++++++++++++++++++++--- 3 files changed, 102 insertions(+), 11 deletions(-) create mode 100644 components/element/MoneyBar.vue diff --git a/components/element/MoneyBar.vue b/components/element/MoneyBar.vue new file mode 100644 index 00000000..ce6a28a8 --- /dev/null +++ b/components/element/MoneyBar.vue @@ -0,0 +1,53 @@ + + + + + diff --git a/components/marathon/incentive/List.vue b/components/marathon/incentive/List.vue index 9d5bc011..c0132dfe 100644 --- a/components/marathon/incentive/List.vue +++ b/components/marathon/incentive/List.vue @@ -11,11 +11,10 @@ {{ $t('marathon.incentives.management.table.description') }} - - {{ $t('marathon.incentives.management.table.progress') }} - - + @@ -66,6 +65,6 @@ export default Vue.extend({ @use '~assets/table'; .incentives-table { - @include table.shrink(4, ()); + @include table.shrink(3); } diff --git a/components/marathon/incentive/Row.vue b/components/marathon/incentive/Row.vue index 0a5a7298..bf82c6d7 100644 --- a/components/marathon/incentive/Row.vue +++ b/components/marathon/incentive/Row.vue @@ -1,7 +1,15 @@ + +