From 6bf5ee7fcd2405a921207b807aed445227fd00b0 Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 25 Feb 2022 15:25:21 +0100 Subject: [PATCH] Added a navigation at bottom with "Back" button in fullscreen * Refactor all buttons with "noback" to support custom backgrounds * Create calcCustomCss function that creates custom background-color hover colors automatically * Other refactors --- web/src/_templates/app/header.php | 4 +- web/src/_templates/buttons/menu.php | 2 +- web/src/app/app.php | 16 +++++ web/src/app/css/app.css | 30 ++++++++++ web/src/app/css/themes/light.css | 6 +- web/src/app/js/app.js | 2 + web/src/app/js/base.js | 63 +++++++++++++++++++- web/src/app/js/templates/home/quiz_item.html | 2 +- web/src/app/js/templates/meet/actions.html | 10 ++-- web/src/app/js/templates/meet/empty.html | 2 +- web/src/app/js/templates/quiz/item.html | 2 +- web/src/app/js/templates/toast/confirm.html | 4 +- 12 files changed, 124 insertions(+), 19 deletions(-) diff --git a/web/src/_templates/app/header.php b/web/src/_templates/app/header.php index f54ed8f..9edfa54 100644 --- a/web/src/_templates/app/header.php +++ b/web/src/_templates/app/header.php @@ -23,7 +23,7 @@