feat: Labels reordering

Closes #289
This commit is contained in:
Maksim Eltyshev
2023-01-09 12:17:06 +01:00
parent d260d2dac0
commit a741e26ccb
33 changed files with 370 additions and 104 deletions
+1
View File
@@ -8,6 +8,7 @@ export default class extends BaseModel {
static fields = {
id: attr(),
position: attr(),
name: attr(),
color: attr(),
boardId: fk({