From: 2weiEmu Date: Thu, 21 May 2026 14:52:53 +0000 (+0200) Subject: not time to reowrk the front end X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=01416b4238ef91389c6153a2ddf219e86ef1a57f;p=binbsis50-sm.git not time to reowrk the front end --- diff --git a/public/index.html b/public/index.html index 96815a7..3c1333d 100644 --- a/public/index.html +++ b/public/index.html @@ -9,65 +9,17 @@ -
-

Current Status of db:

- -

List of songs in the database:

-

Filter songs here:

- - -

List of Song Files

- -

Which rooms these songs are applied to

- -
+
+

Song List

-
-

Room Overview

-
+ +
-
-

Song Overview

+
- diff --git a/public/js/index.js b/public/js/index.js index d87845c..ad72436 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -1,3 +1,29 @@ +let songList = [] + +/** + * Get all the songs + **/ +async function getSongList() { + + +} + + +/** + * MAIN SONG ELEMENT + **/ + + +/** + * SONG FILTERING LOGIC + **/ +let songFilterInput = document.getElementById("songFilterInput") + + + + + +// ============================================================== let AllSongs = null let AllFilenames = null let currentEditSong = null @@ -267,3 +293,4 @@ editPreviewUrl.addEventListener("focusout", closeIfNotInEditor) editArtworkUrl60.addEventListener("focusout", closeIfNotInEditor) editArtworkUrl100.addEventListener("focusout", closeIfNotInEditor) editDisplayArtistNames.addEventListener("focusout", closeIfNotInEditor) + diff --git a/songmanager b/songmanager index dd44eb6..e6ee821 100755 Binary files a/songmanager and b/songmanager differ