added sound effects, updated svgs and cleaned up bugs

This commit is contained in:
2025-09-22 11:18:14 +01:00
parent eaac668ae9
commit eab7e79d01
14 changed files with 30 additions and 41 deletions

View File

@@ -4,12 +4,9 @@ import SightingHistoryWidget from "../components/SightingsWidget/SightingWidget"
import { SightingFeedProvider } from "../context/providers/SightingFeedProvider";
import { CAM_BASE } from "../utils/config";
const Dashboard = () => {
// const AGX_url = import.meta.env.VITE_AGX_BOX_URL;
// const AGX_rear_url = import.meta.env.VITE_AGX_BOX_REAR_UR;
// const test = import.meta.env.VITE_LOCAL;
const dev_REAR_URL = `${CAM_BASE}/SightingListRear/sightingSummary?mostRecentRef=`;
const dev_FRONT_URL = `${CAM_BASE}/SightingListFront/sightingSummary?mostRecentRef=`;
// const testFront = import.meta.env.VITE_LOCAL_FRONT;
console.log(CAM_BASE);
return (