From 5e0522d6d0cb097848047276c7bde6d04a2dc715 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Thu, 6 Aug 2020 17:33:38 +0200 Subject: [PATCH] [neutratywy] better ui --- pages/neutratywy.vue | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/pages/neutratywy.vue b/pages/neutratywy.vue index 457d1f57a..f0ea4b301 100644 --- a/pages/neutratywy.vue +++ b/pages/neutratywy.vue @@ -76,7 +76,19 @@
- +
+
+ + + +
+ +
+ +
+
@@ -99,7 +111,8 @@ - + +
@@ -260,6 +282,9 @@ } }, this); }, + visibleNouns() { + return Object.values(this.nouns).filter(n => n.matches(this.filter)); + }, nounsCountApproved() { return Object.values(this.nouns).filter(n => n.approved).length; },