From cef9c57a88981ac3390b86fdf5bf23818987adb7 Mon Sep 17 00:00:00 2001 From: Joice-crypto Date: Mon, 1 Jul 2024 22:10:11 -0300 Subject: [PATCH 1/3] Add arial-label on buttons --- apps/table.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/table.js b/apps/table.js index a84ee48aa..7e8a8422b 100644 --- a/apps/table.js +++ b/apps/table.js @@ -315,7 +315,7 @@ function initialize() { const btn = `
- ${slideDeleteRequests[counter] && slideDeleteRequests[counter].slideDetails && @@ -323,12 +323,12 @@ function initialize() { ` ${slideDeleteRequests.find((o) => o.requestedBy === sanitize(getUserId())) ? ` - ` : ` - @@ -336,7 +336,7 @@ function initialize() { } ` : ` - ` From e1bafaeb0cfe65e03fb0a8acb17014ef17d94038 Mon Sep 17 00:00:00 2001 From: Joice-crypto Date: Mon, 1 Jul 2024 22:40:13 -0300 Subject: [PATCH 2/3] Add arial-label on buttons --- apps/table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/table.js b/apps/table.js index 7e8a8422b..73a5c89d8 100644 --- a/apps/table.js +++ b/apps/table.js @@ -328,7 +328,7 @@ function initialize() { ` : ` - From 3b288504e49f933a7f1f3498cc3cea23caef2365 Mon Sep 17 00:00:00 2001 From: Joice-crypto Date: Tue, 2 Jul 2024 21:34:35 -0300 Subject: [PATCH 3/3] Add aria-label on buttons --- apps/table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/table.js b/apps/table.js index 73a5c89d8..d85490cd9 100644 --- a/apps/table.js +++ b/apps/table.js @@ -336,7 +336,7 @@ function initialize() { } ` : ` - `