From 695d99279d6928c69765bfdd2fed628bdf7037f3 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 24 Mar 2026 18:22:01 -0400 Subject: [PATCH 1/2] better handling of focus error reason and message --- .../guide/components/Toolbar/V2/GuideRow.tsx | 12 ++++--- .../guide/components/Toolbar/V2/V2.tsx | 2 +- .../guide/components/Toolbar/V2/helpers.ts | 6 ++++ .../Toolbar/V2/useInspectGuideClientStore.ts | 36 ++++++++++++++----- 4 files changed, 43 insertions(+), 13 deletions(-) diff --git a/packages/react/src/modules/guide/components/Toolbar/V2/GuideRow.tsx b/packages/react/src/modules/guide/components/Toolbar/V2/GuideRow.tsx index 0e72f2f03..2222f3122 100644 --- a/packages/react/src/modules/guide/components/Toolbar/V2/GuideRow.tsx +++ b/packages/react/src/modules/guide/components/Toolbar/V2/GuideRow.tsx @@ -13,6 +13,7 @@ import { GuideAnnotatedStatusDot as StatusDot, } from "./GuideAnnotatedStatusDot"; import { GuideRowDetails } from "./GuideRowDetails"; +import { ERROR_MESSAGE } from "./helpers"; import { AnnotatedGuide, AnnotatedStatuses, @@ -354,12 +355,15 @@ export const GuideRow = ({ guide, orderIndex, isExpanded, onClick }: Props) => {