From a1fd0d828ec3fba881d5b22a93033fcfdf5cfd02 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Sun, 17 Dec 2017 15:38:40 +0100 Subject: [PATCH] Fixed #53: f shortcut for favorite and avoiding collisions with 'exact' modifier --- CHANGELOG | 4 ++++ front/src/components/audio/Player.vue | 15 +++++++++------ .../components/favorites/TrackFavoriteIcon.vue | 7 +------ front/src/favorites/tracks.js | 4 ++++ 4 files changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index aed490eaa..d9d896035 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,10 @@ Changelog 0.2.7 (Unreleased) ------------------ +- Shortcuts: can now use the ``f`` shortcut to toggle the currently playing track + as a favorite (#53) +- Shortcuts: avoid collisions between shortcuts by using the exact modifier (#53) + 0.2.6 (2017-12-15) ------------------ diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index 423c9d12f..aff3e65bd 100644 --- a/front/src/components/audio/Player.vue +++ b/front/src/components/audio/Player.vue @@ -57,11 +57,12 @@ @@ -70,10 +71,11 @@