svelte5 migration, formatting cleanup

This commit is contained in:
2025-02-11 13:13:17 +01:00
parent 44875efa7e
commit b5a740c302
32 changed files with 5782 additions and 1374 deletions
+7 -7
View File
@@ -1,13 +1,13 @@
<script>
import { goto } from '$app/navigation';
import { browser } from '$app/environment';
import { goto } from '$app/navigation';
import { browser } from '$app/environment';
if (browser) {
// setTimeout needed for goto to work on ios...
setTimeout(() => goto('/streams', { replaceState: true }), 0);
}
if (browser) {
// setTimeout needed for goto to work on ios...
setTimeout(() => goto('/streams', { replaceState: true }), 0);
}
</script>
<svelte:head>
<title>apt-get's auditorium</title>
<title>apt-get's auditorium</title>
</svelte:head>