From fa502203a1c91b7d21203a01be355225e362f721 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Wed, 10 Apr 2019 18:46:32 +0200 Subject: [PATCH] Generate overview of all audio files --- www/css/styles.css | 7 +++++++ www/index.html | 1 + www/js/hugvey_console.js | 29 ++++++++++++++++++++++++++++- www/scss/styles.scss | 9 +++++++++ 4 files changed, 45 insertions(+), 1 deletion(-) diff --git a/www/css/styles.css b/www/css/styles.css index 34752ba..c9ed21d 100644 --- a/www/css/styles.css +++ b/www/css/styles.css @@ -33,6 +33,13 @@ img.icon { flex-direction: row; height: 100vh; width: 100vw; } + #interface #audioFiles { + position: absolute; + top: 10%; + left: 10%; + right: 10%; + bottom: 10%; + background: #ccc; } #status { display: flex; diff --git a/www/index.html b/www/index.html index 72e4aab..6eec7a0 100644 --- a/www/index.html +++ b/www/index.html @@ -73,6 +73,7 @@
Save
Create message
View Diversions
+
View Audio Files