{#if flashVisible && layout.nav.flash.length > 0}
{#each layout.nav.flash as item}
{item.message}
{/each}
{/if} {#if layout.nav.user_present} {/if}
{@render children?.()}
{#if layout.currently_hacking}
{#if currentlyExpanded} {#if layout.currently_hacking.users.length === 0}
No one is currently hacking :(
{:else}
{#each layout.currently_hacking.users as user}
{#if user.avatar_url} {`${user.display_name {/if} {#if user.slack_uid} @{user.display_name || `User ${user.id}`} {:else} {user.display_name || `User ${user.id}`} {/if}
{#if user.active_project}
working on {#if user.active_project.repo_url} {user.active_project.name} {:else} {user.active_project.name} {/if} {#if visualizeGitUrl(user.active_project.repo_url)} 🌌 {/if}
{/if}
{/each}
{/if} {/if}
{/if} {#snippet icon()} {/snippet} {#snippet actions()}
{/snippet}