Commit graph

3 commits

Author SHA1 Message Date
Danny Stocker
d687f13bd6 Fix React dependency: downgrade to 18.3.1 for lucide-react compatibility
- React 19.2.0 incompatible with lucide-react@0.344.0
- Downgraded to React 18.3.1 (stable)
- Fixes build error: Minified React error #525
- Tested: dev server runs, production build succeeds
2025-11-30 05:37:07 +01:00
Danny Stocker
aa61ef868a feat: Integrate with Open WebUI for AI
Replaces the Gemini service integration with support for Open WebUI. This change simplifies the AI backend by leveraging an existing solution, allowing for more flexible API connections and reducing direct dependency on specific AI models.

Updated dependencies, including React, to their latest versions to incorporate performance improvements and bug fixes.

Refactored color schemes and typography in the HTML to better align with the application's theme.

Adjusted type definitions for improved clarity and compatibility with the new backend integration.
2025-11-30 05:29:00 +01:00
Danny Stocker
3a88d69d1d feat: Initialize project with Vite and React
Sets up the project structure, dependencies, and configuration for a new Vite-based React application. Includes basic HTML, TypeScript configurations, and necessary build tools for local development and deployment.
2025-11-30 05:12:38 +01:00