summaryrefslogtreecommitdiff
path: root/internal/models/widget.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/models/widget.go')
-rw-r--r--internal/models/widget.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/models/widget.go b/internal/models/widget.go
index cbaf19c..da13008 100644
--- a/internal/models/widget.go
+++ b/internal/models/widget.go
@@ -18,6 +18,7 @@ type WidgetItem struct {
URL string `json:"url,omitempty"`
Completable bool `json:"completable"` // true = doot task (checkbox shown)
RecurringEventID string `json:"recurring_event_id,omitempty"`
+ ProjectColor *string `json:"project_color,omitempty"`
}
// WidgetResponse is the full /api/widget response body.