Update documentation and version for drag-and-drop feature

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-08 06:10:04 +00:00
parent a7128cecd2
commit a29af88dd4
8 changed files with 203 additions and 24 deletions
+6 -1
View File
@@ -111,7 +111,7 @@ This document tracks actionable tasks for the current development cycle. For lon
- [ ] Add dark mode
- [ ] Add loading spinners for async operations
- [ ] Improve error messages for users
- [ ] Add drag-and-drop file upload
- [x] Add drag-and-drop file upload (completed 2026-02-08)
- [ ] Add file type icons
- [ ] Implement toast notifications
- [ ] Add keyboard shortcuts
@@ -211,6 +211,11 @@ This document tracks actionable tasks for the current development cycle. For lon
## ✅ Completed (Recent)
### 2026-02-08
- [x] Added drag-and-drop file upload to Files view
- [x] Extracted reusable upload.js module for code reuse
- [x] Enhanced UX with visual drop overlay and upload progress modal
### 2026-02-06
- [x] Created comprehensive test infrastructure
- [x] Fixed critical security vulnerabilities