diff --git a/frontend/src/lib/components/ElevationProfile.svelte b/frontend/src/lib/components/ElevationProfile.svelte index b2dba20..2d2f6ef 100644 --- a/frontend/src/lib/components/ElevationProfile.svelte +++ b/frontend/src/lib/components/ElevationProfile.svelte @@ -166,14 +166,21 @@ role="img" aria-hidden="true" > - + + {#if hover} @@ -188,7 +195,7 @@ zur Ellipse und Text mitverzerrt. --> diff --git a/frontend/src/lib/components/IconPicker.svelte b/frontend/src/lib/components/IconPicker.svelte index 7132add..88a8c24 100644 --- a/frontend/src/lib/components/IconPicker.svelte +++ b/frontend/src/lib/components/IconPicker.svelte @@ -1,16 +1,18 @@
- + -
- - - - -
- -

- Jeder Name von lucide.dev - ist möglich — geschrieben wie „TreePine" oder „tree-pine". - {#if value.trim() && !iconExists(value)} - Diesen Namen gibt es dort nicht. - {/if} -

- -
+ +
{#each FLAG_ICON_SUGGESTIONS as name (name)} - - - - - - - - Passwort ändern - - - -
- - +
-
- - -
-
- - -
- - {#if passwordError} -

{passwordError}

- {:else if passwordMessage} -

{passwordMessage}

- {/if} - -
@@ -283,7 +277,7 @@ Eine eigene Karte, ganz unten: Was nicht rückgängig zu machen ist, steht nicht zwischen Namensfeld und Passwortwechsel. --> - + @@ -318,3 +312,43 @@
+ + + + + + Passwort ändern + + Nach der Änderung wirst du still neu angemeldet — PocketBase entwertet + mit dem Wechsel alle Tokens, auch den dieser Sitzung. + + + +
+
+ + +
+
+ + +

Mindestens 8 Zeichen.

+
+
+ + +
+ + {#if passwordError} +

{passwordError}

+ {/if} +
+ + + + + +
+