From 992d01ba9bc46cf059d3af877e27d5be8b1702ce Mon Sep 17 00:00:00 2001 From: Laux Dev <2201104208@student.buksu.edu.ph> Date: Thu, 26 Mar 2026 17:22:32 +0800 Subject: [PATCH] Final --- frontend/src/app/components/navbar/Navbar.jsx | 9 ++- .../app/components/navbar/styles.module.css | 3 + .../toast/success/styles.module.css | 4 +- .../app/components/topHeader/TopHeader.jsx | 12 +++- .../components/topHeader/styles.module.css | 16 ++++- frontend/src/app/hooks/useNagivation.jsx | 46 +++++--------- .../projects/view/[servicesId]/settings.jsx | 42 ++++++++++--- .../view/[servicesId]/styles.module.css | 6 ++ .../[servicesId]/variableStyles.module.css | 61 +++++++++++-------- .../view/add-from-scratch/styles.module.css | 6 ++ 10 files changed, 134 insertions(+), 71 deletions(-) diff --git a/frontend/src/app/components/navbar/Navbar.jsx b/frontend/src/app/components/navbar/Navbar.jsx index 1961f12..f7ce3f1 100644 --- a/frontend/src/app/components/navbar/Navbar.jsx +++ b/frontend/src/app/components/navbar/Navbar.jsx @@ -16,6 +16,7 @@ import CredentialsIcon from "../icons/credentials"; import AgentIcon from "../icons/agent"; import DownloadIcon from "../icons/download"; import useNavigations from "@/app/hooks/useNagivation"; +import { usePathname } from "next/navigation"; const Navbar = () => { const [triggerDropDown, setTriggerDropDown] = useState(false); @@ -27,11 +28,15 @@ const Navbar = () => { navToHome, navToOrganization, navToUsers, - } = useNavigations(); + } = useNavigations(setTriggerDropDown); + + const pathname = usePathname(); const isMobile = useIsMobile(); return ( -
{props.topbarTitle}
No Environment Variables added
REQUEST_SERVICE_GRPC
-request-service:50053
-{data.key}
+{data.value}
+