summaryrefslogtreecommitdiff
path: root/frontend/components/ui
Commit message (Collapse)AuthorAgeFilesLines
* Fix checkbox TypeScript error for production builddiogo4642025-08-131-2/+3
| | | | | | | | | | | - Update checkbox ref type to use Radix primitive type - Remove invalid indeterminate property assignment - Fix TypeScript compilation error preventing production builds - Let Radix UI handle indeterminate state internally 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* Implement /v2 prototype UI with page-based navigationdiogo4642025-08-121-0/+48
| | | | | | | | | | | | | | | | | - Add /v2 route structure with dynamic nested directory pages - Create V2DirectoryView component with breadcrumb navigation - Add V2MoveDialog with directory search and flat list display - Implement single upload button for current directory context - Add /api/directories endpoint for move dialog directory picker - Fix breadcrumb decoding to show readable names instead of URL encoding - Add file sorting: directories first, then files, all alphabetically - Improve performance by loading only current directory contents - Add ScrollArea component and @radix-ui/react-scroll-area dependency - Ensure proper URL encoding/decoding flow to prevent malformed paths 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* basic v0 ui workingdiogo4642025-08-1111-0/+908