From 5696d1131b931e1ed324754637f3e44caf59e024 Mon Sep 17 00:00:00 2001 From: 2weiEmu Date: Tue, 26 May 2026 23:01:04 +0200 Subject: [PATCH] updated: gonna do edit menu next --- public/js/index.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/public/js/index.js b/public/js/index.js index 71e80ab..2702c3d 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -191,6 +191,25 @@ songFilterName.oninput = (event) => {updateSongListWithFilter(event)} songFilterArtist.oninput = (event) => {updateSongListWithFilter(event)} songFilterInDB.oninput = (event) => {updateSongListWithFilter(event)} +/** + * EDIT MENU FOR SONGS + * (this should also close when clicking outside obviously) + **/ + +/** + * + **/ +function openEditMenu() { + +} + +/** + * + **/ +function closeEditMenu() { + +} + /** * SETUP / RUN AT START SECTION **/ -- 2.54.0