From 78de9601ef36db3114d593af344cc4468ebf6f98 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Fri, 25 Aug 2023 21:20:38 -0700 Subject: [PATCH] albums: allow leaving shares Signed-off-by: Varun Patil --- CHANGELOG.md | 1 + src/components/modal/AlbumDeleteModal.vue | 33 +++++++++++--------- src/components/top-matter/AlbumTopMatter.vue | 8 ++--- src/services/utils/helpers.ts | 8 +++++ 4 files changed, 31 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3527caf..3c4ae09b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. - **Feature**: Support showing full file path in sidebar ([#173](https://github.com/pulsejet/memories/issues/173)) - **Feature**: View file in folder on clicking name in sidebar +- **Feature**: User can leave albums that are shared with them - **Fix**: Support for transcoding MKV files. ## [v5.4.1] - 2023-08-20 diff --git a/src/components/modal/AlbumDeleteModal.vue b/src/components/modal/AlbumDeleteModal.vue index d3e1feeb..b1eb1247 100644 --- a/src/components/modal/AlbumDeleteModal.vue +++ b/src/components/modal/AlbumDeleteModal.vue @@ -1,11 +1,15 @@