fix: correct paths in frontend

This commit is contained in:
ArneBo 2024-11-06 12:06:35 +01:00 committed by upsiflu
parent f9e564fc9b
commit a9b60cc928
4 changed files with 5 additions and 4 deletions

View File

@ -10,5 +10,6 @@ defineProps<Props>()
</script>
<template>
front/src/components/audio/album/Card.vue
<fw-album-card :album="album" />
</template>

View File

@ -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>

View File

@ -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>

View File

@ -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']"