add UI to show assigned user
All checks were successful
Backend Build and Test / build (push) Successful in 3m3s
All checks were successful
Backend Build and Test / build (push) Successful in 3m3s
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
<button (click)="completeTask(task.id)">Done</button>
|
||||
<div (click)="updateTask(task.id)" class="item">
|
||||
<div class="name">{{ task.name }}</div>
|
||||
<div class="assigned">{{ usernames[task.assigned ? task.assigned : 0] }}</div>
|
||||
<div
|
||||
class="reward"
|
||||
[ngClass]="{ 'negative': task.reward < 0 }"
|
||||
|
||||
Reference in New Issue
Block a user