From 10811b4624ee4a194f86ee690f55bb78dd9891c9 Mon Sep 17 00:00:00 2001 From: Frikky Date: Tue, 18 Mar 2025 13:29:36 +0100 Subject: [PATCH] Fixed multiple navigation issues --- frontend/src/components/Billing.jsx | 11 +- frontend/src/components/LeftSideBar.jsx | 8 +- frontend/src/components/Navbar.jsx | 38 +++++-- frontend/src/components/SearchData.jsx | 124 ++++++++++++++--------- frontend/src/context/ContextApi.jsx | 3 + frontend/src/views/Docs.jsx | 128 +++++++++++++++++++++++- functions/onprem/orborus/orborus.go | 31 ++++-- 7 files changed, 272 insertions(+), 71 deletions(-) diff --git a/frontend/src/components/Billing.jsx b/frontend/src/components/Billing.jsx index 39e15706..3be59424 100644 --- a/frontend/src/components/Billing.jsx +++ b/frontend/src/components/Billing.jsx @@ -860,6 +860,7 @@ const Billing = memo((props) => { "Add Card Details" } + {userdata.has_card_available === true ?