{#if $activeWorkspace} {$activeWorkspace.name} {:else} Select Workspace {/if}
{#each $workspaces as workspace}
activeWorkspace.set(workspace)} > {workspace.name}
{/each}
showCreateModal = true} >
New Workspace
{#if showCreateModal}
Create New Workspace
Workspace Name
Description
showCreateModal = false} > Cancel
Create
{/if}