Commit Graph

6 Commits

Author SHA1 Message Date
egutierrez 2becc8bc7c feat: Update routing and submenu links for Grid_Dashboard; modify Welcome component text and Appshell styles 2025-05-09 00:22:47 +02:00
egutierrez 8d35da1972 feat: Add GridDashboard component and update routing; replace Prueba_appshell with Grid_Dashboard 2025-05-08 23:31:05 +02:00
egutierrez 20173e9042 Refactor project structure and update assets
- Added new directories for Llms and Security components under src.
- Moved existing files into their respective directories for better organization.
- Updated file paths in imports to reflect the new structure.
- Replaced favicon.svg with a new version and updated its import path in index.html.
- Created a new LogoIcon component for the favicon with customizable colors.
- Added main and submenu link data files for navigation.
- Removed unused favicon.svg from public directory.
- Updated theme colors for a refreshed UI look.
2025-05-08 22:28:00 +02:00
egutierrez d45039e2f5 feat: Refactor styling and theme integration across components; update button gradients and remove unused component 2025-05-08 00:05:09 +02:00
egutierrez 24fa4ada61 feat: Update favicon path and enhance Home page content; adjust CSS for improved layout 2025-05-07 00:22:43 +02:00
egutierrez b4ca0cf600 Refactor project structure and implement new features
- Removed unused security module and updated import paths.
- Enhanced OpenAI client with streaming capabilities for chat completions.
- Added new backend API endpoints for health check (ping).
- Established a new FastAPI application with CORS configuration.
- Created a new Appshell component for the frontend with navigation links.
- Integrated SVG icons and improved styling for the Appshell component.
- Implemented memory management for conversation history using PostgreSQL.
- Developed abstract classes for AI agents and models, with OpenAI integration.
- Added encryption utilities for secure data handling.
2025-05-06 23:33:41 +02:00