Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Giger
funkwhale
Commits
7253bba7
Commit
7253bba7
authored
5 years ago
by
Ciarán Ainsworth
Committed by
Eliot Berriot
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Resolve ""Recent" columns on front page no longer display any results"
parent
57750e39
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/changelog.d/948.bugfix
+1
-0
1 addition, 0 deletions
changes/changelog.d/948.bugfix
front/src/components/library/Home.vue
+3
-3
3 additions, 3 deletions
front/src/components/library/Home.vue
with
4 additions
and
3 deletions
changes/changelog.d/948.bugfix
0 → 100644
+
1
−
0
View file @
7253bba7
Fixed issue with recent results not being loaded from the API (#948)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
front/src/components/library/Home.vue
+
3
−
3
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment