You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: integrate Tailwind CSS and daisyUI into admin and chat applications
- Added Tailwind CSS and daisyUI styles to admin-app and chat-app.
- Updated main.ts files to import Tailwind CSS and shared UI components.
- Refactored vite.config.ts files to include Tailwind CSS plugin.
- Removed outdated tailwind.config.js and replaced with centralized tailwind.css.
- Updated global.css to utilize Tailwind CSS and daisyUI plugins.
- Deleted unused doctopus.png asset from chat-app.
- Updated package.json and package-lock.json to reflect new dependencies and versions.
The application supports a flexible theme system with user preference persistence.
112
+
The frontend uses Tailwind v4 with daisyUI v5. In the following, we describe how to customize the theme using central CSS (recommended for brand colors shared by both apps):
0 commit comments