improved task list

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-15 00:50:08 +02:00
parent 6ee5f587de
commit 84075b4634
8 changed files with 75 additions and 48 deletions

View File

@@ -94,8 +94,7 @@
{/if}
</td>
<td class="state" onclick={() => show(project.id)} >
{t("state_"+project.allowed_states[project.status].toLowerCase())}
{t("state_"+project.allowed_states[project.status]?.toLowerCase())}
</td>
<td class="members" onclick={() => show(project.id)} >
{#each Object.entries(project.members) as [uid,member]}