From f20929af6e9deb212eeeea23d2e18473b1f4cc9f Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 11 Mar 2024 01:51:21 -0700 Subject: [PATCH] viewer: allow showing meta in slideshow (close #819) Signed-off-by: Varun Patil --- CHANGELOG.md | 1 + src/components/Settings.vue | 34 +++++++++++--------------------- src/components/viewer/Viewer.vue | 7 ++++++- src/services/static-config.ts | 1 + src/typings/config.d.ts | 1 + 5 files changed, 21 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be4917421..e03bab6d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. - Hide files starting with `.` in the timeline - Prevent automatically retrying failed indexing jobs - Support for 3GP videos ([#1055](https://github.com/pulsejet/memories/issues/1055)) +- Option to show metadata in slideshow ([#819](https://github.com/pulsejet/memories/issues/819)) ## [v6.2.2] - 2024-01-10 diff --git a/src/components/Settings.vue b/src/components/Settings.vue index 2861cf73e..cfad3b020 100644 --- a/src/components/Settings.vue +++ b/src/components/Settings.vue @@ -1,25 +1,3 @@ - -