Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
0e74e467
Commit
0e74e467
authored
Jun 23, 2019
by
Ciarán Ainsworth
Browse files
Create on click event to close playlist modal
parent
38a8e998
Pipeline
#4377
passed with stages
in 3 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/807.enhancement
0 → 100644
View file @
0e74e467
Clicking on the currently selected playlist in the Playlist popup will now close the popup (#807)
\ No newline at end of file
front/src/components/playlists/PlaylistModal.vue
View file @
0e74e467
...
...
@@ -57,7 +57,7 @@
:to=
"{name: 'library.playlists.detail', params: {id: playlist.id }, query: {mode: 'edit'}}"
><i
class=
"ui pencil icon"
></i></router-link>
</td>
<td
:title=
"playlist.name"
>
<router-link
:to=
"{name: 'library.playlists.detail', params: {id: playlist.id }}"
>
{{ playlist.name }}
</router-link></td>
<router-link
v-on:click.native=
"update(false)"
:to=
"{name: 'library.playlists.detail', params: {id: playlist.id }}"
>
{{ playlist.name }}
</router-link></td>
<td><human-date
:date=
"playlist.modification_date"
></human-date></td>
<td>
{{ playlist.tracks_count }}
</td>
<td>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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