summaryrefslogtreecommitdiff
path: root/frontend/lib/drive_shared.ts
Commit message (Collapse)AuthorAgeFilesLines
* Simplify frontend by removing FileItem conversion layerdiogo4642025-08-111-0/+4
| | | | | | | | | | | | | - Remove FileItem interface and 300+ lines of mock data - Eliminate transformTreeNodes() conversion function - Update component to use DriveTreeNode[] directly - Rename /api/list to /api/tree with server-side tree building - Add Drive_tree() function and DriveTreeNode types - Significantly reduce code complexity and memory usage 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* snapshotdiogo4642025-08-111-0/+15