chat interface
Find a file
Danny Stocker 9df51ea38c feat: Update project name and dependencies
This commit updates the project name from 'if.emotion' to 'if-emotion-ux' across configuration files.
It also reconciles the React and related dependencies, ensuring consistent versions and updating CDN import maps in `index.html` to reflect React v18.3.1.
Additionally, the `puppeteer` dev dependency has been removed, and the `advancedMode` setting has been removed from `UserSettings`, simplifying the configuration.
The sidebar now groups sessions by date (Today, Yesterday, Older) for improved organization.
The export modal has been updated with new icons and text based on the selected language, and a title prop has been added.

The removal of `puppeteer` suggests a shift away from end-to-end testing or a similar integration that relied on it. The simplification of settings and the inclusion of more robust session grouping enhance the user experience and maintainability.
2025-11-30 16:50:37 +01:00
components feat: Update project name and dependencies 2025-11-30 16:50:37 +01:00
services feat: Update project name and dependencies 2025-11-30 16:50:37 +01:00
.gitignore feat: Initialize project with Vite and React 2025-11-30 05:12:38 +01:00
App.tsx feat: Update project name and dependencies 2025-11-30 16:50:37 +01:00
constants.ts feat: Integrate with Open WebUI for AI 2025-11-30 05:29:00 +01:00
index.html feat: Update project name and dependencies 2025-11-30 16:50:37 +01:00
index.tsx feat: Initialize project with Vite and React 2025-11-30 05:12:38 +01:00
metadata.json feat: Update project name and dependencies 2025-11-30 16:50:37 +01:00
package.json feat: Update project name and dependencies 2025-11-30 16:50:37 +01:00
README.md feat: Initialize project with Vite and React 2025-11-30 05:12:38 +01:00
tsconfig.json feat: Initialize project with Vite and React 2025-11-30 05:12:38 +01:00
types.ts feat: Update project name and dependencies 2025-11-30 16:50:37 +01:00
utils.ts feat: Integrate with Open WebUI for AI 2025-11-30 05:29:00 +01:00
vite.config.ts feat: Initialize project with Vite and React 2025-11-30 05:12:38 +01:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1XMeOxbvK61pebjVSzwTTnlqMGEJd7AHP

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev