From 8ae03fa6e9f104332ce232e58c0f7ecd6315e9f0 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 8 May 2020 21:07:33 +0200 Subject: [PATCH] Highlight the current list when something list related is called --- src/App.vue | 20 ++++++++++++++++++-- src/components/lists/ShowList.vue | 3 +++ src/store/index.js | 9 +++++++-- src/store/mutation-types.js | 1 + src/styles/theme/navigation.scss | 2 +- 5 files changed, 30 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index fe8f2c50..de6fba5e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -141,7 +141,7 @@