14 Commits

Author SHA1 Message Date
Cédric Verstraeten
c054526998 Add image resizing functionality and update dependencies
- Introduced ResizeImage function to resize images before encoding.
- Updated ImageToBytes function to accept pointer to image.
- Added nfnt/resize library for image resizing.
- Updated go.mod and go.sum to include new dependencies.
- Updated image processing in HandleLiveStreamSD, GetSnapshotRaw, and other functions to use resized images.
- Updated yarn.lock for ui package version change.
2025-07-30 12:06:12 +00:00
Cedric Verstraeten
71cd315142 disable MQTT message on motion + rework cloud upload (new option RemoveAfterUpload) + sidebar 2023-03-21 13:31:04 +01:00
Cedric Verstraeten
7bd4934ee7 add websocket client 2022-12-27 22:54:22 +01:00
Cedric Verstraeten
bf0ae4cb64 Revert "fixes"
This reverts commit fb666bb622.
2022-11-17 21:40:38 +01:00
Cédric Verstraeten
fb666bb622 fixes 2022-11-17 20:39:02 +00:00
Thomas Quandalle
a1c000e84f add a working settings page (Finally) 2022-08-26 18:01:18 +02:00
olokos
23b357e669 Fix build after 3debf62975
Because of missing imports and some undefined variables the latest code wouldn't compile.

I have fixed it.

The only thing I am not sure about is dispatchConfig: PropTypes.bool.isRequired
Not sure if it's truly bool or if this is valid, but it works finally again, but with proper log timezone!
2022-08-17 20:27:26 +02:00
olokos
592e03fc3b Update most of go and javascript dependencies
There were some build issues, also eslint was preventing build because of too old react-scripts, that was in conflict with another requirement for more recent eslint, so I've updated react-scripts, so newer eslint isn't a problem anymore.
2022-08-15 18:11:40 +02:00
Thomas Quandalle
23d4396c4d add UI baseline 2022-06-14 22:02:52 +02:00
Thomas Quandalle
1d1404a3ca aligned version with kerberos-io/ui 2022-06-10 08:45:48 +02:00
Thomas Quandalle
86bb1beb5b more fixes to get to a stable release 2022-06-08 18:46:14 +02:00
Thomas Quandalle
1f79bcfade integrate kerberos/ui 2022-06-08 16:33:21 +02:00
Thomas Quandalle
7908a4af7f update to kerberos-io/ui 1.58 + increase prettifier linting 2022-06-08 13:38:26 +02:00
Thomas Quandalle
8e9c1abfd3 move to UI repo 2022-06-05 21:36:22 +02:00