From ac940ded8c6d022641777f0faf86ab64badd68d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Wed, 4 Oct 2023 00:53:03 +0000 Subject: [PATCH] Add debouncing for the search --- backend/templates/base.html | 58 ++++++++------ backend/templates/songlist.html | 132 +++++++++++++++++--------------- 2 files changed, 104 insertions(+), 86 deletions(-) diff --git a/backend/templates/base.html b/backend/templates/base.html index 20a115c..8d20f30 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -16,11 +16,14 @@ - + - + @@ -81,8 +84,8 @@ {% if not auth %} Login {% endif %} - Github + Github {{karaoqueue_version}} - 2019-23 - Phillip Kühne @@ -95,8 +98,12 @@ integrity="sha512-pumBsjNRGGqkPzKHndZMaAG+bir374sORyzM3uulLV14lN5LyykqNk8eEeUlUkB3U0M4FApyaHraT65ihJhDpQ==" crossorigin="anonymous" referrerpolicy="no-referrer"> - - + + @@ -106,7 +113,8 @@ + integrity="sha512-Ur6jgeoP3jnn38C7oBzDqMLRb+wxG2PXLKqgx2vgQ1ePFvbJ28f9iQSJplHD0APFHELOeS/df+RPNeENFtLrYw==" + crossorigin="anonymous" referrerpolicy="no-referrer"> {% block extrajs %}{% endblock %} diff --git a/backend/templates/songlist.html b/backend/templates/songlist.html index f25b5e7..2bd6698 100644 --- a/backend/templates/songlist.html +++ b/backend/templates/songlist.html @@ -69,67 +69,7 @@