summaryrefslogtreecommitdiff
path: root/frontend/lib/constants.ts
Commit message (Collapse)AuthorAgeFilesLines
* frontend: improvementsdiogo4642025-08-141-37/+0
|
* Implement working upload functionalitydiogo4642025-08-121-2/+2
| | | | | | | | | | | | | | - Replace dummy upload functions with real API calls to /api/fs endpoint - Add file validation (size limits, file count) with user-friendly error messages - Support both root directory uploads and folder-specific uploads - Add loading states and progress indication during uploads - Implement auto-refresh of file tree after successful uploads - Handle errors gracefully with toast notifications showing success/failure counts - Update file size limit to 4GB and maintain 10 file upload limit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* basic file uploaddiogo4642025-08-111-0/+39