gbclient/app
Rodrigo Rodriguez (Pragmatismo) 70a369ad04
Some checks failed
GBCI / build (push) Failing after 1m48s
feat: Refactor theme management and add multiple themes
- 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
..
chat feat: Refactor theme management and add multiple themes 2025-06-21 19:06:13 -03:00
dashboard feat: add Digital Twin onboarding component with GSAP animations and user configuration steps 2025-05-31 14:00:59 -03:00
editor feat: update Next.js configuration, add 'use client' directive to multiple components, and create new pages for music, editor, and videos 2025-04-27 15:25:45 -03:00
mail feat: update Next.js configuration, add 'use client' directive to multiple components, and create new pages for music, editor, and videos 2025-04-27 15:25:45 -03:00
meet feat: update video conference component height for improved layout 2025-04-27 20:01:28 -03:00
music feat: update Next.js configuration, add 'use client' directive to multiple components, and create new pages for music, editor, and videos 2025-04-27 15:25:45 -03:00
settings feat: Add ChatProvider for managing chat state and API interactions 2025-06-21 14:30:11 -03:00
tables feat: add new pages for music, video, and editor; implement data table with user navigation 2025-04-18 23:11:10 -03:00
templates feat: migrate styles to Tailwind CSS, remove unused files, and add new layout components 2025-04-02 20:42:47 -03:00
tree feat: add Digital Twin onboarding component with GSAP animations and user configuration steps 2025-05-31 14:00:59 -03:00
videos feat: update Next.js configuration, add 'use client' directive to multiple components, and create new pages for music, editor, and videos 2025-04-27 15:25:45 -03:00
client-nav.tsx feat: Refactor theme management and add multiple themes 2025-06-21 19:06:13 -03:00
globals.css feat: Refactor theme management and add multiple themes 2025-06-21 19:06:13 -03:00
layout.tsx feat: Refactor theme management and add multiple themes 2025-06-21 19:06:13 -03:00
page.tsx feat: restore 'Meet' link in client navigation for improved accessibility 2025-04-27 19:52:44 -03:00
theme-provider.tsx feat: Refactor theme management and add multiple themes 2025-06-21 19:06:13 -03:00