From 33db23d0a5e7d351007859368029ef2e7d26a1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Sun, 14 Aug 2022 21:26:37 +0200 Subject: Use empty content icon slots in dashboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/components/TaskIcon.vue | 55 +++++++++++++++++++++++++++++++++++++++++++++ src/views/Dashboard.vue | 6 ++++- 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 src/components/TaskIcon.vue (limited to 'src') diff --git a/src/components/TaskIcon.vue b/src/components/TaskIcon.vue new file mode 100644 index 00000000..7f07df92 --- /dev/null +++ b/src/components/TaskIcon.vue @@ -0,0 +1,55 @@ + + + + + + + diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 76cd3360..20c73752 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -25,7 +25,6 @@ License along with this library. If not, see .
. +
@@ -67,6 +69,7 @@ License along with this library. If not, see .