feat(explorer): add image support, upload, and download to file explorer
- Backend: Added /fs/upload (multipart) and /fs/download (streaming) endpoints.\n- Backend: Fixed binary handling in fs_touch.\n- Frontend: Added nodeFsUpload and nodeFsDownloadBlob to apiService.\n- Frontend: Integrated image detection and preview lightbox.\n- Frontend: Added file upload action for folders and root.\n- Frontend: Added individual file download buttons.
1 parent a5ce468 commit 0b039de161f1077b8425bc3e49e3442d5e4ff450
@Antigravity AI Antigravity AI authored 1 day ago
Showing 3 changed files
View
ai-hub/app/api/routes/nodes.py
View
frontend/src/components/FileSystemNavigator.js
View
frontend/src/services/apiService.js