From 4ceb40750565257bdd91a5c096ef0943dbd3cd0d Mon Sep 17 00:00:00 2001 From: Jonas Pacheco Date: Wed, 25 Mar 2026 10:57:28 -0300 Subject: [PATCH] =?UTF-8?q?feat(03-03):=20add=20Cient=C3=ADfico=20tab=20to?= =?UTF-8?q?=20BiWorkspace=20with=20MiroFlowControl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added Brain icon import from lucide-react - Added MiroFlowControl component import - Added TabsTrigger for 'cientifico' tab with Brain icon - Added TabsContent rendering MiroFlowControl component - All existing tabs (overview, datasources, upload, datasets, charts, backups, staging, advanced) preserved --- client/src/pages/BiWorkspace.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/src/pages/BiWorkspace.tsx b/client/src/pages/BiWorkspace.tsx index feb5510..73323b6 100644 --- a/client/src/pages/BiWorkspace.tsx +++ b/client/src/pages/BiWorkspace.tsx @@ -47,6 +47,7 @@ import { X, Sparkles, MessageSquare, + Brain, } from "lucide-react"; import { Textarea } from "@/components/ui/textarea"; import { @@ -81,6 +82,7 @@ import { Cell, } from "recharts"; import { SupersetDashboard } from "@/components/SupersetDashboard"; +import { MiroFlowControl } from "@/components/MiroFlowControl"; interface BiStats { dataSources: number; @@ -2893,6 +2895,9 @@ export default function BiWorkspace() { Insights + + Científico + @@ -2936,6 +2941,9 @@ export default function BiWorkspace() { + + +