Use tags for card labels (#1888)

This commit is contained in:
Alex
2022-05-27 23:43:11 +07:00
committed by GitHub
parent 4e69e4f0d1
commit a224a154e5
24 changed files with 214 additions and 341 deletions
+1 -1
View File
@@ -84,6 +84,7 @@ export interface Task extends AttachedDoc, DocWithRank {
dueDate: Timestamp | null
startDate: Timestamp | null
todoItems?: number
labels?: number
}
/**
@@ -116,7 +117,6 @@ export interface Issue extends Task {
comments?: number
attachments?: number
labels?: string
}
/**