diff --git a/app/ui/src/Layout/BotLayout.tsx b/app/ui/src/Layout/BotLayout.tsx index 3f76771d..496c86be 100644 --- a/app/ui/src/Layout/BotLayout.tsx +++ b/app/ui/src/Layout/BotLayout.tsx @@ -183,42 +183,7 @@ export default function BotLayout({ -
-
-
- -
-
-
+
@@ -255,6 +220,43 @@ export default function BotLayout({
*/}
+ +
+
+
+ +
+
+
); diff --git a/app/ui/src/components/Bot/Playground/index.tsx b/app/ui/src/components/Bot/Playground/index.tsx index df07ec8e..f85cb454 100644 --- a/app/ui/src/components/Bot/Playground/index.tsx +++ b/app/ui/src/components/Bot/Playground/index.tsx @@ -7,25 +7,25 @@ import { Skeleton } from "antd"; export const PlaygroundBody = () => { const { isLoading } = useMessage(); return ( -
+
{" "} -
+
-
+
{isLoading ? (
) : (
-
+
-
+
diff --git a/app/ui/src/routes/bot/integrations.tsx b/app/ui/src/routes/bot/integrations.tsx index e6c735be..b61d17b7 100644 --- a/app/ui/src/routes/bot/integrations.tsx +++ b/app/ui/src/routes/bot/integrations.tsx @@ -52,7 +52,7 @@ export default function BotIntegrationRoot() { }, [status]); return ( -
+
{status === "loading" && } {status === "success" && }