Prepare for collection board type, refactoring, update dependencies
This commit is contained in:
@@ -3,6 +3,10 @@ export const ProjectBackgroundTypes = {
|
||||
IMAGE: 'image',
|
||||
};
|
||||
|
||||
export const BoardTypes = {
|
||||
KANBAN: 'kanban',
|
||||
};
|
||||
|
||||
export const ActionTypes = {
|
||||
CREATE_CARD: 'createCard',
|
||||
MOVE_CARD: 'moveCard',
|
||||
|
||||
Reference in New Issue
Block a user