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> </script>
<template> <template>
front/src/components/audio/album/Card.vue
<fw-album-card :album="album" /> <fw-album-card :album="album" />
</template> </template>

View File

@ -110,11 +110,11 @@ fetchData()
<h3 class="ui header"> <h3 class="ui header">
{{ $t('components.library.Home.header.newChannels') }} {{ $t('components.library.Home.header.newChannels') }}
</h3> </h3>
<!-- <channels-widget <channels-widget
:show-modification-date="true" :show-modification-date="true"
:limit="12" :limit="12"
:filters="{ordering: '-creation_date', external: 'false'}" :filters="{ordering: '-creation_date', external: 'false'}"
/> --> />
</template> </template>
</section> </section>
</main> </main>

View File

@ -20,7 +20,7 @@ const defaultQuota = computed(() => humanSize(quota.value * 1e6))
v-title="labels.title" v-title="labels.title"
class="ui vertical aligned stripe segment" class="ui vertical aligned stripe segment"
> >
/front/src/components/audio/Search.vue front/src/views/content/Home.vue
<div class="ui text container"> <div class="ui text container">
<h1>{{ labels.title }}</h1> <h1>{{ labels.title }}</h1>
<p> <p>

View File

@ -41,7 +41,7 @@ const libraryCreated = (library: Library) => {
<template> <template>
<section class="ui vertical aligned stripe segment"> <section class="ui vertical aligned stripe segment">
/front/src/components/audio/Search.vue front/src/views/content/libraries/Home.vue
<div <div
v-if="isLoading" v-if="isLoading"
:class="['ui', {'active': isLoading}, 'inverted', 'dimmer']" :class="['ui', {'active': isLoading}, 'inverted', 'dimmer']"