Dashboard — FPMB

Dashboard

Welcome back. Here's an overview of your teams and active projects.

My Teams

{#if loading}

Loading...

{:else if myTeams.length === 0}

You're not a member of any teams yet.

{:else}
{#each myTeams as team (team.id)}
{team.name.charAt(0)}

{team.name}

Go to Team
{/each}
{/if}

Recent Projects

View All
{#if loading}

Loading...

{:else if recentProjects.length === 0}

No projects yet.

{:else} {/if}
{#if showNewTeam}
(showNewTeam = false)} onkeydown={(e) => e.key === "Escape" && (showNewTeam = false)} role="dialog" aria-label="Create Team dialog" tabindex="-1" >

Create Team

{/if}