thinking very hard rn...
{/if}
- {#if done}
+ {#if state === "done"}
thought a lot, here's what i got:
{/if}
- {#if thinking || done}
+ {#if ["busy", "done"].includes(state)}
- {#if !done}
+ {#if state === "busy"}
{/if}
{/if}
- {#if done}
+ {#if state === "done"}