Minor fixes:
removed clock added navigation arrow to main sighting screen added zoom functionality to rear (camera B) settings brought back navigation to rear cam page
This commit is contained in:
@@ -6,7 +6,7 @@ import { CAM_BASE } from "../utils/config";
|
||||
const Dashboard = () => {
|
||||
const base_url = `${CAM_BASE}/SightingListFront/sightingSummary?mostRecentRef=`;
|
||||
return (
|
||||
<SightingFeedProvider url={base_url} side="Front">
|
||||
<SightingFeedProvider url={base_url}>
|
||||
<div className="mx-auto flex flex-col lg:flex-row gap-2 px-1 sm:px-2 lg:px-0 w-full min-h-screen">
|
||||
<FrontCameraOverviewCard />
|
||||
<SightingHistoryWidget title="Sightings" />
|
||||
|
||||
Reference in New Issue
Block a user