Commit graph

5 commits

Author SHA1 Message Date
Rodrigo Rodriguez (Pragmatismo)
21a8236516 Add global styles using Tailwind CSS with custom color variables for light and dark themes
Some checks failed
GBCI / build (push) Failing after 10m8s
2025-06-28 23:58:53 -03:00
Rodrigo Rodriguez (Pragmatismo)
375d702b19 feat: Implement responsive navigation and media player UI
All checks were successful
GBCI / build (push) Successful in 14m45s
- Added a new navigation style with responsive design in client-nav.css.
- Created a comprehensive editor style in editor/style.css for better user experience.
- Introduced paper style for ProseMirror editor with enhanced text formatting options.
- Developed a media player component with waveform visualization and media library in player/page.tsx.
- Styled media player controls and sliders for improved usability in player/style.css.
- Implemented media type detection for audio, video, and slides.
- Added keyboard shortcuts for media control and navigation.
2025-06-28 22:36:36 -03:00
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)
4e57232f08 feat: update Next.js configuration, add 'use client' directive to multiple components, and create new pages for music, editor, and videos
Some checks failed
GBCI / build (push) Failing after 1m45s
2025-04-27 15:25:45 -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