From 98f32bec3a1944cb92fb76fadc8326618797e84c Mon Sep 17 00:00:00 2001 From: germondai Date: Thu, 11 Jun 2026 10:25:00 +0200 Subject: [PATCH] feat: add responsive top navigation bar --- apps/web/app/components/NavBar.vue | 293 +++++++++++++++++++++++++++++ 1 file changed, 293 insertions(+) create mode 100644 apps/web/app/components/NavBar.vue diff --git a/apps/web/app/components/NavBar.vue b/apps/web/app/components/NavBar.vue new file mode 100644 index 0000000..6a8b7c4 --- /dev/null +++ b/apps/web/app/components/NavBar.vue @@ -0,0 +1,293 @@ + + + + +