update readme
This commit is contained in:
22
README.md
22
README.md
@@ -1,12 +1,6 @@
|
|||||||
# Multi File Upload Editor
|
# Multi File Upload Editor
|
||||||
|
|
||||||
https://github.com/user-attachments/assets/85e17adc-498b-43df-b0ac-732396331da8
|
<https://github.com/user-attachments/assets/85e17adc-498b-43df-b0ac-732396331da8>
|
||||||
|
|
||||||
**Light mode**
|
|
||||||

|
|
||||||
|
|
||||||
**Dark mode**
|
|
||||||

|
|
||||||
|
|
||||||
changelogs available here: <https://github.com/error311/multi-file-upload-editor-docker/>
|
changelogs available here: <https://github.com/error311/multi-file-upload-editor-docker/>
|
||||||
|
|
||||||
@@ -47,10 +41,16 @@ Multi File Upload Editor is a lightweight, secure web application for uploading,
|
|||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|
**Light mode**
|
||||||

|

|
||||||

|
|
||||||

|
**Dark mode**
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
**iphone:**
|
**iphone:**
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
|||||||
@@ -310,7 +310,6 @@ export function renderFileTable(folder) {
|
|||||||
updateFileActionButtons();
|
updateFileActionButtons();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Global function to show an image preview modal.
|
|
||||||
// Global function to show an image preview modal.
|
// Global function to show an image preview modal.
|
||||||
window.previewFile = function (fileUrl, fileName) {
|
window.previewFile = function (fileUrl, fileName) {
|
||||||
let modal = document.getElementById("filePreviewModal");
|
let modal = document.getElementById("filePreviewModal");
|
||||||
|
|||||||
Reference in New Issue
Block a user