fix: make progress bars work again
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
This commit is contained in:
parent
0782b53e09
commit
9cc58d16c8
13 changed files with 105 additions and 66 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import type { Track, Upload } from '~/types'
|
||||
|
||||
import { createGlobalState, useNow, useStorage, useTimeAgo, whenever } from '@vueuse/core'
|
||||
import { createGlobalState, useStorage, useTimeAgo, whenever } from '@vueuse/core'
|
||||
import { computed, ref, shallowReactive, watchEffect } from 'vue'
|
||||
import { shuffle as shuffleArray, sum } from 'lodash-es'
|
||||
import { useClamp } from '@vueuse/math'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue