b86830a3c3
updated styling for small mobile screens
2025-11-11 15:44:06 +00:00
f35e2f9fb5
- added store and forward
...
- amended sighting ammend endpoint
2025-11-11 10:43:14 +00:00
cac9a2167d
- tweaked timeouts
2025-11-10 13:47:19 +00:00
ddeedd2d72
- fixed cropped live feed and amended APIs for submission
2025-11-10 11:55:15 +00:00
a734de6261
- removed ids in api enpoints as they are in JSON objects being sent
2025-11-10 09:05:08 +00:00
d57ad1003a
-address fixes and changes per feedback from Matt and Brad
2025-11-05 16:30:27 +00:00
861f2dd31d
- added endpoints for dns and other
2025-11-04 17:04:19 +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
18e4d1dcff
- quick fix for bof2
2025-11-04 11:45:54 +00:00
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
705d7c7040
- removed other options
2025-11-04 11:17:04 +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
a839502421
- added sound file size limit
2025-10-30 11:16:06 +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
cf72a1e1d3
- fixed file size bug
2025-10-28 15:23:28 +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
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
f264f4e808
- resolved coding error
2025-10-23 09:19:18 +01: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
0867b3b743
- added sounds for all hotlist sounds
2025-10-20 11:32:45 +01:00
a54e6a79c1
- updated button to match
2025-10-20 10:50:16 +01:00
b2dd35b311
- added volume functionality for NPED notifications
2025-10-20 09:11:05 +01:00
82b84dc46e
- added volume setting for sighting hits
2025-10-17 16:12:02 +01:00
3eb539fd9d
- start addressing Alans feedback
2025-10-17 10:17:01 +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
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
d927767677
added async loading state
2025-10-07 14:05:27 +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
054b0bf4ea
WIP wifi modem settings
2025-10-02 22:53:38 +01:00