From 6fbce49bcf48da0342fd5fa136876decf5b7ab67 Mon Sep 17 00:00:00 2001 From: David Smadja <david.smadja@assemblee-nationale.fr> Date: Mon, 24 Mar 2025 16:57:34 +0100 Subject: [PATCH] Add aria-label --- .../test_case_selected/graph/TestCaseGraph.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/components/impacts_view/test_cases_view/test_case_selected/graph/TestCaseGraph.svelte b/src/lib/components/impacts_view/test_cases_view/test_case_selected/graph/TestCaseGraph.svelte index 566a8639..2642d8bc 100644 --- a/src/lib/components/impacts_view/test_cases_view/test_case_selected/graph/TestCaseGraph.svelte +++ b/src/lib/components/impacts_view/test_cases_view/test_case_selected/graph/TestCaseGraph.svelte @@ -1006,6 +1006,7 @@ > {#each getCustomizations(groupName, row.calculationName) as customization} <button + aria-label="personnaliser l'apparence" class="h-10 w-10 rounded border-2 border-neutral-300 hover:border-blue-500" onclick={() => { variableCustomizations[ @@ -1071,6 +1072,7 @@ ) ].selected = isSelected ? "false" : "true" updateVariableValuesAndCustomizations() + console.log({ variableCustomizations }) }} > <div -- GitLab