From fe5bb628058a373bde92e0ecc12b0efeddeefbec Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Fri, 14 Oct 2022 11:00:00 +0100 Subject: [PATCH] Merge pull request #9931 from overleaf/ii-dashboard-table-accessibility [web] Project dashboard table accessibility improvements GitOrigin-RevId: ac8202b587c796ad1560e26242c1edca8c72a897 --- .../web/frontend/extracted-translations.json | 2 ++ .../table/project-list-table-row.tsx | 8 +++----- .../components/table/project-list-table.tsx | 19 ++++++++++--------- services/web/locales/en.json | 5 ++++- .../table/project-list-table.test.tsx | 6 +++--- 5 files changed, 22 insertions(+), 18 deletions(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index b3a072a4e7..c93b1c4b6f 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -114,6 +114,7 @@ "created_at": "", "creating": "", "current_password": "", + "date_and_owner": "", "date": "", "delete": "", "delete_account": "", @@ -486,6 +487,7 @@ "project_too_much_editable_text": "", "project_url": "", "projects": "", + "projects_list": "", "public": "", "pull_github_changes_into_sharelatex": "", "push_sharelatex_changes_to_github": "", diff --git a/services/web/frontend/js/features/project-list/components/table/project-list-table-row.tsx b/services/web/frontend/js/features/project-list/components/table/project-list-table-row.tsx index bc86cabd5a..bb8bda76ae 100644 --- a/services/web/frontend/js/features/project-list/components/table/project-list-table-row.tsx +++ b/services/web/frontend/js/features/project-list/components/table/project-list-table-row.tsx @@ -36,11 +36,9 @@ export default function ProjectListTableRow({ onChange={handleCheckboxChange} data-project-id={project.id} /> -