Skip to content

Instantly share code, notes, and snippets.

View Pismice's full-sized avatar
🌴
On vacation

Pismice Pismice

🌴
On vacation
  • Switzerland
View GitHub Profile
<script lang="ts">
import { enhance } from '$app/forms';
import { goto } from '$app/navigation';
import { profilePictureTimestamp, refreshProfilePicture } from '$lib/stores/profilePicture.js';
import * as m from '$lib/paraglide/messages';
import { ConsoleLogWriter } from 'drizzle-orm';
import { flushSync } from 'svelte';
type UserWithProfilePicture = {
firstname: string;