Commit Graph

5 Commits

Author SHA1 Message Date
c2f55898fe Merge pull request 'feature/videofeed' (#1) from feature/videofeed into develop
Reviewed-on: #1
2025-12-22 12:30:26 +00:00
45e6a3286c Implement video feed feature with components, hooks, and utility functions 2025-12-22 12:19:00 +00:00
276dcd26ed Add video feed feature with related components and hooks
- Implemented VideoFeed component to display sightings.
- Created useSightingList and useVideoFeed hooks for data fetching and state management.
- Added AppProviders for context management.
- Updated Dashboard to include VideoFeed.
- Introduced types for sightings in utils/types.tsx.
- Added Header and Footer components for layout.
- Configured React Query for data handling.
2025-12-19 16:04:06 +00:00
c38e3439e2 first commit 2025-12-19 13:01:31 +00:00
a8ebdd5b93 first commit 2025-12-19 13:01:03 +00:00