kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(ui): clean up console.logs
rodzic
eee2da0cc4
commit
a23ba81b12
|
@ -7,15 +7,11 @@ const minSize = 32
|
|||
|
||||
const measure = ref()
|
||||
|
||||
console.log("SIZE", size)
|
||||
|
||||
watchEffect(() => { measure.value = {
|
||||
size: `${Math.max(size, minSize)}px`,
|
||||
margin: `${(size-Math.max(size, minSize))/2}px`
|
||||
}
|
||||
})
|
||||
|
||||
console.log("MEASURE", measure)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
|
@ -80,8 +80,6 @@ const labels = computed(() => ({
|
|||
|
||||
const store = useStore()
|
||||
|
||||
console.log(store.state)
|
||||
|
||||
const quota = computed(() => store.state.instance.settings.users.upload_quota.value)
|
||||
const defaultQuota = computed(() => humanSize(quota.value * 1e6))
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue