diff --git a/front/src/App.vue b/front/src/App.vue index eb8249ba1..eb011e685 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -4,8 +4,8 @@ import { watchEffect, computed, onMounted, nextTick } from 'vue' import { type QueueTrack, useQueue } from '~/composables/audio/queue' import { useStore } from '~/store' import useLogger from '~/composables/useLogger' -import { useStyleTag, useIntervalFn} from '@vueuse/core' -import { color } from '~/composables/color'; +import { useStyleTag, useIntervalFn } from '@vueuse/core' +import { color } from '~/composables/color' import { generateTrackCreditStringFromQueue } from '~/utils/utils' @@ -80,8 +80,15 @@ store.dispatch('auth/fetchUser') + +

404 - Page Not Found

+ diff --git a/front/src/components/About.vue b/front/src/components/About.vue index 0bf191f53..79b78bd3a 100644 --- a/front/src/components/About.vue +++ b/front/src/components/About.vue @@ -24,7 +24,7 @@ const labels = computed(() => ({ title: t('components.About.title') })) -const podName = computed(() => (n => n === "" ? "No name" : n ?? 'Funkwhale')(get(nodeinfo.value, 'metadata.nodeName'))) +const podName = computed(() => (n => n === '' ? 'No name' : n ?? 'Funkwhale')(get(nodeinfo.value, 'metadata.nodeName'))) const banner = computed(() => get(nodeinfo.value, 'metadata.banner')) const shortDescription = computed(() => get(nodeinfo.value, 'metadata.shortDescription')) @@ -84,14 +84,21 @@ const federationEnabled = computed(() => { @@ -200,7 +201,7 @@ const isOpen = ref(false) -
+
{ store.commit('ui/queueFocused', - store.state.ui.queueFocused === 'queue' ? null - : store.state.ui.queueFocused === 'player' ? null - : 'player' + store.state.ui.queueFocused === 'queue' + ? null + : store.state.ui.queueFocused === 'player' + ? null + : 'player' ) } @@ -166,11 +168,11 @@ const hideArtist = () => { class="ui tiny image" @click.stop.prevent="router.push({name: 'library.tracks.detail', params: {id: currentTrack.id }})" > - +
{
- +
@@ -358,8 +360,7 @@ const hideArtist = () => { class="close-control desktop-and-below" icon="bi-x" @click.stop="store.commit('ui/queueFocused', null)" - > - + />
diff --git a/front/src/components/audio/Search.vue b/front/src/components/audio/Search.vue index 87660fe11..d3167541a 100644 --- a/front/src/components/audio/Search.vue +++ b/front/src/components/audio/Search.vue @@ -72,7 +72,7 @@ const labels = computed(() => ({