From 50a95010fe48197cbb4c776a3a86e4b07003407a Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 15 Mar 2025 19:20:58 -0400 Subject: [PATCH] adjusted --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaaaf08..b683c8b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Multi File Upload Editor is a lightweight, secure web application for uploading, - **User Authentication & Management:** - Secure, session-based authentication protects the editor. An admin user can add or remove users through the interface. Passwords are hashed using PHP’s password_hash() for security, and session checks prevent unauthorized access to backend endpoints. - **Responsive, Persistent, Dynamic UI:** - - The interface is mobile-friendly and adjusts to different screen sizes (hiding non-critical columns on small devices to avoid clutter). Updates to the file list, folder tree, and upload progress happen asynchronously (via Fetch API and XMLHttpRequest), so the page never needs to fully reload. Users receive immediate feedback through toast notifications and modal dialogs for actions like confirmations and error messages, creating a smooth user experience. Session persistent UI elements Items Per Page & Dark/Light Mode. + - The interface is mobile-friendly and adjusts to different screen sizes (hiding non-critical columns on small devices to avoid clutter). Updates to the file list, folder tree, and upload progress happen asynchronously (via Fetch API and XMLHttpRequest), so the page never needs to fully reload. Users receive immediate feedback through toast notifications and modal dialogs for actions like confirmations and error messages, creating a smooth user experience. Session persistent UI elements Items Per Page, Dark/Light Mode & Folder tree view. - **Dark Mode/Light Mode** - Automatically adapts to the operating system’s theme preference by default, with a manual toggle option. - A theme toggle allows users to switch between Dark Mode and Light Mode for an optimized viewing experience.