Commit Graph

11 Commits

Author SHA1 Message Date
feddaa1eb0 - addressed bugs flagged by BR 2025-11-10 13:44:29 +00:00
d57ad1003a -address fixes and changes per feedback from Matt and Brad 2025-11-05 16:30:27 +00:00
647fd201a3 - minor tweaks on zoom and navigation arrow 2025-11-04 16:09:24 +00:00
c127ce8a8c - more addition bugfixes 2025-11-04 15:29:48 +00:00
61894c0c42 - minor big fixes
- default settings toggled
-update camera zoom need to test
2025-11-04 13:38:06 +00:00
b18d4272ec r- efactored reboots api to use useMutation for maintainability and readability.
- updated zoom debug
2025-10-07 09:56:24 +01:00
a95c9077c4 more enhancements to loading and error feedback 2025-10-06 15:18:58 +01:00
f275f50383 Updated loading states and error states accross app 2025-10-06 14:21:56 +01:00
e047c77cd1 Add RTSP URL parsing utility and enhance camera settings handling
- Implement parseRTSPUrl function to extract username, password, IP, port, and path from RTSP URLs.
- Update CameraSettingFields to utilize parsed RTSP URL data for camera configuration.
- Modify WiFiSettingsForm to allow password visibility toggle.
- Improve SightingOverview loading and error handling UI.
- Adjust NavigationArrow component to reflect updated camera side logic.
2025-10-03 13:08:21 +01:00
82ef562046 camera zoom handling across components; unify zoom level type and improve state management 2025-10-02 16:07:05 +01:00
6f2bc96ac7 Add camera zoom functionality and refactor blackboard data fetching
- Introduced `useCameraZoom` hook for managing camera zoom operations.
- Refactored `useCameraBlackboard` to improve data fetching function naming.
- Updated `CameraSettingFields` to utilize new zoom functionality and handle zoom level changes.
- Removed unnecessary console logs from `Dashboard`.
2025-10-01 10:59:10 +01:00