diff --git a/src/App.svelte b/src/App.svelte index 2a817082..e5b38bb7 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -3,11 +3,8 @@ import "toastify-js/src/toastify.css"; import { Route, router } from "tinro"; router.subscribe((routeInfo) => { - // console.log(routeInfo.path); window.scrollTo(0, 0); }); - // console.log($router.path); - // console.log(config); if (config.prefersHashRouting) { if (config.prefersHashRouting === true) { router.useHashNavigation(); @@ -56,16 +53,22 @@ window.addEventListener("load", () => { navigator.serviceWorker.register("/sw.js").then( (registration) => { - console.log(`sw successful with scope: ${registration.scope}`); + // console.log(`sw successful with scope: ${registration.scope}`); }, (err) => { - console.log(`sw failed: ${err}`); + // console.log(`sw failed: ${err}`); } ); }); } + + {#if $router.path === '/forgot_password'} diff --git a/src/components/About.svelte b/src/components/About.svelte index 54a556bc..49acbc64 100644 --- a/src/components/About.svelte +++ b/src/components/About.svelte @@ -60,7 +60,7 @@ d="M635.7 167.2L556.1 31.7c-8.8-15-28.3-20.1-43.5-11.5l-69 39.1L503.3 161c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L416 75l-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L333.2 122 278 153.3 337.8 255c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-59.7-101.7-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-27.9-47.5-55.2 31.3 59.7 101.7c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L84.9 262.9l-69 39.1C.7 310.7-4.6 329.8 4.2 344.8l79.6 135.6c8.8 15 28.3 20.1 43.5 11.5L624.1 210c15.2-8.6 20.4-27.8 11.6-42.8z" />
-

+

{$_('read-license')}

@@ -107,13 +107,13 @@
-
+
-

+

{$_('credits')}

+ class="max-w-3xl mx-auto text-xl leading-8 font-medium mt-8">

{$_('oss_credit_description')}

@@ -164,14 +164,14 @@
{/await}
-

+

Fragen

-
Q
+
Q

A

@@ -179,13 +179,13 @@
-
Q
+
Q

A

-
Q
+
Q

A

diff --git a/src/components/Dashboard.svelte b/src/components/Dashboard.svelte index d42c74cb..6c399d52 100644 --- a/src/components/Dashboard.svelte +++ b/src/components/Dashboard.svelte @@ -32,10 +32,10 @@ } -
+
{user.firstname} + class="mb-4 text-3xl font-extrabold leading-tight">{user.firstname} {user.middlename || ''} {user.lastname}
@@ -110,7 +110,7 @@ placeholder="Middle name" type="text" name="middlename" - class="mt-1 focus:ring-indigo-500 focus:border-indigo-500 block w-full shadow-sm rounded-l-md sm:text-sm border-gray-300 border bg-gray-50 text-gray-500 rounded-md p-2" /> + class="mt-1 focus:ring-indigo-500 focus:border-indigo-500 block w-full shadow-sm rounded-l-md sm:text-sm border-gray-300 border bg-gray-50 text-gray-500 dark:bg-gray-900 dark:text-gray-100 rounded-md p-2" />
@@ -119,7 +119,7 @@ placeholder="Last name" type="text" name="lastname" - class="mt-1 focus:ring-indigo-500 focus:border-indigo-500 block w-full shadow-sm rounded-l-md sm:text-sm border-gray-300 border bg-gray-50 text-gray-500 rounded-md p-2" /> + class="mt-1 focus:ring-indigo-500 focus:border-indigo-500 block w-full shadow-sm rounded-l-md sm:text-sm border-gray-300 border bg-gray-50 text-gray-500 dark:bg-gray-900 dark:text-gray-100 rounded-md p-2" />
{:catch error} diff --git a/src/components/Users.svelte b/src/components/Users.svelte index 5a2cee70..3ff3f3d5 100644 --- a/src/components/Users.svelte +++ b/src/components/Users.svelte @@ -6,7 +6,7 @@
- + Users
{/if}
-
+
{u.firstname}
@@ -88,7 +88,7 @@
-
+
Regional Paradigm Technician
Optimization
@@ -119,7 +119,7 @@ {/each} -
+
Showing 21-30 of 100