sidebarOpen.set(true)}>
{#each modes as mode}
{mode}
{/each}
{#each views as view}
{view}
{/each}
STOP