From 011203d64f5ba35a95df0f18308ad9e8558fbe1c Mon Sep 17 00:00:00 2001 From: Dan Hemerlein Date: Tue, 8 Apr 2025 11:49:43 -0400 Subject: [PATCH 1/4] fix up css and className props --- .gitignore | 1 + .../console/components/DataView/DataView.tsx | 1 + .../components/DataView/EventsBrowser.tsx | 109 ++++++++---------- .../PageLayout/WorkspacePageLayout.tsx | 24 ++-- webapps/console/pages/[workspaceId]/data.tsx | 9 +- 5 files changed, 64 insertions(+), 80 deletions(-) diff --git a/.gitignore b/.gitignore index 1ee2403f8..11f42415d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ node_modules /cli/build-scripts/dist/ /libs/jsondiffpatch/coverage/ /libs/jsondiffpatch/dist/ +/devenv-* diff --git a/webapps/console/components/DataView/DataView.tsx b/webapps/console/components/DataView/DataView.tsx index 375f5dbfe..1e11f10ae 100644 --- a/webapps/console/components/DataView/DataView.tsx +++ b/webapps/console/components/DataView/DataView.tsx @@ -96,6 +96,7 @@ export function DataView() { destroyInactiveTabPane={true} type="line" items={items} + className="w-full" /> ); } diff --git a/webapps/console/components/DataView/EventsBrowser.tsx b/webapps/console/components/DataView/EventsBrowser.tsx index 652b98791..ded92e8df 100644 --- a/webapps/console/components/DataView/EventsBrowser.tsx +++ b/webapps/console/components/DataView/EventsBrowser.tsx @@ -249,7 +249,7 @@ const EventsBrowser0 = ({ value: entity[0], label: entity[1].type === "stream" ? ( - + ) : entity[1].type === "profile-builder" ? ( ) : ( @@ -482,9 +482,9 @@ const EventsBrowser0 = ({ })(); return ( <> -
-
-
+
+
+
{entityType == "stream" ? "Site: " : "Connection: "}