From d337de1f6352a58cff91162a9e778d4b155974ef Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 14 May 2025 22:25:46 +0600 Subject: [PATCH] web/ProcessingQueueItem: make buttons accessible for screen readers --- web/i18n/en/button.json | 5 ++++- web/src/components/queue/ProcessingQueueItem.svelte | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/web/i18n/en/button.json b/web/i18n/en/button.json index 4c29c342..643f4b8e 100644 --- a/web/i18n/en/button.json +++ b/web/i18n/en/button.json @@ -22,5 +22,8 @@ "hide_input": "hide input", "restore_input": "restore input", "clear_input": "clear input", - "clear_cache": "clear cache" + "clear_cache": "clear cache", + "remove": "remove", + "retry": "retry", + "delete": "delete" } diff --git a/web/src/components/queue/ProcessingQueueItem.svelte b/web/src/components/queue/ProcessingQueueItem.svelte index baa148bc..2675205e 100644 --- a/web/src/components/queue/ProcessingQueueItem.svelte +++ b/web/src/components/queue/ProcessingQueueItem.svelte @@ -162,6 +162,7 @@ {#if info.state === "done" && info.resultFile}