From 9f2e25278b458d0b64f2aca9ed053a5749a686c3 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Sat, 28 Oct 2023 13:26:57 +0200 Subject: [PATCH] Replace hard-coded navigation bar with dynamic alternative. Navigation bars should be coded as their own component and added to the meta section of the Vue Router's route(s) in which they are to be used. --- .../source/src/components/navigation.vue | 33 +++++-------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/lib/www/client/source/src/components/navigation.vue b/lib/www/client/source/src/components/navigation.vue index 2e0fdd8..cab76e1 100644 --- a/lib/www/client/source/src/components/navigation.vue +++ b/lib/www/client/source/src/components/navigation.vue @@ -71,17 +71,10 @@ - -