mock football data if no key

This commit is contained in:
Steve Androulakis
2025-05-27 10:42:08 -07:00
parent 7bb6688797
commit 68743c2606
6 changed files with 302 additions and 68 deletions

View File

@@ -3,7 +3,7 @@ import NavBar from "../components/NavBar";
import ChatWindow from "../components/ChatWindow";
import { apiService } from "../services/api";
const POLL_INTERVAL = 500; // 0.5 seconds
const POLL_INTERVAL = 600; // 0.6 seconds
const INITIAL_ERROR_STATE = { visible: false, message: '' };
const DEBOUNCE_DELAY = 300; // 300ms debounce for user input