Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Georg Abenthung
funkwhale
Commits
7253bba7
Commit
7253bba7
authored
Oct 16, 2019
by
Ciarán Ainsworth
Committed by
Eliot Berriot
Oct 16, 2019
Browse files
Resolve ""Recent" columns on front page no longer display any results"
parent
57750e39
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/948.bugfix
0 → 100644
View file @
7253bba7
Fixed issue with recent results not being loaded from the API (#948)
\ No newline at end of file
front/src/components/library/Home.vue
View file @
7253bba7
...
...
@@ -3,17 +3,17 @@
<section
class=
"ui vertical stripe segment"
>
<div
class=
"ui stackable three column grid"
>
<div
class=
"column"
>
<track-widget
:url=
"'history/listenings/'"
:filters=
"
{scope: '
user
', ordering: '-creation_date'}">
<track-widget
:url=
"'history/listenings/'"
:filters=
"
{scope: '
all
', ordering: '-creation_date'}">
<template
slot=
"title"
><translate
translate-context=
"Content/Home/Title"
>
Recently listened
</translate></
template
>
</track-widget>
</div>
<div
class=
"column"
>
<track-widget
:url=
"'favorites/tracks/'"
:filters=
"{scope: '
user
', ordering: '-creation_date'}"
>
<track-widget
:url=
"'favorites/tracks/'"
:filters=
"{scope: '
all
', ordering: '-creation_date'}"
>
<
template
slot=
"title"
><translate
translate-context=
"Content/Home/Title"
>
Recently favorited
</translate></
template
>
</track-widget>
</div>
<div
class=
"column"
>
<playlist-widget
:url=
"'playlists/'"
:filters=
"{scope: '
user
', playable: true, ordering: '-creation_date'}"
>
<playlist-widget
:url=
"'playlists/'"
:filters=
"{scope: '
all
', playable: true, ordering: '-creation_date'}"
>
<
template
slot=
"title"
><translate
translate-context=
"*/*/*"
>
Playlists
</translate></
template
>
</playlist-widget>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment