From e207c8324224501bc1cdadd89ce80f8506b08369 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 10 Dec 2019 21:58:36 +0100 Subject: [PATCH] Frontend: Code clean-up Signed-off-by: Michael Mayer --- frontend/src/component/p-navigation.vue | 56 ++++++++++++++++++------- 1 file changed, 41 insertions(+), 15 deletions(-) diff --git a/frontend/src/component/p-navigation.vue b/frontend/src/component/p-navigation.vue index 5f880d5e3..5d84c7995 100644 --- a/frontend/src/component/p-navigation.vue +++ b/frontend/src/component/p-navigation.vue @@ -49,26 +49,33 @@ - Photos + Photos + - Photos + + Photos + - Monochrome + + Monochrome + - Vibrant + + Vibrant + @@ -79,19 +86,24 @@ - Albums + + Albums + - Albums + + Albums + + :key="index" + :to="{ name: 'album', params: { uuid: album.AlbumUUID, slug: album.AlbumSlug } }"> {{ album.AlbumName }} Untitled @@ -105,7 +117,9 @@ - Favorites + + Favorites + @@ -115,7 +129,9 @@ - Places + + Places + @@ -125,7 +141,9 @@ - Labels + + Labels + @@ -155,7 +173,9 @@ - Library + + Library + @@ -165,7 +185,9 @@ - Settings + + Settings + @@ -175,17 +197,21 @@ - Logout + + Logout + -