From 95914ec3348240e5d123642ac55ca3515e649a7c Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Thu, 2 May 2024 18:46:06 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1Handles=20svelte=20warnings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/lib/components/InputPassword.svelte | 4 ++++ app/src/routes/wifi/sta/Scan.svelte | 2 ++ 2 files changed, 6 insertions(+) diff --git a/app/src/lib/components/InputPassword.svelte b/app/src/lib/components/InputPassword.svelte index 2f9392b..11b4f72 100644 --- a/app/src/lib/components/InputPassword.svelte +++ b/app/src/lib/components/InputPassword.svelte @@ -23,6 +23,8 @@ stroke-width="2" stroke="currentColor" fill="none" + role="button" + tabindex="0" stroke-linecap="round" stroke-linejoin="round" > @@ -45,6 +47,8 @@ stroke-width="2" stroke="currentColor" fill="none" + role="button" + tabindex="0" stroke-linecap="round" stroke-linejoin="round" > diff --git a/app/src/routes/wifi/sta/Scan.svelte b/app/src/routes/wifi/sta/Scan.svelte index 82efc33..fb03d56 100644 --- a/app/src/routes/wifi/sta/Scan.svelte +++ b/app/src/routes/wifi/sta/Scan.svelte @@ -115,6 +115,8 @@ on:click={() => { storeNetwork(network.ssid); }} + role="button" + tabindex="0" >