feat(web): add solution space info

This commit is contained in:
2026-08-21 14:14:24 +02:00
parent 3475a5338b
commit 8d501d42a3
6 changed files with 88 additions and 26 deletions
+2 -2
View File
@@ -74,7 +74,7 @@
</div>
{/each}
<span
class="w-12 text-sm text-zinc-500 self-center flex items-center justify-center"
class="w-16 text-sm text-zinc-500 self-center flex items-center justify-center"
>
{#if info_gained === null}
@@ -84,7 +84,7 @@
class="size-3 animate-spin rounded-full border-2 border-gray-300 border-t-gray-700"
></div>
{:then i}
{i.toFixed(2)}
{i.info_gained.toFixed(2)} bits
{:catch e}
<span
title={e}