Commit graph

8 commits

Author SHA1 Message Date
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)
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)
63941e41c3 feat: migrate styles to Tailwind CSS, remove unused files, and add new layout components 2025-04-02 20:42:47 -03:00
Rodrigo Rodriguez (Pragmatismo)
5b92932d82 refactor: reorganize mail component imports and update data paths for consistency 2025-04-02 03:46:05 -03:00
Rodrigo Rodriguez (Pragmatismo)
e55a254e24 feat: enhance mail functionality with new data structure, improved UI components, and additional mail entries 2025-04-02 03:22:32 -03:00
Rodrigo Rodriguez (Pragmatismo)
d3bac607aa feat: enhance mail functionality with new data structure, improved UI components, and additional mail entries 2025-04-02 03:01:08 -03:00
Rodrigo Rodriguez (Pragmatismo)
85a5e1d0de add initial configuration files and implement color scheme hooks 2025-03-30 16:42:51 -03:00
Rodrigo Rodriguez (Pragmatismo)
e9df98b0ff initialize Tauri + React + TypeScript project with essential configurations and files 2025-03-30 13:38:55 -03:00