From cafb960c8d53495ec81ec6b0d961b591b718b510 Mon Sep 17 00:00:00 2001 From: konrad Date: Wed, 25 Mar 2020 21:27:29 +0000 Subject: [PATCH] Colors for lists and namespaces (#74) Show colors for namespaces bigger Show colors for lists and namespaces Add changing color for lists Add changing color for namespace Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/74 --- src/App.vue | 8 ++++++-- src/components/lists/EditList.vue | 16 +++++++++++++++ src/components/namespaces/EditNamespace.vue | 16 +++++++++++++++ src/models/list.js | 7 ++++++- src/models/namespace.js | 5 +++++ src/services/list.js | 6 ++++++ src/services/namespace.js | 10 ++++++++++ src/styles/theme/navigation.scss | 22 ++++++++++++++++++--- 8 files changed, 84 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index a576618b8..1588ec930 100644 --- a/src/App.vue +++ b/src/App.vue @@ -134,7 +134,8 @@