Commit Graph
41 Commits
Author SHA1 Message Date
4efc584816 Move event-view to events table. (#1596)
* fixed position for Dialog

* added eventId to deleted item

* removed page route redirect + New Close Button

* event component added to events list. New delete reducer

* removed event route

* moved delete reducer to event page

* removed redundant event details

* keep aspect ratio

* keep aspect ratio

* removed old buttons - repositioned to top

* removed console.log

* event view function

* removed clip header

* top position

* centered image if no clips avail

* comments

* linting

* lint

* added scrollIntoView when event has been mounted

* added Clip header

* added scrollIntoView to test

* lint

* useRef to scroll event into view

* removed unused functions

* reverted changes to event.test

* scroll into view

* moved delete reducer

* removed commented code

* styling

* moved close button to right side

* Added new close svg icon

Co-authored-by: Bernt Christian Egeland <cbegelan@gmail.com>
2021-08-26 06:54:36 -05:00
Blake Blackshear f3a1c1de0a move width/height/fps under detect and make required
also resizes the output from ffmpeg to specified size
2021-08-14 14:18:35 -05:00
Jason HunterandBlake Blackshear 2fbfbf614b add download option on clips and snapshots 2021-08-07 15:51:16 -05:00
Jason HunterandBlake Blackshear c527b1ca5d change MQTT to toggle recordings instead of clips 2021-08-07 15:51:16 -05:00
Jason HunterandBlake Blackshear a476bc9885 initial commit 2021-08-07 15:51:16 -05:00
ElMoribondandBlake Blackshear 16ef432228 add tabbed buttons component 2021-07-16 07:08:06 -05:00
ElMoribondandBlake Blackshear 4449bc5292 add tabbed buttons component 2021-07-16 07:08:06 -05:00
Bernt Christian EgelandandBlake Blackshear 6e6ee93282 error handling and linting 2021-07-05 08:24:46 -05:00
Bernt Christian EgelandandBlake Blackshear 85de881181 resolve #1143 2021-07-05 08:24:46 -05:00
Jason HunterandBlake Blackshear d83ffd8984 fix tests 2021-06-18 21:15:59 -05:00
Blake Blackshear 175c85d69a fix some test errors 2021-06-18 21:15:59 -05:00
Blake Blackshear 3aa7f753b3 lint fixes 2021-06-18 21:15:59 -05:00
Blake Blackshear 861ee0485d swith camera view to jsmpeg 2021-06-18 21:15:59 -05:00
Blake Blackshear 89c2ae2208 functioning birdseye view 2021-06-13 12:35:39 -05:00
Jason HunterandBlake Blackshear da8e54ed51 fix lint and tests 2021-06-11 06:53:34 -05:00
Jason HunterandBlake Blackshear b70c11e7a7 Cleanup video player and use consistently across recordings and events. 2021-06-11 06:53:34 -05:00
Jason HunterandBlake Blackshear bbb4d10718 add/fix tests 2021-06-06 07:54:58 -05:00
Jason HunterandBlake Blackshear 68dfaaf767 hide recordings page if record is not enabled, show error if no recordings available. 2021-06-06 07:54:58 -05:00
Jason HunterandBlake Blackshear 7b3abe330e recordings is taken by nginx so refresh fails - change base to recording 2021-06-05 07:30:18 -05:00
Jason HunterandBlake Blackshear 9822d614e2 fix videojs bug when switching cameras, support recording delay, fix navigation highlight 2021-06-05 07:30:18 -05:00
Jason HunterandBlake Blackshear ca20c735f7 add event card to overlay 2021-06-05 07:30:18 -05:00
Jason HunterandBlake Blackshear d3dc018260 video overlay 2021-06-05 07:30:18 -05:00
Jason HunterandBlake Blackshear 28a2a3816a lint fixes 2021-06-05 07:30:18 -05:00
Jason HunterandBlake Blackshear 5461308d30 Initial Recordings UI 2021-06-05 07:30:18 -05:00
ebb6d348a3 feat(web): Delete events from Event page and API (#991)
Co-authored-by: Scott Roach <scott@thinkpivot.io>
Co-authored-by: Paul Armstrong <paul@spaceyak.com>
2021-05-12 08:19:02 -07:00
Paul ArmstrongandBlake Blackshear 3c60aeeef9 fix(web): set events api limit to 25 2021-02-25 06:34:36 -06:00
Paul ArmstrongandBlake Blackshear b6ba6459fb feat(web): detect, clips, snapshots toggles 2021-02-20 08:20:17 -06:00
Paul ArmstrongandBlake Blackshear e399790442 feat(web): mqtt for stats 2021-02-20 08:20:17 -06:00
Paul ArmstrongandBlake Blackshear fe59d90c51 web(test): routes/Events 2021-02-20 08:20:17 -06:00
Paul ArmstrongandBlake Blackshear 3348f04889 test(web): App 2021-02-20 08:20:17 -06:00
Paul ArmstrongandBlake Blackshear c12aec7c8f test(web): routes/Event 2021-02-20 08:20:17 -06:00
Paul ArmstrongandBlake Blackshear 05f66b8f24 test(web): routes/Debug 2021-02-20 08:20:17 -06:00
Paul ArmstrongandBlake Blackshear d8b80f0fe9 test(web): routes/Cameras 2021-02-20 08:20:17 -06:00
Paul ArmstrongandBlake Blackshear 7314572d97 feat(web): allow CameraImage to stretch 2021-02-20 08:20:17 -06:00
Paul ArmstrongandBlake Blackshear 52a29ed00a test(web): routes/Camera 2021-02-20 08:20:17 -06:00
Paul ArmstrongandBlake Blackshear 5eaf8a5448 test(web): Switch (and add label back in) 2021-02-20 08:20:17 -06:00
Paul ArmstrongandBlake Blackshear 1aa9a7a093 test(web): CameraImage (basic)
Testing Image and Canvas calls requires a lot of heavy dependencies, so this skips that part of the tests
2021-02-20 08:20:17 -06:00
Paul ArmstrongandBlake Blackshear 85776cc7d0 test(web): fix switch case indent lint 2021-02-20 08:20:17 -06:00
Paul ArmstrongandBlake Blackshear daa759cc55 test(web): add eslint and PR lint validation 2021-02-20 08:20:17 -06:00
Patrick DecatandBlake Blackshear 07bd376649 fix(web): fix CameraMap.jsx import of api after move to routes/ 2021-02-20 08:20:17 -06:00
Paul ArmstrongandBlake Blackshear 7aee28d080 refactor(web): async routing 2021-02-20 08:20:17 -06:00