fix: resolve playlist modal issues
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2427>
This commit is contained in:
parent
1c5aade86a
commit
6c95651213
|
@ -130,7 +130,7 @@ const paginateOptions = computed(() => sortedUniq([12, 25, 50, paginateBy.value]
|
||||||
<input
|
<input
|
||||||
id="playlists-search"
|
id="playlists-search"
|
||||||
v-model="query"
|
v-model="query"
|
||||||
stype="text"
|
type="text"
|
||||||
name="search"
|
name="search"
|
||||||
:placeholder="labels.searchPlaceholder"
|
:placeholder="labels.searchPlaceholder"
|
||||||
>
|
>
|
||||||
|
@ -209,7 +209,7 @@ const paginateOptions = computed(() => sortedUniq([12, 25, 50, paginateBy.value]
|
||||||
<button
|
<button
|
||||||
v-if="$store.state.auth.authenticated"
|
v-if="$store.state.auth.authenticated"
|
||||||
class="ui success button labeled icon"
|
class="ui success button labeled icon"
|
||||||
@click="$store.commit('playlists/chooseTrack', null)"
|
@click="$store.commit('playlists/showModal', true)"
|
||||||
>
|
>
|
||||||
<i class="list icon" />
|
<i class="list icon" />
|
||||||
{{ $t('views.playlists.List.button.create') }}
|
{{ $t('views.playlists.List.button.create') }}
|
||||||
|
|
Loading…
Reference in New Issue