From 788a21c9908ed6b06af0cda5e557ea76f4ecfc61 Mon Sep 17 00:00:00 2001 From: tueddy Date: Wed, 15 Nov 2023 16:37:32 +0100 Subject: [PATCH 1/2] show track progress, current playtime & duration in web-ui Jump to playposition clicking on progressbar --- html/management.html | 77 ++++++++++++++++++++++++++++++++++++++++-- src/AudioPlayer.cpp | 26 +++++++++++++- src/AudioPlayer.h | 2 ++ src/LogMessages_DE.cpp | 1 + src/LogMessages_EN.cpp | 1 + src/Web.cpp | 20 ++++++++++- src/logmessages.h | 1 + src/values.h | 7 ++-- 8 files changed, 127 insertions(+), 8 deletions(-) diff --git a/html/management.html b/html/management.html index aa44e53f..abab5473 100644 --- a/html/management.html +++ b/html/management.html @@ -113,6 +113,10 @@ width: 100%; } + .progress-sm { + height: 0.4rem!important; + } + #SubTabContent.tab-content { display: flex; } @@ -365,6 +369,11 @@
+
+
+
+
+

@@ -775,21 +784,31 @@