- Enhanced Dashboard and SystemOverview components with totalSightings prop
- improved layout and loading states in VideoFeed and SightingStack components.
This commit is contained in:
@@ -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) => (
|
||||
|
||||
Reference in New Issue
Block a user