feat: better connection error messages

resolve #159
fixes #158
fixes #153
This commit is contained in:
2025-02-14 16:31:43 +01:00
parent 45c5f21cc4
commit 089812c555
5 changed files with 134 additions and 6 deletions

View File

@@ -8,7 +8,6 @@
import TrackChords from "$lib/charrecorder/TrackChords.svelte";
import ChordHud from "$lib/charrecorder/ChordHud.svelte";
import type { InferredChord } from "$lib/charrecorder/core/types";
import { onMount } from "svelte";
import TrackText from "$lib/charrecorder/TrackText.svelte";
import { browser } from "$app/environment";
import { expoOut } from "svelte/easing";