feat: replace our home-grown gantt implementation with ganttastic #2180

Merged
konrad merged 78 commits from feature/ganttastic into main 2022-10-27 16:03:27 +00:00
4 changed files with 936 additions and 670 deletions
Showing only changes of commit b8cc828bc0 - Show all commits

View File

@ -30,8 +30,8 @@
"@types/is-touch-device": "1.0.0", "@types/is-touch-device": "1.0.0",
"@types/lodash.clonedeep": "4.5.7", "@types/lodash.clonedeep": "4.5.7",
"@types/sortablejs": "1.15.0", "@types/sortablejs": "1.15.0",
"@vueuse/core": "9.4.0", "@vueuse/core": "9.4.1",
"@vueuse/router": "9.4.0", "@vueuse/router": "9.4.1",
"axios": "0.27.2", "axios": "0.27.2",
"blurhash": "2.0.3", "blurhash": "2.0.3",
"bulma-css-variables": "0.9.33", "bulma-css-variables": "0.9.33",

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
import {MILLISECONDS_A_WEEK} from "@/constants/date"; import {MILLISECONDS_A_WEEK} from '@/constants/date'
export function getNextWeekDate(): Date { export function getNextWeekDate(): Date {
return new Date((new Date()).getTime() + MILLISECONDS_A_WEEK) return new Date((new Date()).getTime() + MILLISECONDS_A_WEEK)

View File

@ -98,7 +98,7 @@ export function useGanttFilters(route: Ref<RouteLocationNormalized>): UseGanttFi
route, route,
ganttRouteToFilters, ganttRouteToFilters,
ganttGetDefaultFilters, ganttGetDefaultFilters,
ganttFiltersToRoute ganttFiltersToRoute,
) )
const { const {