feat(web): add solution space info
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user