Nicolas Mowen and GitHub
c14f3c3902
Fix frigate+ submit and recordings layouts for portrait cameras ( #10486 )
...
* Fix plus submission dialog
* Different layout for portrait recordings
* Fix now preview found pulsing
* Fix bug with uneven milliseconds
* Improve consistency of video scaling
2024-03-15 18:28:57 -05:00
Nicolas Mowen and GitHub
64763293a2
Add birdseye live view ( #10485 )
...
* Add birdseye viewer and make it linkable
* Add on click from main dashboard
2024-03-15 18:28:32 -05:00
Nicolas Mowen and GitHub
657fab2787
Save motion as motion box count ( #10484 )
2024-03-15 13:13:40 -06:00
Nicolas Mowen and GitHub
380b15b286
WebUI Fixes ( #10481 )
...
* Update previews on the hour
* Allow tap to toggle controls so zooming still works
* Use hash location insteaad of state for live camera view
* Add typing
2024-03-15 13:46:17 -05:00
Nicolas Mowen and GitHub
93260f6cfd
Add region count to database and use for motion activity ( #10480 )
...
* Add region count to database and use for motion activity
* Fix test
2024-03-15 09:29:22 -06:00
Nicolas Mowen and GitHub
df0291db5c
Fix zoom scaling for live view ( #10479 )
2024-03-15 09:57:58 -05:00
Nicolas Mowen and GitHub
f5a26c5962
Add ability to zoom in to live and recordings views ( #10475 )
...
* Make live view zoomable
* Add zooming to full recordings
2024-03-15 07:03:14 -06:00
Nicolas Mowen and GitHub
c66f552280
Improve Recordings loading ( #10462 )
...
* Show skeleton until video players finishes loading
* Clean up android logic
* Ensure mobile view video is consistent
* Cleanup
* Only show when not scrubbing
* Don't use loading
* Start preview at correct time too
* Fix react race condition
* Be wait for seek to show video player
2024-03-15 07:52:38 -05:00
Nicolas Mowen and GitHub
d882cb0f63
Add skeleton for loading exports and improve spacing on bottom sheet ( #10463 )
...
* Add skeleton for loading exports and improve spacing on bottom sheet
* Hide non object frigate plus items
2024-03-15 05:59:03 -06:00
Nicolas Mowen and GitHub
8d85a69203
Update UI and then run api call ( #10460 )
2024-03-14 15:49:03 -05:00
Nicolas Mowen and GitHub
61c4ed9f12
Rework motion data calculation ( #10459 )
...
* Store motion data as a percent of total area
* Exclude historical data
* Use max so cameras without motion don't invlidate good data:
2024-03-14 13:57:14 -06:00
Nicolas Mowen and GitHub
45a318dfed
Reduce outliers in motion data to ensure consistent scaling ( #10452 )
2024-03-14 09:31:33 -05:00
Nicolas Mowen and GitHub
2decdeadb4
Persist selected camera group for live ( #10448 )
...
* Persist camera group selected
* Cleanup
2024-03-14 08:27:27 -06:00
Nicolas Mowen and GitHub
8937e3fd59
Mute video by default and allow control of volume ( #10435 )
...
* Mute video by default and allow control of volume
* Adjust volume behavior
* Adjust volume behavior
* Simplify more
2024-03-13 18:13:52 -05:00
Nicolas Mowen and GitHub
c88a263a23
Cleanup gifs ( #10434 )
2024-03-13 17:37:15 -05:00
f9ed082e35
Use react lazy to break js files into smaller chunks & remove videojs in favor of hls.js ( #10431 )
...
* Use dynamic imports to reduce initial load times
Remove videojs
* Convert to using hls.js instead of videojs
* Improve mobile controls experience
* Cleanup
* Ensure playback rate stays teh same when source changes
* Use webp for latest camera image
* Switch to hls.js on error
* Don't rerun error if hls already tried
* Fix error checking
* also check for media decode error to fallback to HLS
---------
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com >
2024-03-13 15:24:24 -05:00
Nicolas Mowen and GitHub
0e8350ea7f
Fix jumping to segment in recordings view ( #10424 )
...
* Fix skeletons showing incorrectly
* Handle clicking segment from different time range
2024-03-13 09:05:01 -05:00
Nicolas Mowen and GitHub
52ce6190ae
Fix two way talk starting webrtc session ( #10422 )
...
* Fix two way talk starting webrtc session
* Remove logs
2024-03-13 09:04:11 -05:00
Nicolas Mowen and GitHub
9d01a7dc74
Fix gif layout ( #10421 )
2024-03-13 08:58:46 -05:00
Nicolas Mowen and GitHub
b8e472643d
Optimize web config to be installed as PWA ( #10405 )
...
* Update values and add site manifest
* Use appropriate icon types
* Add purpose to all
* Adjust dark theme color
* Remove unused
2024-03-12 19:58:29 -06:00
Nicolas Mowen and GitHub
09cf54c731
Improve preview loading ( #10406 )
...
* Use skeleton for gif loading
* cache gifs as well
* Show skeleton when switching previews
* Fix touch controls for mobile
* Fix android mobile scrub logic
* Cleanup
2024-03-12 18:19:16 -05:00
Nicolas Mowen and GitHub
92255f771b
Add micropohone button for two way talk ( #10408 )
2024-03-12 18:19:02 -05:00
Nicolas Mowen and GitHub
8c0275fe2f
Add special casing for android preview scrubbing ( #10398 )
...
* Add special casing for android scrubbing
* Fix motion data
2024-03-12 09:24:18 -06:00
Nicolas Mowen and GitHub
483a95b06b
Override default player controls ( #10401 )
...
* Override default player controls
* Improve mouse behavior
2024-03-12 09:24:07 -06:00
Nicolas Mowen and GitHub
579a7c8900
Fix preview update ( #10388 )
2024-03-11 21:42:13 -05:00
Nicolas Mowen and GitHub
1c5d6765a1
Preview improvements ( #10384 )
...
* Write preview frames as webp instead of jpg and ensure webp are cached in nginx
* Support preview player that shows current hour images
* Update to get preview player working
* Use timestamp based recordings check instead of calendar
* Start motion review from current time
* Adjust layout
* Use preview players for previews
* remove vite
* Cleanup
* Fix up the layout
2024-03-11 18:31:05 -05:00
Nicolas Mowen and GitHub
8d4b9bc7ed
Indicate on calendar which days have unreviewed activity ( #10381 )
2024-03-11 10:14:41 -05:00
Nicolas Mowen and GitHub
3515361320
refactor motion calculation ( #10380 )
...
* refactor motion calculation
* Use float
2024-03-11 08:53:13 -05:00
Nicolas Mowen and GitHub
838ef636f8
Layout tweaks ( #10365 )
...
* Cleanup review items
* Fix spacing
* Fix -1 text
* Cleanup scroll
* Show activity indicator when review items are null
* Show no preview text when not found
* Add padding to buttons
* Simplify comparisons
2024-03-11 08:05:44 -05:00
Nicolas Mowen and GitHub
020b09216b
Fix image cleanup ( #10364 )
2024-03-10 14:18:44 -04:00
Nicolas Mowen and GitHub
ee239744d8
Redesign exports page ( #10359 )
...
* Redesign exports page
* Cleanup
* fix overhange
2024-03-10 07:25:16 -06:00
Nicolas Mowen and GitHub
efaa95b742
Fix dst offset calculation ( #10357 )
2024-03-10 08:17:48 -05:00
Nicolas Mowen and GitHub
b910db4f05
Fix handling of recordings and switching cameras ( #10351 )
...
* Fix handling of recordings and switching cameras
* mobile switch
* Cleanup
* Cleanup autoplay
* Remove vite
2024-03-10 08:17:09 -05:00
Nicolas Mowen and GitHub
62d13024f6
Adjustments and fixes ( #10346 )
...
* Increase duration of alerts and detections
* Add key
* Fix cancel button
* Fix motion review when switching days
* Add reset buttons and make calendar apply immediately
* Adjust apis for motion and audio activity
* Write review thumbs as webp and reduce size
2024-03-09 07:08:06 -07:00
Nicolas Mowen and GitHub
eeb2187b97
Separate extra amd64 builds ( #10319 )
2024-03-09 06:04:57 -06:00
Nicolas Mowen and GitHub
a50e955b3e
Add job to delete old images ( #10332 )
2024-03-09 06:04:17 -06:00
Nicolas Mowen and GitHub
c721e7cfa9
fix preview comparison ( #10338 )
2024-03-08 17:45:42 -06:00
Nicolas Mowen and GitHub
f7122a766e
Ensure at least 2 frames are saved per minute in preview video ( #10337 )
...
* simplify
* Formatting
2024-03-08 17:24:47 -06:00
Nicolas Mowen and GitHub
086eb37ece
Cleanup to use new preview video player in dynamic player ( #10335 )
...
* Cleanup to use new preview video player
* Make it so motion persists the selected time
* Don't jump when player first starts
* Get autoplay working right
2024-03-08 17:24:12 -06:00
Nicolas Mowen and GitHub
3d539c93eb
Fix motion review ( #10329 )
...
* Break preview only video player out
* Simplify
* Load after current preview changes
* Clear out waiting for seek state
* Start at correct time of hour
* Fix layout for tall video
2024-03-08 11:56:00 -06:00
Nicolas Mowen and GitHub
ea5cb4fd8b
Rework mobile drawers to have a max height ( #10330 )
2024-03-08 11:14:58 -06:00
Nicolas Mowen and GitHub
507c6afa2c
Add filters to plus page and fix layout ( #10320 )
2024-03-07 18:32:26 -06:00
Nicolas Mowen and GitHub
90a40d2509
Fix motion and recording views ( #10318 )
...
* Fix switching between different hours
* Simplify book keeping of different time ranges
* Rewrite player to handle changing of previews outside of video player
* Simplify switching between cameras
* Fix previews causing cameras to not load
* Simplify listeners
* Always clear existing listener
2024-03-07 18:31:43 -06:00
Nicolas Mowen and GitHub
fc6d6a4e9a
Fix layout shifting ( #10313 )
...
* Fix layout shifting
* Change value for current data
* Fix motion scrubbing lockout
2024-03-07 10:11:24 -06:00
Nicolas Mowen and GitHub
8776cdfd5b
Tweaks fixes ( #10311 )
...
* Save numbers as int instead of string
* Fix hover logic
* Fix delay for new alerts
* Fixup dialog and marking item as uploaded
* Make preview progress larger and easier to grab
* Allow hovering to control preview on desktop
2024-03-07 08:34:11 -06:00
Nicolas Mowen and GitHub
b2931bcaa9
Remove paging ( #10310 )
...
* Remove paging and use reviewed as an internal filter
* Fix new reviews not going away
2024-03-07 08:33:36 -06:00
Nicolas Mowen and GitHub
ccb5e05e3e
Cleanup overlay state with types and use overlay for severity ( #10299 )
2024-03-06 19:17:35 -06:00
Nicolas Mowen and GitHub
3d90f50d84
Ability to add, edit, and delete camera groups in the UI ( #10296 )
...
* Add dialog for creating new camera group
* Support adding of camera groups and dynamically updating the config
* Support deleting and edit existing camera groups
* Don't show separator if user has no groups
* Formatting
* fix background
2024-03-06 19:15:50 -06:00
Nicolas Mowen and GitHub
fb81e44283
UI Tweaks ( #10289 )
...
* Use different cursor for dragging preview
* Improve filters UI and add audio labels
* Use switch and adjust colors
* Disable chromecast button and remove dimming
* Change marked reviewed text
2024-03-06 14:49:51 -06:00
Nicolas Mowen and GitHub
55077a0bc9
Add page for submitting to frigate+ ( #10273 )
...
* Add screen for submitting to frigate+
* Fix sizing
2024-03-06 06:24:21 -06:00
Nicolas Mowen and GitHub
68ed18d3f4
Reviewed buttons ( #10271 )
...
* mark items as reviewed when they are opened
* Update api to use json and add button to mark all as reviewed
* fix api so last24 hours has its own review summary
* fix sidebar spacing
* formatting
* Bug fixes
* Make motion activity respect filters
2024-03-05 18:39:37 -06:00
Nicolas Mowen and GitHub
ac9cd72f28
Organize api docs and add new review and preview apis ( #10268 )
...
* reorganize api docs into sections
* Add current apis to docs
2024-03-05 15:33:39 -06:00
Nicolas Mowen and GitHub
7be2923d2d
Save previews when restarting ( #10261 )
2024-03-05 13:56:38 -06:00
Nicolas Mowen and GitHub
a174d0000f
Fix combined build ( #10264 )
2024-03-05 13:56:12 -06:00
Nicolas Mowen and GitHub
9e8a42ca0e
Motion timeline data ( #10245 )
...
* Refactor activity api to send motion and audio data
* Prepare for using motion data timeline
* Get working
* reduce to 0
* fix
* Formatting
* fix typing
* add motion data to timelines and allow motion cameas to be selectable
* Fix tests
* cleanup
* Fix not loading preview when changing hours
2024-03-05 13:55:44 -06:00
Nicolas Mowen and GitHub
a174d82eb9
Disable hvc check ( #10260 )
2024-03-05 14:11:08 +00:00
Nicolas Mowen and GitHub
30b68e59f2
Multi cam recording view ( #10244 )
...
* Split recording view for mobile and desktop and get desktop working
* Get stuff working well
* Handle onclick for video
* Fix camera grid
* set onclick
2024-03-05 06:03:10 -06:00
Nicolas Mowen and GitHub
bbdb8d36ca
Improve review data ( #10246 )
...
* Adjust remaining summary items when items are marked as reviewed
* Add api for filtering and show correct number when filtering
* Fix default group config
* Update review summary when data is reloaded
* Fix quick items not getting reviewed
2024-03-05 06:02:34 -06:00
Nicolas Mowen and GitHub
b4b2162ada
Camera groups ( #10223 )
...
* Add camera group config
* Add saving of camera group selection
* Implement camera groups in config and live view
* Fix warnings
* Add tooltips to camera group items on desktop
* Add camera groups to the filters for events
* Fix tooltips and group selection
* Cleanup
2024-03-04 16:18:30 -07:00
c2a537ce22
Motion review ( #10221 )
...
* Break detection grid into separate function
* Implement backward preview jump and jump lockout
* ensure lockout is engaged when starting
* Add preview only mode to make loading more efficeint
* remove scrollbar and match gaps/margins with live view
* Rewrite dynamic player to use html video for preview and fix grid gaps
* consistent check for aspect ratio for tall cameras
---------
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com >
2024-03-03 22:21:30 -06:00
Nicolas Mowen and GitHub
d3f9fd1a60
Review summary ( #10196 )
...
* Create review summary api to get information about reviewed and unreviewed events on each day
* remove unused
* Fix tests
* Format tests
* Fix
2024-03-03 18:19:02 -06:00
Nicolas Mowen and GitHub
fa0f509e18
Fix case where model path is set but not labelmap path ( #10215 )
2024-03-03 18:17:56 -06:00
Nicolas Mowen and GitHub
1441a83151
Fix resolution of timeline dragging ( #10219 )
2024-03-03 18:17:24 -06:00
Nicolas Mowen and GitHub
8645545ef4
Add support for live fullscreen mode ( #10191 )
...
* Fix timeline colors
* Add support for full screen mode
* Add support for live view full screen
* Cleanup
* Add border to sidebar and statusbar
2024-03-02 21:59:50 -06:00
Nicolas Mowen and GitHub
3c4b1fb6f2
Update flask and restructure into api folder with apis put into separate folders ( #10193 )
...
* Update flask
* Update flask and break apart different sections into different files
* formatting
* Fix test and add safety check
2024-03-02 22:10:37 +00:00
Nicolas Mowen and GitHub
837f30cbf0
Update frontend colors to match style guide ( #10188 )
...
* Get main background colors going
* Finish sidebar
* Get light mode colors working
* Adjust icons
* Adjust icons
* remove unused
* Fix mobile colors
2024-03-02 09:00:50 -06:00
Nicolas Mowen and GitHub
5028a9632e
Individual live view ( #10178 )
...
* Get live camera view working
* Get ptz working
* Add button for ptz presets
* Add camera feature buttons
* Add button for camera audio
* Cleanup
* Cleanup mobile live
* Only use landscape check on mobile
2024-03-01 18:43:02 -06:00
Nicolas Mowen and GitHub
a67e970fca
Implement scroll lock for previews ( #10180 )
...
* Implement scroll lock
* Fix seekbar not working
2024-03-01 17:34:41 -07:00
Nicolas Mowen and GitHub
ebf34ce378
Revamp multiselect ( #10172 )
...
* Just use multiselect for mobile
* Update revamped design and add export to values
* Get actions looking good on mobile and desktop
2024-03-01 11:56:45 -06:00
Nicolas Mowen and GitHub
49530dc2e4
Handle case where review spans across two hours ( #10169 )
2024-03-01 07:19:26 -07:00
Nicolas Mowen and GitHub
96bf06a7d8
update paho requirement ( #10166 )
2024-03-01 05:50:57 -07:00
Nicolas Mowen and GitHub
63d8c3662a
Add multiselect and batch actions to review items ( #10161 )
...
* Implement context menu for batch operations and implement apis
* reduce preview calculations on rerenders
* Add button to mark above items as reviewed
* Use context menu for mark as reviewed
* Cleanup
2024-02-29 19:53:29 -07:00
Nicolas Mowen and GitHub
ea9316e770
Update and migrate mqtt to v2 ( #10160 )
2024-03-01 00:59:47 +00:00
dcc0886305
Fix tooltips ( #10154 )
...
* use portal for tooltips
* Fix tooltips for desktop and mobile nav bars
---------
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com >
2024-03-01 00:59:26 +00:00
Nicolas Mowen and GitHub
e7f8bca2c3
Preview player upgrades ( #10152 )
...
* Implement manual slider control for previews
* Automatically end preview video on mobile
* Show current time on timeline
* remove z height
2024-03-01 00:58:50 +00:00
cb30450060
Migrate pydantic to V2 ( #10142 )
...
* Run pydantic migration tool
* Finish removing deprecated functions
* Formatting
* Fix movement weights type
* Fix movement weight test
* Fix config checks
* formatting
* fix typing
* formatting
* Fix
* Fix serialization issues
* Formatting
* fix model namespace warnings
* Update formatting
* Format go2rtc file
* Cleanup migrations
* Fix warnings
* Don't include null values in config json
* Formatting
* Fix test
---------
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com >
2024-02-29 16:10:13 -07:00
Nicolas Mowen and GitHub
3bf2a496e1
Fix linter and fix lint issues ( #10141 )
2024-02-28 16:23:56 -06:00
Nicolas Mowen and GitHub
b6ef1e4330
Fix reload spamming ( #10139 )
2024-02-28 14:25:02 -06:00
Nicolas Mowen and GitHub
d416ae86d7
Fix tall cameras not fitting in current hour frame ( #10136 )
2024-02-28 14:24:49 -06:00
Nicolas Mowen and GitHub
b5becad63f
Use alerts for live page gifs and allow opening recordings directly from them ( #10135 )
...
* Use alerts for gifs at top instead of events
* Add ability to open to recordings from event gif
* cleanup
* Formatting
* Add padding
2024-02-28 14:24:34 -06:00
Nicolas Mowen and GitHub
a978adc5a9
Fix reload ( #10109 )
...
* Fix reloading data
* Don't show new review data when not looking at last 24 hours
* Fix refresh button and no items text
* Cleanup
2024-02-28 08:16:32 -06:00
Nicolas Mowen and GitHub
8072ce25c6
Use persistence for live layout ( #10114 )
...
* Use persistence for live layout
* Fix typing
* Fix persistence typing
* remove type
* More type fixing
2024-02-28 08:16:16 -06:00
9893741990
Update tailwind css and cleanup classNames ( #10107 )
...
* Bump tailwindcss from 3.3.5 to 3.4.1 in /web
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.3.5 to 3.4.1.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.5...v3.4.1 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update tailwind css and cleanup
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 03:40:57 +00:00
7fa9a3df42
Update web deps ( #10108 )
...
* Bump vitest from 1.0.0 to 1.3.1 in /web
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 1.0.0 to 1.3.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.1/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump clsx from 2.0.0 to 2.1.0 in /web
Bumps [clsx](https://github.com/lukeed/clsx ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/lukeed/clsx/releases )
- [Commits](https://github.com/lukeed/clsx/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: clsx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @vitejs/plugin-react-swc from 3.5.0 to 3.6.0 in /web
Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react-swc/compare/v3.5.0...v3.6.0 )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react-swc"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump react-use-websocket from 4.5.0 to 4.7.0 in /web
Bumps [react-use-websocket](https://github.com/robtaussig/react-use-websocket ) from 4.5.0 to 4.7.0.
- [Release notes](https://github.com/robtaussig/react-use-websocket/releases )
- [Commits](https://github.com/robtaussig/react-use-websocket/commits )
---
updated-dependencies:
- dependency-name: react-use-websocket
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-28 03:40:08 +00:00
Nicolas Mowen and GitHub
3fed6a0ab3
Implement swipe gesture instead of autoplay for mobile ( #10110 )
...
* Implement swipe gesture instead of autoplay
* Cleanup
2024-02-28 03:39:06 +00:00
Nicolas Mowen and GitHub
fd24007618
Revamp mobile UI ( #10103 )
...
* Simplify nav components
* Allow ability to choose live layout on mobile
* Combine event views
* Undo vite
* Fix autoplay
* Remove import
* Show filters on mobile view
* Spacing
* Don't separate properties
2024-02-27 15:39:05 -06:00
Nicolas Mowen and GitHub
8663fbba01
Fix autoplay ( #10099 )
2024-02-27 12:24:15 -06:00
Nicolas Mowen and GitHub
d94710171d
Don't lazy load on iOS and don't use skeleton ( #10096 )
...
* Don't lazy load on iOS and don't use skeleton
* Cleanup banner
* All safari
2024-02-27 10:55:14 -06:00
Nicolas Mowen and GitHub
21defbea9d
Rewrite websocket to use tracked state instead of context ( #10091 )
...
* Rewrite websocket to use tracked state instead of context
* Cleanup
* Use component for updating items
* Fix scroll update
* Don't save vite
2024-02-27 09:05:28 -07:00
Nicolas Mowen and GitHub
f95ce913b1
Publish finished reviews to mqtt / ws and use that for source of update banner ( #10072 )
...
* Add reviews to frontend
* Update ready when new review is saved
* fix
* Formatting
2024-02-27 06:37:39 -07:00
Nicolas Mowen and GitHub
849f343b25
Reduce rerenders on some components ( #10068 )
...
* Remove direct callback
* don't rerender for callback
* Move websocket to top level events
* Be smarter about updating timeago
* Cleanup
2024-02-26 16:08:55 -06:00
Nicolas Mowen and GitHub
e9076c0213
Show correct time range when time filter is active ( #10066 )
...
* Show correct time range when time filter is active
* remove console
2024-02-26 14:47:44 -06:00
Nicolas Mowen and GitHub
20578de9d0
Conditionally show no items ( #10065 )
...
* Conditionally show no items
* Clean up view
2024-02-26 14:47:20 -06:00
Nicolas Mowen and GitHub
3c5ed474af
Add message when there are no items to review ( #10064 )
2024-02-26 12:00:49 -07:00
Nicolas Mowen and GitHub
1dd904d89a
Don't show minimap when view is not scrollable ( #10062 )
2024-02-26 12:31:21 -06:00
Nicolas Mowen and GitHub
76ad91f9b5
remove vis timeline ( #10059 )
...
* remove vis timeline
* Cleanup playground
* Cleanup
* fix
2024-02-26 12:00:53 -06:00
2fd7fe7928
Update web deps ( #10058 )
...
* Bump follow-redirects from 1.15.3 to 1.15.5 in /web
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.3 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.5 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump prettier from 3.1.0 to 3.2.5 in /web
Bumps [prettier](https://github.com/prettier/prettier ) from 3.1.0 to 3.2.5.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.1.0...3.2.5 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump monaco-yaml from 4.0.4 to 5.1.1 in /web
Bumps [monaco-yaml](https://github.com/remcohaszing/monaco-yaml ) from 4.0.4 to 5.1.1.
- [Release notes](https://github.com/remcohaszing/monaco-yaml/releases )
- [Commits](https://github.com/remcohaszing/monaco-yaml/compare/v4.0.4...v5.1.1 )
---
updated-dependencies:
- dependency-name: monaco-yaml
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump swr from 2.2.4 to 2.2.5 in /web
Bumps [swr](https://github.com/vercel/swr ) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/vercel/swr/releases )
- [Commits](https://github.com/vercel/swr/compare/v2.2.4...v2.2.5 )
---
updated-dependencies:
- dependency-name: swr
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump msw from 2.0.10 to 2.2.1 in /web
Bumps [msw](https://github.com/mswjs/msw ) from 2.0.10 to 2.2.1.
- [Release notes](https://github.com/mswjs/msw/releases )
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mswjs/msw/compare/v2.0.10...v2.2.1 )
---
updated-dependencies:
- dependency-name: msw
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump vite from 5.0.5 to 5.1.4 in /web
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.0.5 to 5.1.4.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.1.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 10:21:21 -06:00
Nicolas Mowen and GitHub
4061be602d
Automatically skip to next preview / clip when watching full recordings ( #10055 )
...
* Fix useEffect and try to load next clip for preview
* Get scrubbing to next preview working
* Handle skipping to next preview
2024-02-26 10:04:56 -06:00
Nicolas Mowen and GitHub
41194966c7
Delete web-old directory ( #10053 )
2024-02-26 08:48:04 -07:00
3f1bd891e4
Use a rolling average of iou to determine if an object is no longer stationary ( #9381 )
...
* Use a rolling average of iou to determine if an object is no longer stationary
* Use different box variation to designate when an object is stationary on debug
* In progress
* Use average of boxes instead of average of iou
* Update frigate/track/norfair_tracker.py
Co-authored-by: Blake Blackshear <blake@frigate.video >
---------
Co-authored-by: Blake Blackshear <blake@frigate.video >
2024-02-26 07:37:56 -06:00