feat: added search bar and results page
All checks were successful
Build and Push App Image / build-and-push (push) Successful in 1m34s

This commit is contained in:
domrichardson
2026-03-26 12:52:09 +00:00
parent cf94697d07
commit 9cf71ab4a0
4 changed files with 290 additions and 12 deletions

View File

@@ -21,6 +21,12 @@ const routes = [
component: () => import("../pages/Home.vue"),
meta: { requiresAuth: true },
},
{
path: "/search",
name: "Search",
component: () => import("../pages/Home.vue"),
meta: { requiresAuth: true },
},
{
path: "/admin",
name: "Admin",