From 7218d0cab962d8f290441cf5eea0b70470646c29 Mon Sep 17 00:00:00 2001 From: Leah Miller Date: Fri, 6 Feb 2026 11:45:21 -0800 Subject: [PATCH 01/15] chore:BED-7297 align border radius --- cmd/ui/src/views/Explore/ExploreSearch/ExploreSearch.tsx | 2 +- .../src/components/CreateUserForm/CreateUserForm.tsx | 4 ++-- .../src/components/EntityInfo/EntityInfoPanel.tsx | 4 ++-- .../EnvironmentSelectPanel/EnvironmentSelectPanel.tsx | 2 +- .../ExploreSearchCombobox/ExploreSearchCombobox.tsx | 2 +- .../src/views/PrivilegeZones/Details/Details.tsx | 3 ++- .../src/views/PrivilegeZones/Details/ObjectCountPanel.tsx | 6 +++--- .../src/views/PrivilegeZones/History/HistoryNote.tsx | 2 +- .../PrivilegeZonesCypherEditor.tsx | 2 +- .../src/views/PrivilegeZones/Save/RuleForm/BasicInfo.tsx | 5 +++-- .../views/PrivilegeZones/Save/RuleForm/SeedSelection.tsx | 2 +- .../PrivilegeZones/Save/RuleForm/SeedSelectionPreview.tsx | 3 ++- .../src/views/PrivilegeZones/Save/TagForm/TagForm.tsx | 4 ++-- 13 files changed, 22 insertions(+), 19 deletions(-) diff --git a/cmd/ui/src/views/Explore/ExploreSearch/ExploreSearch.tsx b/cmd/ui/src/views/Explore/ExploreSearch/ExploreSearch.tsx index 5af6a6f776a..477e2b12038 100644 --- a/cmd/ui/src/views/Explore/ExploreSearch/ExploreSearch.tsx +++ b/cmd/ui/src/views/Explore/ExploreSearch/ExploreSearch.tsx @@ -175,7 +175,7 @@ const ExploreSearch: React.FC = () => { 'w-[600px]': activeTab === 'cypher' && showSearchWidget, })}>
+
Unable to load data required to create this user.
@@ -166,7 +166,7 @@ const CreateUserFormInner: React.FC<{
- + {'Create User'}
diff --git a/packages/javascript/bh-shared-ui/src/components/EntityInfo/EntityInfoPanel.tsx b/packages/javascript/bh-shared-ui/src/components/EntityInfo/EntityInfoPanel.tsx index 72e9898555c..d91a5f61158 100644 --- a/packages/javascript/bh-shared-ui/src/components/EntityInfo/EntityInfoPanel.tsx +++ b/packages/javascript/bh-shared-ui/src/components/EntityInfo/EntityInfoPanel.tsx @@ -65,10 +65,10 @@ const EntityInfoPanel: React.FC = ({ label='Role-based access filtering applied' /> )} -
+
-
+
{selectedNode ? ( + Environmental Targeted Access Control
- + {
-
+

{tagTypeDisplay} Details

@@ -72,6 +72,7 @@ const Details: FC = () => {
+ {/* TODO Leah - h-dvh */}
diff --git a/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/Details/ObjectCountPanel.tsx b/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/Details/ObjectCountPanel.tsx index 37917b84d51..649d5b0f4b9 100644 --- a/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/Details/ObjectCountPanel.tsx +++ b/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/Details/ObjectCountPanel.tsx @@ -26,7 +26,7 @@ const ObjectCountPanel: FC = () => { return (

Total Count

@@ -44,7 +44,7 @@ const ObjectCountPanel: FC = () => { return (

Total Count

@@ -60,7 +60,7 @@ const ObjectCountPanel: FC = () => { return (

Total Count

diff --git a/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/History/HistoryNote.tsx b/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/History/HistoryNote.tsx index 203cf105ef7..6373b49180d 100644 --- a/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/History/HistoryNote.tsx +++ b/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/History/HistoryNote.tsx @@ -24,7 +24,7 @@ const HistoryNote = () => { return (
- + Note diff --git a/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/PrivilegeZonesCypherEditor/PrivilegeZonesCypherEditor.tsx b/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/PrivilegeZonesCypherEditor/PrivilegeZonesCypherEditor.tsx index 914332e9a8f..46750ea5c24 100644 --- a/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/PrivilegeZonesCypherEditor/PrivilegeZonesCypherEditor.tsx +++ b/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/PrivilegeZonesCypherEditor/PrivilegeZonesCypherEditor.tsx @@ -89,7 +89,7 @@ export const PrivilegeZonesCypherEditor: FC<{ }, [cypherQuery, onChange]); return ( - +
{preview ? 'Cypher Preview' : 'Cypher Rule'} diff --git a/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/Save/RuleForm/BasicInfo.tsx b/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/Save/RuleForm/BasicInfo.tsx index 85d5e67eebb..e170a83089d 100644 --- a/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/Save/RuleForm/BasicInfo.tsx +++ b/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/Save/RuleForm/BasicInfo.tsx @@ -74,8 +74,9 @@ const BasicInfo: FC<{ control: Control }> = if (isError) return
There was an error fetching the rule information.
; return ( -
- + // TODO Leah - h-[36rem] needed? +
+ Defining Rule {ruleId !== '' && ( diff --git a/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/Save/RuleForm/SeedSelection.tsx b/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/Save/RuleForm/SeedSelection.tsx index 95271b9c28a..964f46ea327 100644 --- a/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/Save/RuleForm/SeedSelection.tsx +++ b/packages/javascript/bh-shared-ui/src/views/PrivilegeZones/Save/RuleForm/SeedSelection.tsx @@ -112,7 +112,7 @@ const SeedSelection: FC<{ )} /> - +