From ea018045674a4920650911f7b3e43db3b83d92f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 26 Apr 2019 11:43:58 +0200 Subject: [PATCH] Move card styles to component and add compact mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/Controls.vue | 16 +++- src/components/card/CardSidebar.vue | 12 +-- src/components/cards/CardBadges.vue | 38 +++++--- src/components/cards/CardItem.vue | 94 ++++++++++++++----- .../navigation/AppNavigationBoard.vue | 4 +- src/store/main.js | 7 ++ 6 files changed, 119 insertions(+), 52 deletions(-) diff --git a/src/components/Controls.vue b/src/components/Controls.vue index a60564b5f..ef1976d64 100644 --- a/src/components/Controls.vue +++ b/src/components/Controls.vue @@ -32,7 +32,7 @@
-
+ @@ -42,12 +42,13 @@ - +
@@ -57,6 +58,7 @@