fix: correct paths in frontend
This commit is contained in:
parent
f9e564fc9b
commit
a9b60cc928
|
@ -10,5 +10,6 @@ defineProps<Props>()
|
|||
</script>
|
||||
|
||||
<template>
|
||||
front/src/components/audio/album/Card.vue
|
||||
<fw-album-card :album="album" />
|
||||
</template>
|
||||
|
|
|
@ -110,11 +110,11 @@ fetchData()
|
|||
<h3 class="ui header">
|
||||
{{ $t('components.library.Home.header.newChannels') }}
|
||||
</h3>
|
||||
<!-- <channels-widget
|
||||
<channels-widget
|
||||
:show-modification-date="true"
|
||||
:limit="12"
|
||||
:filters="{ordering: '-creation_date', external: 'false'}"
|
||||
/> -->
|
||||
/>
|
||||
</template>
|
||||
</section>
|
||||
</main>
|
||||
|
|
|
@ -20,7 +20,7 @@ const defaultQuota = computed(() => humanSize(quota.value * 1e6))
|
|||
v-title="labels.title"
|
||||
class="ui vertical aligned stripe segment"
|
||||
>
|
||||
/front/src/components/audio/Search.vue
|
||||
front/src/views/content/Home.vue
|
||||
<div class="ui text container">
|
||||
<h1>{{ labels.title }}</h1>
|
||||
<p>
|
||||
|
|
|
@ -41,7 +41,7 @@ const libraryCreated = (library: Library) => {
|
|||
|
||||
<template>
|
||||
<section class="ui vertical aligned stripe segment">
|
||||
/front/src/components/audio/Search.vue
|
||||
front/src/views/content/libraries/Home.vue
|
||||
<div
|
||||
v-if="isLoading"
|
||||
:class="['ui', {'active': isLoading}, 'inverted', 'dimmer']"
|
||||
|
|
Loading…
Reference in New Issue