{#if state === "empty"} {#if file}
{/if}
this is a very early & basic proof-of-concept, nothing about this feature is final or complete. please don't share or talk about it.
{/if} {#if state === "busy"}
thinking very hard rn...
{/if} {#if state === "done"}
thought a lot, here's what i got:
{/if} {#if ["busy", "done"].includes(state)}
{#if state === "busy"} {/if}
{/if} {#if state === "busy"}
{/if} {#if state === "done"}
{/if}