Commit graph

8 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)
70a369ad04 feat: Refactor theme management and add multiple themes
Some checks failed
GBCI / build (push) Failing after 1m48s
- Updated the layout to integrate a new ThemeProvider component.
- Removed the old ModeToggle component and integrated theme selection directly into the ThemeProvider.
- Deleted unused SVG files (tauri.svg, vite.svg) and the old mode-toggle and theme-provider components.
- Added a comprehensive ThemeProvider that supports multiple themes with corresponding CSS files.
- Created new theme CSS files for various themes including RetroWave, CyberPunk, and more.
- Updated tsconfig.json to include new component paths for better type checking.
- Ensured the application loads the saved theme from localStorage on startup.
2025-06-21 19:06:13 -03:00
Rodrigo Rodriguez (Pragmatismo)
22452abf36 feat: Add ChatProvider for managing chat state and API interactions
Some checks failed
GBCI / build (push) Failing after 3m42s
- Implemented ChatProvider to manage chat context and user state.
- Added API fetching utility for chat instance and activity handling.
- Integrated chat service with methods for sending activities.
- Updated Tailwind CSS configuration to include additional content paths and custom utilities.
- Added client-side rendering directive to mode-toggle component.
- Created README.md for settings documentation.
2025-06-21 14:30:11 -03:00
Rodrigo Rodriguez (Pragmatismo)
287f7dad09 feat: restore 'Meet' link in client navigation for improved accessibility
All checks were successful
GBCI / build (push) Successful in 2m22s
2025-04-27 19:03:20 -03:00
Rodrigo Rodriguez (Pragmatismo)
22eaff3899 feat: add LiveKit styles and enhance meeting page UI with improved layout and components
Some checks failed
GBCI / build (push) Failing after 33s
2025-04-27 09:25:48 -03:00
Rodrigo Rodriguez (Pragmatismo)
a3c67a3bcc feat: add video page, implement token generation API, and enhance chat components with improved styles and functionality 2025-04-26 21:44:35 -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