From f162a7d0d7e8a0e24661aae9b5220ba9d7f6ff74 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 20 May 2025 09:55:40 -0400 Subject: [PATCH] updateFileActionButtons to hide or show depending on action --- CHANGELOG.md | 12 +++++- public/index.html | 2 +- public/js/adminPanel.js | 2 +- public/js/domUtils.js | 92 +++++++++++++++++++++++------------------ 4 files changed, 65 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d96326f..b2f6b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog -## Changes 5/19/2025 +## Changes 5/20/2025 1.3.6 + +- **domUtils.js** + - `updateFileActionButtons` + - Hide selection buttons (`Delete Files`, `Copy Files`, `Move Files` & `Download ZIP`) until file is selected. + - Hides `Extract ZIP` until selecting zip files + - Hide `Create File` button when file list items are selected. + +--- + +## Changes 5/19/2025 1.3.5 ### Added Folder strip & Create File diff --git a/public/index.html b/public/index.html index 7f42f12..32720f2 100644 --- a/public/index.html +++ b/public/index.html @@ -389,7 +389,7 @@ -