feat: Ability to set list color indicator (#1033)

Closes #840
This commit is contained in:
Lukas Corona
2025-02-25 15:58:59 +01:00
committed by GitHub
parent b0e9ed6162
commit 2732570607
19 changed files with 365 additions and 166 deletions

View File

@@ -11,6 +11,7 @@ export default class extends BaseModel {
id: attr(),
position: attr(),
name: attr(),
color: attr(),
boardId: fk({
to: 'Board',
as: 'board',