- Enhanced Dashboard and SystemOverview components with totalSightings prop

- improved layout and loading states in VideoFeed and SightingStack components.
This commit is contained in:
2026-01-12 15:38:01 +00:00
parent 1555221825
commit 2ecc39317d
7 changed files with 50 additions and 29 deletions

View File

@@ -19,7 +19,7 @@ const SightingStack = ({ sightings }: SightingStackProps) => {
return (
<>
<Card className="p-4 w-full h-full">
<Card className="p-4 w-full h-[65vh] overflow-y-auto">
<CardHeader title="Live Sightings" />
<div className="md:h-[65%]">
{sightings.map((sighting) => (