Skip to content

Commit

Permalink
included todos
Browse files Browse the repository at this point in the history
  • Loading branch information
peucastro committed Dec 4, 2024
1 parent 6973413 commit afe3aae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/routes/(app)/user/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</script>

{#await teamMember}
<!-- TODO: include a waiting animation -->
<p>...waiting</p>
{:then teamMember}
<section>
Expand All @@ -42,6 +43,7 @@
</h3>
<div class="flex items-center rounded-2xl bg-green-200/20 px-5 py-2">
<div class="mr-2 h-4 w-4 rounded-full bg-green-200"></div>
<!-- TODO: incorporate backend's active member flag -->
<p class="text-sm font-semibold sm:text-base">Membro ativo</p>
</div>
</div>
Expand Down Expand Up @@ -99,5 +101,6 @@
</div>
</section>
{:catch error}
<!-- TODO: link the error page -->
<p>{error.message}</p>
{/await}

0 comments on commit afe3aae

Please sign in to comment.