mirror of
https://github.com/Gimanh/taskview-community.git
synced 2026-09-24 19:32:09 +00:00
wip: notifications
This commit is contained in:
@@ -3,4 +3,6 @@ import type { Edge, Node } from '@vue-flow/core'
|
||||
export type GraphStore = {
|
||||
nodes: Node[];
|
||||
edges: Edge[];
|
||||
allNodes: Node[];
|
||||
allEdges: Edge[];
|
||||
};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { GoalItem, KanbanColumnItem, KanbanResponseTasksForColumn } from 'taskview-api'
|
||||
import type { GoalItem, KanbanColumnItem, KanbanFilters, KanbanResponseTasksForColumn } from 'taskview-api'
|
||||
|
||||
export type KanbanStoreState = {
|
||||
tasksData: {
|
||||
@@ -7,4 +7,5 @@ export type KanbanStoreState = {
|
||||
// TODO: rename to columns
|
||||
statuses: KanbanColumnItem[];
|
||||
goalId: GoalItem['id'];
|
||||
filters: KanbanFilters;
|
||||
};
|
||||
Reference in New Issue
Block a user