From 42e26bfcfc5bc10edf7569b841d241b6fdf3c29e Mon Sep 17 00:00:00 2001 From: Bill Leoutsakos Date: Fri, 18 Sep 2026 11:24:12 -0700 Subject: [PATCH 1/2] fix(resource): name bulk action buttons for accessibility --- .../components/resource/components/action-bar/action-bar.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/sim/app/workspace/[workspaceId]/components/resource/components/action-bar/action-bar.tsx b/apps/sim/app/workspace/[workspaceId]/components/resource/components/action-bar/action-bar.tsx index f928eec1c6b..7678123e352 100644 --- a/apps/sim/app/workspace/[workspaceId]/components/resource/components/action-bar/action-bar.tsx +++ b/apps/sim/app/workspace/[workspaceId]/components/resource/components/action-bar/action-bar.tsx @@ -34,6 +34,7 @@ function ActionButton({ icon: Icon, label, onClick, disabled }: ActionButtonProp @@ -178,7 +183,12 @@ export default function PlaygroundPage() {
- diff --git a/apps/sim/app/workspace/[workspaceId]/components/resource/resource.tsx b/apps/sim/app/workspace/[workspaceId]/components/resource/resource.tsx index cf548ac70e5..ff86f7371ea 100644 --- a/apps/sim/app/workspace/[workspaceId]/components/resource/resource.tsx +++ b/apps/sim/app/workspace/[workspaceId]/components/resource/resource.tsx @@ -512,6 +512,7 @@ const Pagination = memo(function Pagination({
@@ -1096,6 +1103,7 @@ export function Chat() { {isStreaming ? (
@@ -801,6 +801,7 @@ export const Panel = memo(function Panel() { event.stopPropagation()} > {matchCountLabel} - @@ -609,6 +614,7 @@ function WorkflowSearchReplacePanel({ focusRef }: WorkflowSearchReplacePanelProp onChange={(event) => setQuery(event.target.value)} /> )} @@ -1155,7 +1160,12 @@ function PreviewEditorContent({ className='flex-1 text-[var(--text-primary)] text-sm' /> {onClose && ( - )} @@ -1224,6 +1234,7 @@ function PreviewEditorContent({