From 039294af73ea35d68f0c7ab15b54fb542d8eff7e Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 1 Oct 2019 22:36:26 +0200 Subject: [PATCH] :art: (Tag List) Add sticky icons --- src/components/TagList.vue | 52 ++++++++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 13 deletions(-) diff --git a/src/components/TagList.vue b/src/components/TagList.vue index 16ff9c7..3efb269 100644 --- a/src/components/TagList.vue +++ b/src/components/TagList.vue @@ -3,12 +3,19 @@

Légende

- + - +
{{ slice.label }}{{ Math.round(slice.percent * 100) }}% + {{ Math.round(slice.percent * 100) }}% +
@@ -30,23 +37,39 @@
-
-
+
+
-
-

{{ $tc('account.total', category.transactions.length, { count: category.transactions.length }) }}

+
+

+ {{ + $tc('account.total', category.transactions.length, { + count: category.transactions.length + }) + }} +