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
+2
View File
@@ -7,6 +7,7 @@ import projects from './projects';
import projectManagers from './project-managers';
import boards from './boards';
import boardMemberships from './board-memberships';
import labels from './labels';
import lists from './lists';
import cards from './cards';
import tasks from './tasks';
@@ -22,6 +23,7 @@ export default {
...projectManagers,
...boards,
...boardMemberships,
...labels,
...lists,
...cards,
...tasks,