From c547c7e14bb8e6813a8b9c69b219ce866579515a Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Thu, 24 May 2018 20:11:53 +0200 Subject: [PATCH] Fix #164 and #228: new action table component on federated tracks pages --- changes/changelog.d/164.enhancement | 2 ++ changes/changelog.d/228.feature | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 changes/changelog.d/164.enhancement create mode 100644 changes/changelog.d/228.feature diff --git a/changes/changelog.d/164.enhancement b/changes/changelog.d/164.enhancement new file mode 100644 index 000000000..ceea6c2b8 --- /dev/null +++ b/changes/changelog.d/164.enhancement @@ -0,0 +1,2 @@ +Can now import a whole remote library at once thanks to new Action Table +component (#164) diff --git a/changes/changelog.d/228.feature b/changes/changelog.d/228.feature new file mode 100644 index 000000000..548c1927e --- /dev/null +++ b/changes/changelog.d/228.feature @@ -0,0 +1,3 @@ +New action table component for quick and efficient batch actions (#228) +This is implemented on the federated tracks pages, but will be included +in other pages as well depending on the feedback.