From 2414e69c8451d1d2e002c48f2dd5830772ca3b62 Mon Sep 17 00:00:00 2001 From: Blind Dev Date: Thu, 21 May 2026 14:36:59 +0000 Subject: [PATCH 1/2] Improve screen reader announcements for auth feedback --- src/app/app.component.html | 4 ++-- .../data-modal/is-authorized/is-authorized.component.html | 2 +- src/app/shared/components/login/login.component.html | 6 +++--- .../settings/auth-settings/auth-settings.component.html | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 5eca86a7..080ff7ed 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -29,8 +29,8 @@ -
- +
+

Loading RTL...

diff --git a/src/app/shared/components/data-modal/is-authorized/is-authorized.component.html b/src/app/shared/components/data-modal/is-authorized/is-authorized.component.html index edd1877f..f42eb8ab 100644 --- a/src/app/shared/components/data-modal/is-authorized/is-authorized.component.html +++ b/src/app/shared/components/data-modal/is-authorized/is-authorized.component.html @@ -11,7 +11,7 @@ Password - Password is required. + Password is required.
diff --git a/src/app/shared/components/login/login.component.html b/src/app/shared/components/login/login.component.html index a1342c7c..88f10e3b 100644 --- a/src/app/shared/components/login/login.component.html +++ b/src/app/shared/components/login/login.component.html @@ -19,13 +19,13 @@ - Password is required. + Password is required. -

+

-

+

close {{logoutReason}}

diff --git a/src/app/shared/components/settings/auth-settings/auth-settings.component.html b/src/app/shared/components/settings/auth-settings/auth-settings.component.html index 5d49d9a4..4ab96520 100644 --- a/src/app/shared/components/settings/auth-settings/auth-settings.component.html +++ b/src/app/shared/components/settings/auth-settings/auth-settings.component.html @@ -7,17 +7,17 @@ Current Password - Current password is required. + Current password is required. New Password - {{errorMsg}} + {{errorMsg}} Confirm New Password - {{errorConfirmMsg}} + {{errorConfirmMsg}}
From b024ed5bfc609cfeee8113c00bd6f12e909f7dd1 Mon Sep 17 00:00:00 2001 From: Denis Skripnik Date: Sun, 31 May 2026 09:17:34 +0000 Subject: [PATCH 2/2] fix: refine auth feedback live announcements --- src/app/app.component.html | 4 ++-- .../data-modal/is-authorized/is-authorized.component.html | 2 +- src/app/shared/components/login/login.component.html | 6 +++--- .../settings/auth-settings/auth-settings.component.html | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 080ff7ed..f6907c9e 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -29,8 +29,8 @@
-
- +
+
diff --git a/src/app/shared/components/data-modal/is-authorized/is-authorized.component.html b/src/app/shared/components/data-modal/is-authorized/is-authorized.component.html index f42eb8ab..5adab9d4 100644 --- a/src/app/shared/components/data-modal/is-authorized/is-authorized.component.html +++ b/src/app/shared/components/data-modal/is-authorized/is-authorized.component.html @@ -11,7 +11,7 @@ Password - Password is required. + Password is required.
diff --git a/src/app/shared/components/login/login.component.html b/src/app/shared/components/login/login.component.html index 88f10e3b..db52cfbc 100644 --- a/src/app/shared/components/login/login.component.html +++ b/src/app/shared/components/login/login.component.html @@ -19,13 +19,13 @@ - Password is required. + Password is required. - -

+

close {{logoutReason}}

diff --git a/src/app/shared/components/settings/auth-settings/auth-settings.component.html b/src/app/shared/components/settings/auth-settings/auth-settings.component.html index 4ab96520..ac4ea16f 100644 --- a/src/app/shared/components/settings/auth-settings/auth-settings.component.html +++ b/src/app/shared/components/settings/auth-settings/auth-settings.component.html @@ -7,17 +7,17 @@ Current Password - Current password is required. + Current password is required. New Password - {{errorMsg}} + {{errorMsg}} Confirm New Password - {{errorConfirmMsg}} + {{errorConfirmMsg}}