From 94eea0c830902237343667139e51053b45eb519e Mon Sep 17 00:00:00 2001 From: Dhruvirana08 <111476987+Dhruvirana08@users.noreply.github.com> Date: Thu, 2 Jul 2026 17:16:10 -0400 Subject: [PATCH 1/7] fix: add missing alt attribute to files in admin.flow-builder-core.v1 --- .../steps/execution/execution-factory/apple-execution.tsx | 2 +- .../execution/execution-factory/facebook-execution.tsx | 2 +- .../steps/execution/execution-factory/github-execution.tsx | 2 +- .../steps/execution/execution-factory/google-execution.tsx | 2 +- .../resources/steps/execution/execution-factory/index.tsx | 6 +++--- .../execution/execution-factory/microsoft-execution.tsx | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/apple-execution.tsx b/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/apple-execution.tsx index 8fec14c5416..f3562743849 100644 --- a/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/apple-execution.tsx +++ b/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/apple-execution.tsx @@ -66,7 +66,7 @@ const AppleExecution = ({ return ( - + { t("flows:core.executions.names.apple") } ); diff --git a/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/facebook-execution.tsx b/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/facebook-execution.tsx index 9b58ba9ce82..fa78a0f7d7b 100644 --- a/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/facebook-execution.tsx +++ b/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/facebook-execution.tsx @@ -66,7 +66,7 @@ const FacebookExecution = ({ return ( - + { t("flows:core.executions.names.facebook") } ); diff --git a/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/github-execution.tsx b/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/github-execution.tsx index 9b174e0c008..924b7cd87f0 100644 --- a/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/github-execution.tsx +++ b/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/github-execution.tsx @@ -66,7 +66,7 @@ const GithubExecution = ({ return ( - + { t("flows:core.executions.names.github") } ); diff --git a/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/google-execution.tsx b/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/google-execution.tsx index 3c62a4b7e4c..66455717c21 100644 --- a/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/google-execution.tsx +++ b/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/google-execution.tsx @@ -66,7 +66,7 @@ const GoogleExecution = ({ return ( - + { t("flows:core.executions.names.google") } ); diff --git a/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/index.tsx b/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/index.tsx index 2057cbd9cf9..ee7ab8fc6ca 100644 --- a/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/index.tsx +++ b/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/index.tsx @@ -82,7 +82,7 @@ const ExecutionFactory: FC = ({ if ((resource.data?.action as any)?.executor?.name === ExecutionTypes.PasskeyEnrollment) { return ( - + { t("flows:core.executions.names.passkeyEnrollment") } ); @@ -96,7 +96,7 @@ const ExecutionFactory: FC = ({ data-componentid={ componentId } className="flow-builder-execution magic-link" > - + { t("flows:core.executions.names.magicLink") } ); @@ -116,7 +116,7 @@ const ExecutionFactory: FC = ({ data-componentid={ componentId } className="flow-builder-execution confirmation-code" > - + { t("flows:core.executions.names.confirmationCode") } ); diff --git a/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/microsoft-execution.tsx b/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/microsoft-execution.tsx index 5507b0a7ced..569b0605849 100644 --- a/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/microsoft-execution.tsx +++ b/features/admin.flow-builder-core.v1/components/resources/steps/execution/execution-factory/microsoft-execution.tsx @@ -65,7 +65,7 @@ const MicrosoftExecution = ({ return ( - + { t("flows:core.executions.names.microsoft") } ); From 2cbd799f6ccc367f54d83d215d72c1bc09ef652c Mon Sep 17 00:00:00 2001 From: Dhruvirana08 <111476987+Dhruvirana08@users.noreply.github.com> Date: Thu, 2 Jul 2026 17:23:14 -0400 Subject: [PATCH 2/7] fix: add missing alt attribute to application-template-card.tsx in admin.application-templates.v1 --- .../components/application-template-card.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/features/admin.application-templates.v1/components/application-template-card.tsx b/features/admin.application-templates.v1/components/application-template-card.tsx index 4a7be4f87e6..de8645901ac 100644 --- a/features/admin.application-templates.v1/components/application-template-card.tsx +++ b/features/admin.application-templates.v1/components/application-template-card.tsx @@ -181,6 +181,7 @@ const ApplicationTemplateCard: FunctionComponent From 2949689274fe643c69055554ebda0a813fd4b488 Mon Sep 17 00:00:00 2001 From: Dhruvirana08 <111476987+Dhruvirana08@users.noreply.github.com> Date: Thu, 2 Jul 2026 17:36:01 -0400 Subject: [PATCH 3/7] fix: add missing alt attribute to feature-preview-modal.tsx in admin.core.v1 --- .../admin.core.v1/components/modals/feature-preview-modal.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/features/admin.core.v1/components/modals/feature-preview-modal.tsx b/features/admin.core.v1/components/modals/feature-preview-modal.tsx index 84ce264332a..bc6da0771f6 100644 --- a/features/admin.core.v1/components/modals/feature-preview-modal.tsx +++ b/features/admin.core.v1/components/modals/feature-preview-modal.tsx @@ -161,6 +161,7 @@ const FeaturePreviewModal: FunctionComponent { selected?.image && ( { ) } From 640a8e8bb59653e1dac889645a7df828589562d4 Mon Sep 17 00:00:00 2001 From: Dhruvirana08 <111476987+Dhruvirana08@users.noreply.github.com> Date: Thu, 2 Jul 2026 17:44:31 -0400 Subject: [PATCH 4/7] fix: add missing alt attribute to button-adapter.tsx in admin.flow-builder-core.v1 --- .../components/resources/elements/adapters/button-adapter.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/admin.flow-builder-core.v1/components/resources/elements/adapters/button-adapter.tsx b/features/admin.flow-builder-core.v1/components/resources/elements/adapters/button-adapter.tsx index f2a4ef10d1c..d13f50d8baa 100644 --- a/features/admin.flow-builder-core.v1/components/resources/elements/adapters/button-adapter.tsx +++ b/features/admin.flow-builder-core.v1/components/resources/elements/adapters/button-adapter.tsx @@ -126,8 +126,8 @@ const ButtonAdapter: FunctionComponent = ({