summaryrefslogtreecommitdiff
path: root/frontend/app/api/mkdir
Commit message (Collapse)AuthorAgeFilesLines
* Add Create Folder functionality with dialog interfacediogo4642025-08-131-0/+54
- New /api/mkdir endpoint for authenticated folder creation - Create Folder button positioned left of Upload Files button - Modal dialog with input validation and keyboard shortcuts - Proper error handling and success notifications - Uses existing CLI Drive_mkdir function for backend operations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>