From 8e3d3d5061b30d7cf9af849f3596c32a13c34ac1 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 6 Jan 2023 20:38:42 +0100 Subject: [PATCH] Add possiblity to delete bookmark --- src/components/NavBar.vue | 4 ++-- src/components/PlaylistsPage.vue | 30 ++++++++++++++++++++++-------- src/locales/en.json | 3 ++- 3 files changed, 26 insertions(+), 11 deletions(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 333198bd..c804ec58 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -50,7 +50,7 @@
  • -
  • +
  • @@ -79,7 +79,7 @@
  • -
  • +
  • diff --git a/src/components/PlaylistsPage.vue b/src/components/PlaylistsPage.vue index 27e4834a..33928f11 100644 --- a/src/components/PlaylistsPage.vue +++ b/src/components/PlaylistsPage.vue @@ -1,9 +1,7 @@