From 54581742dc3c709638231aa861b0f282c01590b1 Mon Sep 17 00:00:00 2001 From: LandaMm Date: Sat, 31 May 2025 10:14:22 +0200 Subject: [PATCH] feat: add API service button --- web/src/pages/ApiServices/index.tsx | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/web/src/pages/ApiServices/index.tsx b/web/src/pages/ApiServices/index.tsx index f7e0e25..45b9383 100644 --- a/web/src/pages/ApiServices/index.tsx +++ b/web/src/pages/ApiServices/index.tsx @@ -1,4 +1,6 @@ +import { Button } from "@/components/ui/button"; import { useAdmin } from "@/store/admin"; +import { Plus } from "lucide-react"; import { useEffect, type FC } from "react"; import { Link } from "react-router"; @@ -48,19 +50,22 @@ const ApiServicesPage: FC = () => { return (
-
+

Search...

+
- {loading && ( -
-
- Loading... + + {loading && ( +
+
+ Loading... +
- - )} + )} -