630261ac21
Merged develop into bugfix/uploadsounds-2
2025-11-04 11:37:59 +00:00
f47459d116
- added validation endpoint
2025-11-04 11:31:37 +00:00
ca625673e9
- updated to retrieve and set BOF2 data
2025-11-04 11:05:40 +00:00
538b623ac6
- updated form to include bof2 constants
...
- refactored code to make more scalable and use one form
2025-11-04 10:24:06 +00:00
933c101cbc
- refactored to fetch confis based on formats
...
- send configs based on formats
2025-11-03 15:01:13 +00:00
39629897d4
- removed console.logs
2025-10-30 10:53:48 +00:00
a8abed2246
- added feature to cache sounds for cross devices - should work in theory
2025-10-29 15:04:40 +00:00
c8eed55801
- uploaded files seems to work on desktop version
2025-10-28 13:53:11 +00:00
907555cb0d
- storing changes for now
2025-10-28 09:54:29 +00:00
a64fa76ecb
- saving current work before refactor
2025-10-28 08:50:55 +00:00
93dcde4459
Merge branch 'develop' into bugfix/uploadsounds-2
2025-10-27 14:28:56 +00:00
ae0a6f9249
- added debouncing of sounds
...
- added new sound files
- moved soung hits to sighting list
2025-10-27 14:00:28 +00:00
350d7cf41c
Merge branch 'bugfix/uploadsounds-2' of bitbucket.org:mavsystemsltd/mav-in-car-fe into bugfix/uploadsounds-2
2025-10-27 11:31:25 +00:00
78e5da45ca
Merged develop into bugfix/uploadsounds-2
2025-10-27 11:29:07 +00:00
251a2f5e7b
- refactored NPED Login & logout
2025-10-27 09:35:59 +00:00
0c6e4b57be
- need to find better way to fetch file urls to use for sound
2025-10-22 16:12:49 +01:00
4519700561
- added new sound files
...
- new functionality to upload files
- need to get and locatate uploaded files
2025-10-22 11:51:37 +01:00
78905b09e0
- added framework for playing uploaded music files. need to permanently store and retreive files
2025-10-21 12:52:14 +01:00
1ffad51503
fixed feature to upload sound files
2025-10-20 16:17:37 +01:00
82b84dc46e
- added volume setting for sighting hits
2025-10-17 16:12:02 +01:00
4da240a204
- added prettier config file
...
- improved sound state to remove pooling
- increased size of naviagtion arrows and fixed navigation onClick
- decreased width of nav bar
- fixed button to reveal passwords in some password fields
2025-10-15 11:00:52 +01:00
9334154603
- Improved development environment
2025-10-13 13:58:10 +01:00
eca3e9783e
- Disabled camera settings form
...
- updated Config payload to update RSTP
2025-10-13 13:04:09 +01:00
9f3674e460
-added cam base for api calls
2025-10-09 14:21:59 +01:00
17a4a6de8d
- updated state for tracking sessions
...
- removed un used state in sighting feed
- added groupings depending on sightings
2025-10-08 15:46:54 +01:00
40909d48b6
- added state to set sound set settings for sightings and NPED hits
...
- added function to save mute settings
2025-10-08 11:08:41 +01:00
992fb4f959
removed console.logs
2025-10-07 15:58:16 +01:00
5b5ab4a75a
- corrected sighting modal sizing and button locations for small screens
2025-10-07 15:42:06 +01:00
c2c2fc76f2
- updated backoffice setup
...
- need to add async loading state
2025-10-07 14:00:58 +01:00
3e564b933d
- refactored bearer form
...
- started refactoring Channel form
2025-10-07 11:37:37 +01: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
70c72640ea
Merge branch 'develop' of bitbucket.org:mavsystemsltd/mav-in-car-fe into feature/soundsettings
2025-10-03 14:59:04 +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
ce9d953f04
resolved conflicts from develop
2025-10-03 10:31:05 +01:00
a972234e22
modem settings management: integrate ModemSettings and ModemToggle components, update hooks for modem configuration, and enhance WiFiSettingsForm submission handling.
2025-10-03 10:19:49 +01:00
576afbb282
merged and resolved conflicts
2025-10-02 22:59:07 +01:00
054b0bf4ea
WIP wifi modem settings
2025-10-02 22:53:38 +01:00
82ef562046
camera zoom handling across components; unify zoom level type and improve state management
2025-10-02 16:07:05 +01:00
68e944a6a2
Refactor sound context and update sound settings functionality; remove console logs and improve sound file handling
2025-10-01 15:21:07 +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
1b7b2eec37
Implement sound settings update and integrate sound context in sightings widget
2025-09-30 15:32:00 +01:00
2aeae761f8
added sound context, and functionality to select sighting sound
2025-09-30 14:51:37 +01:00
eb74c2c649
Refactor camera configuration and overview snapshot hooks; update environment variables and changed camera names to A and B
2025-09-30 11:11:46 +01:00
633435df8d
removed console.logs
2025-09-30 09:10:10 +01:00
c5c8218e1a
added zoom functionality, need to add endpoint to post
2025-09-29 15:21:22 +01:00
3b9469496b
refactor: update camera settings route and improve error/loading messages in components by increasing swipe size
2025-09-29 13:00:56 +01:00
220ec2d376
updated cam base
2025-09-29 08:47:13 +01:00
6773b82349
redesigned camera settings page, left the minimum height at 100%, open to change
2025-09-26 13:38:47 +01:00