|
@ -5,7 +5,7 @@ |
|
|
import RefreshSelection from "../components/RefreshSelection.svelte"; |
|
|
import RefreshSelection from "../components/RefreshSelection.svelte"; |
|
|
import type { ProjectResult } from "../models/project"; |
|
|
import type { ProjectResult } from "../models/project"; |
|
|
import { fpGoalStore } from "../stores/goal"; |
|
|
import { fpGoalStore } from "../stores/goal"; |
|
|
import projectStore, { fpProjectStore } from "../stores/project"; |
|
|
|
|
|
|
|
|
import { fpProjectStore } from "../stores/project"; |
|
|
import { fpTaskStore } from "../stores/tasks"; |
|
|
import { fpTaskStore } from "../stores/tasks"; |
|
|
|
|
|
|
|
|
let fakeMap: {[projectId: string]: boolean} = {} |
|
|
let fakeMap: {[projectId: string]: boolean} = {} |
|
|