From a437bc71e18c243f2b28ac110464ebd55ac3f456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNASOS?= Date: Wed, 19 Apr 2023 17:21:43 +0300 Subject: [PATCH 1/5] Fix #1233 screen reader issue issue --- .../instructor-student-list-page.component.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html b/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html index f5d33cddf67..59109cbdc6f 100644 --- a/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html +++ b/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html @@ -37,25 +37,22 @@

Students

-
-

{{courseTab.stats.numOfStudents}}

-

students

+
+

{{courseTab.stats.numOfStudents}} students

-

{{courseTab.stats.numOfSections}}

-

sections

+

{{courseTab.stats.numOfSections}} sections

-

{{courseTab.stats.numOfTeams}}

-

teams

+

{{courseTab.stats.numOfTeams}} teams

From dd2210396e8d2c04367f2e6627da35fc91cdd1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNASOS?= Date: Thu, 20 Apr 2023 16:29:48 +0300 Subject: [PATCH 2/5] Fix issues based on feedback --- .../instructor-student-list-page.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html b/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html index 59109cbdc6f..e9de0e105d1 100644 --- a/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html +++ b/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html @@ -38,21 +38,21 @@

Students

-

{{courseTab.stats.numOfStudents}} students

+

{{courseTab.stats.numOfStudents}} students

-

{{courseTab.stats.numOfSections}} sections

+

{{courseTab.stats.numOfSections}} sections

-

{{courseTab.stats.numOfTeams}} teams

+

{{courseTab.stats.numOfTeams}} teams

From 1dffeb9fa92d807f48dbcee337098bccf8f88792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNASOS?= Date: Sat, 22 Apr 2023 21:04:44 +0300 Subject: [PATCH 3/5] Fix issue of course summary headers --- .../instructor-student-list-page.component.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html b/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html index e9de0e105d1..118a1b3d202 100644 --- a/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html +++ b/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html @@ -37,22 +37,22 @@

Students

-
-

{{courseTab.stats.numOfStudents}} students

+
+ {{courseTab.stats.numOfStudents}} students
-
-

{{courseTab.stats.numOfSections}} sections

+
+ {{courseTab.stats.numOfSections}} sections
-
-

{{courseTab.stats.numOfTeams}} teams

+
+ {{courseTab.stats.numOfTeams}} teams
From 2f1072b7c7d20072da00f517af1cbf53ce3ad446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNASOS?= Date: Sun, 23 Apr 2023 21:14:04 +0300 Subject: [PATCH 4/5] Fix issue based on feedback --- .../instructor-student-list-page.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html b/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html index 118a1b3d202..46a0d0895f4 100644 --- a/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html +++ b/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html @@ -38,7 +38,7 @@

Students

- {{courseTab.stats.numOfStudents}} students + {{courseTab.stats.numOfStudents}} students
From 9eadfeab99d896b8cc3ef2a252bd5ff661af31cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNASOS?= Date: Tue, 25 Apr 2023 11:19:57 +0300 Subject: [PATCH 5/5] Fix lint issue --- .../instructor-student-list-page.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html b/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html index 46a0d0895f4..1183ff5fe0c 100644 --- a/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html +++ b/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html @@ -52,7 +52,7 @@

Students

- {{courseTab.stats.numOfTeams}} teams + {{courseTab.stats.numOfTeams}} teams