Commit Graph
212 Commits
Author SHA1 Message Date
Nick Mowen 5bc875db1d Add useMemo to cameras as well 2022-03-12 10:20:53 -07:00
Nick Mowen 20633975c6 Fix undefined return in Sidebar 2022-03-12 10:10:09 -07:00
Nick Mowen 1482d13dd1 Use memo to optimize rendering 2022-03-12 09:27:06 -07:00
Nick Mowen 2fe3b2bac4 Update naming in web 2022-03-12 07:40:40 -07:00
Nick Mowen 355b4dee95 Update naming in web 2022-03-12 07:40:13 -07:00
Nick Mowen fb43cf2620 Update naming to UI 2022-03-12 07:37:13 -07:00
Nick Mowen f7773a1894 Fix spacing 2022-03-12 07:26:14 -07:00
Nick Mowen 328292da67 Fix tests 2022-03-12 07:25:12 -07:00
Nick Mowen 337665f58e Build fixes 2022-03-11 07:38:27 -07:00
Nick Mowen 83f50a7318 Formatting 2022-03-11 07:16:43 -07:00
Nick Mowen 1c5fdf9081 Formatting 2022-03-11 07:15:35 -07:00
Nick Mowen da559cde46 Adjust for incoming changes 2022-03-11 07:10:39 -07:00
Nicolas MowenandGitHub 0abd0627df FEAT: Replace best jpg endpoint (#2944)
* Added object thumbnail def and made camera tracked objects use it.

* Add object snapshot def

* Remove documentation for best.jpg

* Update docs for label thumbnail and snapshot defs
2022-03-11 07:56:39 -06:00
Blake Blackshear dccfc3b84f fix camera list on debug page 2022-03-11 07:49:06 -06:00
Blake Blackshear deb3536cb2 fix date picker 2022-03-11 07:49:06 -06:00
Blake Blackshear 9bbe75d64e fix dark mode 2022-03-11 07:49:06 -06:00
Blake Blackshear 95fe62e141 switch to vite 2022-03-11 07:49:06 -06:00
Blake Blackshear 1c9ba11e07 swr events refactor 2022-03-11 07:49:06 -06:00
Nick Mowen 00973a62a2 Merge branch 'release-0.11.0' of https://github.com/blakeblackshear/frigate into reorder-cameras 2022-02-27 13:42:36 -07:00
JohnMark SillandGitHub 3e07d4eddb feat: Timeline UI (#2830) 2022-02-27 08:04:12 -06:00
Nick Mowen deee4febde Merge branch 'release-0.11.0' of https://github.com/blakeblackshear/frigate into reorder-cameras 2022-02-21 21:36:43 -07:00
Nicolas MowenandGitHub 4004048add Ability to retain specific clips / events indefinitely (#2831) 2022-02-21 22:03:01 -06:00
Nick Mowen 492a66e386 Apply sort to recorded cameras as well 2022-02-20 21:46:33 -07:00
Nick Mowen 46b3dc8583 Use keys for camera views 2022-02-20 21:45:08 -07:00
Nick Mowen f985e73167 Remove recording cameras option if show is set to false 2022-02-20 12:40:04 -07:00
Nick Mowen 25930cb540 Update tests to include show 2022-02-20 08:05:25 -07:00
Nick Mowen 39f889a716 Filter cameras when set to not be shown. 2022-02-20 07:58:47 -07:00
Nicolas MowenandBlake Blackshear 5627b66a6e Always show recording link even if recordings are currently disabled (#2787)
* Always show recording link even if recordings are currently disabled

* Fix test to consider all cameras to have recording link
2022-02-18 21:18:26 -06:00
Jason HunterandBlake Blackshear 8de15af7b4 Fix duration for long events and playback rate for top of the hour 2022-02-18 21:18:26 -06:00
Jason HunterandBlake Blackshear 28dd43f8ae Fix playback rate resetting to 1 on source change 2022-02-18 21:18:26 -06:00
Jason HunterandBlake Blackshear 56d24cbf6d Update package-lock.json 2022-02-18 21:18:26 -06:00
Jason HunterandBlake Blackshear e433bec17f Add in progress events to recordings view 2022-02-18 21:18:26 -06:00
Bernt Christian EgelandandBlake Blackshear a10970d7c9 Event Datepicker (#2428)
* new datepicker

* dev

* dev

* dev

* fix for version 0.10

* added rounded corners for date range

* lint

* Commented out some Select.test.

* improved date range selection

* improved functions with useCallback

* improved Select.test.jsx

* keyboard navigation

* keyboard navigation

* added dropdown menu icon

* Hide filters on xs, Button to show

* check if to far left before right

* Filter button text

* improved local timezone
2022-02-18 21:18:26 -06:00
Blake Blackshear e0c0033852 use snapshot url to support in progress events 2022-02-18 21:18:26 -06:00
Blake Blackshear 87e2300855 set retain when setting switches from frontend 2022-02-18 21:18:26 -06:00
Blake Blackshear 2f2329ba44 only save recordings when an event is in progress 2022-02-18 21:18:26 -06:00
Nick Mowen 567faf9977 Use gui-order to sort the cameras sidebar list and udpate tests. 2022-02-17 10:08:56 -07:00
Nick Mowen 67e6193fac Use === 2022-02-16 12:14:35 -07:00
Nick Mowen 310970eca9 Update test to include default order value 2022-02-16 12:11:08 -07:00
Nick Mowen 63b0dc5278 Support default sort correctly 2022-02-16 12:09:27 -07:00
Nick Mowen 6315c5c30b Sort items based on gui_order 2022-02-16 11:27:39 -07:00
Nicolas MowenandGitHub 889835a59b Always show recording link even if recordings are currently disabled (#2787)
* Always show recording link even if recordings are currently disabled

* Fix test to consider all cameras to have recording link
2022-02-12 13:51:28 -06:00
Jason HunterandBlake Blackshear 4deb365758 Fix duration for long events and playback rate for top of the hour 2022-02-09 20:28:13 -06:00
Jason HunterandBlake Blackshear 9ecc7920dd Fix playback rate resetting to 1 on source change 2022-02-08 21:10:48 -06:00
Jason HunterandBlake Blackshear 45b56bdce5 Update package-lock.json 2022-02-08 21:10:13 -06:00
Jason HunterandBlake Blackshear 54b88fb4a9 Add in progress events to recordings view 2022-02-08 21:10:13 -06:00
Bernt Christian EgelandandGitHub 273f803c7c Event Datepicker (#2428)
* new datepicker

* dev

* dev

* dev

* fix for version 0.10

* added rounded corners for date range

* lint

* Commented out some Select.test.

* improved date range selection

* improved functions with useCallback

* improved Select.test.jsx

* keyboard navigation

* keyboard navigation

* added dropdown menu icon

* Hide filters on xs, Button to show

* check if to far left before right

* Filter button text

* improved local timezone
2022-02-02 07:26:45 -06:00
Blake Blackshear 494e5ac4ec use snapshot url to support in progress events 2021-11-20 09:52:02 -06:00
Blake Blackshear 51fb532e1a set retain when setting switches from frontend 2021-11-09 07:40:23 -06:00
Blake Blackshear b63c56d810 only save recordings when an event is in progress 2021-10-25 06:40:36 -05:00