Drag‐and‐Drop Upload extended to File List

This commit is contained in:
Ryan
2025-05-15 02:24:26 -04:00
committed by GitHub
parent 492bab36ca
commit 20422cf5a7
2 changed files with 46 additions and 12 deletions

View File

@@ -1,5 +1,16 @@
# Changelog
## Changees 5/15/2025
### DragandDrop Upload extended to File List
- **Forward filelist drops**
Dropping files onto the filelist area (`#fileListContainer`) now redispatches the same `drop` event to the upload cards drop zone (`#uploadDropArea`)
- **Visual feedback**
Added a `.drop-hover` class on `#fileListContainer` during dragover for a dashedborder + lightbackground hover state to indicate it accepts file drops.
---
## Changes 5/14/2025 v1.3.4
### 1. Button Grouping (Bootstrap)