Update dependencies and enhance project structure. Upgraded Tailwind CSS to version 4.1.0, removed obsolete configuration files, and added a comprehensive CURRENT_STATE.md file detailing project features, architecture, and future plans. Improved history management in the backend with new response models and optimized API endpoints for better data handling.

This commit is contained in:
Jamie Pine
2026-01-25 02:54:31 -08:00
parent 01e3065692
commit ca3409ebef
14 changed files with 636 additions and 237 deletions
+1
View File
@@ -3,6 +3,7 @@ import ReactDOM from 'react-dom/client';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { ReactQueryDevtools } from '@tanstack/react-query-devtools';
import App from '@/App';
// Import CSS from app directory using alias so Tailwind can scan the source files
import '@/index.css';
const queryClient = new QueryClient({