made user clickable in time list

This commit is contained in:
2025-10-17 10:51:05 +02:00
parent a6b1d01f6e
commit 9e9eae65e9

View File

@@ -244,7 +244,7 @@
{time.duration.toFixed(3)} h {time.duration.toFixed(3)} h
{/if} {/if}
</td> </td>
<td class="user"> <td class="user" onclick={e => {detail = time.id}}>
{users[time.user_id].name} {users[time.user_id].name}
</td> </td>
<td class="subject" onclick={e => {detail = time.id}}> <td class="subject" onclick={e => {detail = time.id}}>