No description
Find a file
Rodrigo Rodriguez (Pragmatismo) 22452abf36
Some checks failed
GBCI / build (push) Failing after 3m42s
feat: Add ChatProvider for managing chat state and API interactions
- 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
.forgejo/workflows 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:53:33 -03:00
.vscode initialize Tauri + React + TypeScript project with essential configurations and files 2025-03-30 13:38:55 -03:00
app feat: Add ChatProvider for managing chat state and API interactions 2025-06-21 14:30:11 -03:00
components feat: add Digital Twin onboarding component with GSAP animations and user configuration steps 2025-05-31 14:00:59 -03:00
constants add initial configuration files and implement color scheme hooks 2025-03-30 16:42:51 -03:00
hooks add initial configuration files and implement color scheme hooks 2025-03-30 16:42:51 -03:00
public feat: add LiveKit styles and enhance meeting page UI with improved layout and components 2025-04-27 09:25:48 -03:00
src feat: Add ChatProvider for managing chat state and API interactions 2025-06-21 14:30:11 -03:00
src-rust feat: add new pages for music, video, and editor; implement data table with user navigation 2025-04-18 23:11:10 -03:00
.env feat: add theme toggle component and environment configuration for LiveKit integration 2025-04-27 18:09:15 -03:00
.gitignore feat: add theme toggle component and environment configuration for LiveKit integration 2025-04-27 18:09:15 -03:00
app.json refactor: clean up unused imports and components across the project 2025-03-30 17:32:22 -03:00
components.json feat: enhance mail functionality with new data structure, improved UI components, and additional mail entries 2025-04-02 03:01:08 -03:00
gbclient.code-workspace feat: migrate styles to Tailwind CSS, remove unused files, and add new layout components 2025-04-02 20:42:47 -03:00
index.html feat: enhance mail functionality with new data structure, improved UI components, and additional mail entries 2025-04-02 03:01:08 -03:00
next-env.d.ts feat: migrate styles to Tailwind CSS, remove unused files, and add new layout components 2025-04-02 20:42:47 -03:00
next.config.js 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
package-lock.json 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
package.json feat: Add ChatProvider for managing chat state and API interactions 2025-06-21 14:30:11 -03:00
pnpm-lock.yaml feat: Add ChatProvider for managing chat state and API interactions 2025-06-21 14:30:11 -03:00
postcss.config.js feat: enhance mail functionality with new data structure, improved UI components, and additional mail entries 2025-04-02 03:01:08 -03:00
README.md refactor: update component exports to named exports and enhance UI structure 2025-03-30 19:39:59 -03:00
tailwind.config.cjs feat: Add ChatProvider for managing chat state and API interactions 2025-06-21 14:30:11 -03:00
tsconfig.json feat: restore 'Meet' link in client navigation for improved accessibility 2025-04-27 19:52:44 -03:00
tsconfig.node.json initialize Tauri + React + TypeScript project with essential configurations and files 2025-03-30 13:38:55 -03:00
tsconfig.tsbuildinfo 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