fix favorita page first steps

This commit is contained in:
Petitminion 2025-05-20 18:14:56 +02:00 committed by Arne Bollinger
parent 8b7db259ac
commit 9e3155d302
2 changed files with 1 additions and 4 deletions

View File

@ -94,11 +94,8 @@ const labels = computed(() => ({
<template>
<Modal
ref="modal"
v-model="show"
:title="track.title"
:scrolling="true"
class="scrolling-track-options"
>
<div class="header">
<div class="ui large centered rounded image">

View File

@ -66,7 +66,7 @@ const fetchFavorites = async () => {
page: page.value,
page_size: paginateBy.value,
ordering: orderingString.value,
scope: store.state.auth.fullUsername
scope: "me"
}
const measureLoading = logger.time('Loading user favorites')