clean up task modal and add non-segmented progress bars.
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-10 13:11:52 +01:00
parent ad34116598
commit 98c7a66fd0
13 changed files with 186 additions and 246 deletions
+4 -3
View File
@@ -52,9 +52,10 @@ type TaskUpdate struct {
type TaskResult struct {
Task
Item *Item `json:"item"`
Logs []*Log `json:"logs"`
CompletedAmount int `json:"completedAmount"`
Item *Item `json:"item"`
Logs []*Log `json:"logs"`
CompletedAmount int `json:"completedAmount"`
Project *Project `json:"project,omitempty"`
}
type TaskFilter struct {