From f277f990d2c09dc25787ebbd4edf9700d672884f Mon Sep 17 00:00:00 2001 From: Ariel De Los Santos Date: Wed, 17 May 2023 11:53:00 -0400 Subject: [PATCH] feat(281249): improve Login and Create Account page reader support --- ...ApplicationTemplate.Shared.Views.projitems | 3 ++- .../Authentication/CreateAccountPage.xaml | 2 ++ ...lidationStateToVoiceOverStringConverter.cs | 23 +++++++++++++++++++ .../Styles/Application/Converters.xaml | 2 ++ .../Styles/Controls/CheckBox.xaml | 6 ++--- .../Styles/Controls/DataValidationView.xaml | 5 ++-- 6 files changed, 35 insertions(+), 6 deletions(-) create mode 100644 src/app/ApplicationTemplate.Shared.Views/Converters/FromDataValidationStateToVoiceOverStringConverter.cs diff --git a/src/app/ApplicationTemplate.Shared.Views/ApplicationTemplate.Shared.Views.projitems b/src/app/ApplicationTemplate.Shared.Views/ApplicationTemplate.Shared.Views.projitems index 7d8960b40..59aae9812 100644 --- a/src/app/ApplicationTemplate.Shared.Views/ApplicationTemplate.Shared.Views.projitems +++ b/src/app/ApplicationTemplate.Shared.Views/ApplicationTemplate.Shared.Views.projitems @@ -1,4 +1,4 @@ - + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) @@ -91,6 +91,7 @@ + diff --git a/src/app/ApplicationTemplate.Shared.Views/Content/Authentication/CreateAccountPage.xaml b/src/app/ApplicationTemplate.Shared.Views/Content/Authentication/CreateAccountPage.xaml index 5ca981262..0e4afcee4 100644 --- a/src/app/ApplicationTemplate.Shared.Views/Content/Authentication/CreateAccountPage.xaml +++ b/src/app/ApplicationTemplate.Shared.Views/Content/Authentication/CreateAccountPage.xaml @@ -263,6 +263,8 @@ Model="{Binding Form}" Margin="0,4,0,0"> +