{#if $state.includes("editor-loading") || $state.includes("fetching")} {/if} {#if !activeItem}
No Item Selected
{/if}
{name}
{#if $state.includes("saving")} Saving... {:else if $state.includes("trashing")} (◞‸◟) {:else if $state.includes("updating")} Updating code, cancel request {:else if remote} Code was remotely fetched, check carefully before saving! {:else if temp} Ready for code! {:else} Last modified: {lastModified} {/if}