Commit graph

3 commits

Author SHA1 Message Date
Rodrigo Rodriguez (Pragmatismo)
6e87c5b449 feat: Implement file browser and operations components with enhanced UI
Some checks failed
GBCI / build (push) Failing after 4m39s
- Added FileBrowser component for displaying files and directories.
- Introduced FileOperations component for handling file uploads and folder creation.
- Created FileTree component to visualize the directory structure.
- Developed DriveScreen page to integrate file browsing, operations, and UI controls.
- Enhanced file system data structure for realistic representation.
- Implemented search, filter, and sort functionalities in the file browser.
- Added keyboard shortcuts and improved accessibility features.
2025-06-21 21:40:06 -03:00
Rodrigo Rodriguez (Pragmatismo)
c1769e0d1a feat: add new pages for music, video, and editor; implement data table with user navigation 2025-04-18 23:11:10 -03:00
Rodrigo Rodriguez (Pragmatismo)
63941e41c3 feat: migrate styles to Tailwind CSS, remove unused files, and add new layout components 2025-04-02 20:42:47 -03:00
Renamed from src/drive/components/FileBrowser.tsx (Browse further)