fixes/mobile-comparator #25

Merged
ilia merged 10 commits from fixes/mobile-comparator into main 2026-02-10 16:21:45 +00:00
2 changed files with 3 additions and 7 deletions
Showing only changes of commit 1c2fca784f - Show all commits

View File

@@ -49,8 +49,6 @@ onMount(async () => {
} }
fontsReady = true; fontsReady = true;
}); });
$inspect(fontsReady);
</script> </script>
<svelte:head> <svelte:head>

View File

@@ -167,10 +167,6 @@ $effect(() => {
{char} {char}
{proximity} {proximity}
{isPast} {isPast}
weight={typography.weight}
size={typography.renderedSize}
fontAName={fontA.name}
fontBName={fontB.name}
/> />
{/if} {/if}
{/each} {/each}
@@ -202,7 +198,9 @@ $effect(() => {
> >
<!-- Text Rendering Container --> <!-- Text Rendering Container -->
{#if isLoading} {#if isLoading}
<div out:fade={{ duration: 300 }}>
<Loader size={24} /> <Loader size={24} />
</div>
{:else} {:else}
<div <div
class=" class="