From 35e37cb0b7bb7aa709e4169c1f1c1c4ea8ce4aa8 Mon Sep 17 00:00:00 2001 From: SimplyBoo6 Date: Wed, 29 Nov 2023 18:49:16 +0000 Subject: [PATCH] Refactored navbar button system Now buttons are defined in code. This will let them more easily be duplicated into the hamburger menu, hopefully. --- .../components/navbar/navbar.component.html | 75 ++---- .../app/components/navbar/navbar.component.ts | 217 ++++++++++++------ client/src/app/services/gallery.service.ts | 6 +- 3 files changed, 170 insertions(+), 128 deletions(-) diff --git a/client/src/app/components/navbar/navbar.component.html b/client/src/app/components/navbar/navbar.component.html index 106f47b..95119f0 100755 --- a/client/src/app/components/navbar/navbar.component.html +++ b/client/src/app/components/navbar/navbar.component.html @@ -1,6 +1,6 @@