Dein Profil
{#if errorMessage}
{errorMessage}
{/if}
{#if isLoading}
Daten werden geladen...
{:else if user}
E-Mail:
{user.email}
{#if showPasswordChange}
{/if}
Deine Levels
{#if userLevels.length === 0}
Du hast noch keine Levels erstellt.
{:else}
{#each userLevels as level}
{level.name}
{level.description || 'Keine Beschreibung'}
👁️
{level.playCount}
❤️
{level.likesCount}
🏷️
{level.difficulty || 'Normal'}
{/each}
{/if}
{:else}
Du bist nicht angemeldet. Bitte melde dich an, um dein Profil zu sehen.
{/if}