From d4c40a2a5363e6fc5537d66ce7b226fbcda44488 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Mon, 19 Aug 2024 21:09:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=BC=20Updates=20password=20input=20com?= =?UTF-8?q?ponent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/lib/components/InputPassword.svelte | 60 ------------------- .../lib/components/input/InputPassword.svelte | 23 +++++++ app/src/lib/components/login.svelte | 2 +- app/src/routes/user/+page.svelte | 2 +- app/src/routes/user/EditUser.svelte | 2 +- app/src/routes/wifi/ap/Accesspoint.svelte | 2 +- app/src/routes/wifi/sta/Wifi.svelte | 2 +- 7 files changed, 28 insertions(+), 65 deletions(-) delete mode 100644 app/src/lib/components/InputPassword.svelte create mode 100644 app/src/lib/components/input/InputPassword.svelte diff --git a/app/src/lib/components/InputPassword.svelte b/app/src/lib/components/InputPassword.svelte deleted file mode 100644 index 11b4f72..0000000 --- a/app/src/lib/components/InputPassword.svelte +++ /dev/null @@ -1,60 +0,0 @@ - - -
- -
- - (show = false)} - width="40" - height="40" - viewBox="0 0 24 24" - stroke-width="2" - stroke="currentColor" - fill="none" - role="button" - tabindex="0" - stroke-linecap="round" - stroke-linejoin="round" - > - - - - - - - - (show = true)} - width="40" - height="40" - viewBox="0 0 24 24" - stroke-width="2" - stroke="currentColor" - fill="none" - role="button" - tabindex="0" - stroke-linecap="round" - stroke-linejoin="round" - > - - - - -
-
diff --git a/app/src/lib/components/input/InputPassword.svelte b/app/src/lib/components/input/InputPassword.svelte new file mode 100644 index 0000000..26c73f5 --- /dev/null +++ b/app/src/lib/components/input/InputPassword.svelte @@ -0,0 +1,23 @@ + + + \ No newline at end of file diff --git a/app/src/lib/components/login.svelte b/app/src/lib/components/login.svelte index 741730a..d94f1b7 100644 --- a/app/src/lib/components/login.svelte +++ b/app/src/lib/components/login.svelte @@ -1,6 +1,6 @@