Commit Graph
61 Commits
Author SHA1 Message Date
Dermot Duffy 766f3422a9 fix: Unparseable config when using the low-performance profile (#1570)
* The `low-performance` profile itself had parse errors: fix them!
* Do not silently swallow override parse errors, they are always a user issue
* Minor error message rendering improvements to show multiple pieces of context
2024-09-22 15:08:37 -07:00
Dermot Duffy f924537025 fix: Replace max_height with height (#1539)
* fix: Replace `max_height` with `height`

BREAKING CHANGE: This entirely removes `min_height`, and replaces `max_height` with `height`. The behavior is obviously not exactly the same, but the prior behavior did not actually work correctly. CSS does not  limit the height of child elements that are `100%` of their parents height if the parent does not have an explicit height set (this caused spillage over the set max height). As such, it's simpler to just allow the user to set the actual height of the card should they need to do so, with a (hopefully) minor loss of flexibility.

* Test fixes
2024-09-15 17:29:05 -07:00
Dermot Duffy 041656317a Add support for arbitrary image entities 2024-09-08 16:48:26 -07:00
Dermot Duffy 0403441e07 Add max_simultaneous_engine_requests parameter 2024-08-26 19:57:55 -07:00
Dermot Duffy 429dd90972 Use custom websocket to avoid needing admin privileges. 2024-08-24 20:00:00 -07:00
Dermot Duffy e503f0e429 Initial version of status bar. 2024-08-16 20:08:21 -07:00
Dermot Duffy afb9af5eb4 Rename several view variables for clarity. 2024-06-11 19:48:39 -07:00
Felipe Santos fccb4c9afd Bump prettier to v3 and format all files 2024-06-10 00:29:50 -03:00
Dermot Duffy 7ab545738d Add initial keyboard shortcut support. 2024-06-05 21:44:17 -07:00
Dermot Duffy 7917e5c537 Add support for pre-defined zoom/pan settings. 2024-04-27 14:55:38 -07:00
Dermot Duffy c7c85d188d Add support for precise layout cropping options. 2024-04-15 16:10:09 -07:00
Dermot Duffy bde4e6cd38 Add support for configuration profiles. 2024-03-28 21:41:48 -07:00
Dermot Duffy b23cea4ffe Add French language. 2024-03-27 20:55:56 -07:00
Dermot Duffy 95c44adcf1 Allow camera capabilities to be configured. 2024-03-26 21:00:15 -07:00
Dermot Duffy 463f4bf32a Add ability to set timeline pan mode via config. 2024-03-10 20:40:18 -07:00
Dermot Duffy 72eae2bf88 Update dimensions and media layout options to be per camera. 2024-03-06 23:08:32 -08:00
Dermot Duffy 7d1260d122 Remove remnants of old PTZ auto mode. 2024-03-03 21:31:43 -08:00
Dermot Duffy 88bea0ae7d Allow camera engines to signal events to the card. 2024-03-03 15:40:20 -08:00
Dermot Duffy e21756887d Add custom date/time media filtering. 2024-02-07 22:06:21 -08:00
Dermot Duffy e35a44933c Fix non-en languages. 2024-02-03 14:37:22 -08:00
Dermot Duffy d3260d516c Allow the inbound audio to unmute when the microphone is unmuted. 2024-01-28 20:30:09 -08:00
Dermot Duffy 2d3817100b Add warning message for loading stream. 2024-01-25 22:28:05 -08:00
Dermot Duffy 5e72070c96 Add interaction and triggered conditions. 2024-01-25 22:06:21 -08:00
Dermot Duffy 64a909ead0 Add editor and migration support. 2024-01-21 11:30:23 -08:00
Dermot Duffy 278f4f372d Initial version of more advanced scan mode control. 2024-01-17 22:07:30 -08:00
Dermot Duffy e12912fa85 Add out-of-the-box Frigate PTZ support. 2023-10-29 14:10:41 -07:00
Dermot Duffy ac0eab40a2 Add editor support. 2023-10-10 20:16:00 -07:00
Dermot Duffy bc71709cc8 Add new method of casting live cameras based on dashboards. 2023-10-09 22:04:59 -07:00
Dermot Duffy 48ece1e154 Improve display mode button text. 2023-08-26 14:51:48 -07:00
Dermot Duffy 87f137b474 Add support for timeline seeking locked to a camera. 2023-08-26 11:11:44 -07:00
Dermot Duffy b663e0b731 Initial support for grid for live and media viewer. 2023-08-08 22:26:25 -07:00
Dermot Duffy 39b985b4df Add screenshot support. 2023-06-16 19:36:45 -07:00
Dermot Duffy 972a0999fb Allow default media controls to be hidden. 2023-05-14 20:00:23 -07:00
Dermot Duffy 8365b43c04 Add play/pause/mute/unmute Frigate card commands. 2023-05-11 20:25:40 -07:00
Dermot Duffy 109e10ea68 Rename option to always_connected. 2023-05-07 15:32:44 -07:00
Dermot Duffy ee7d02fc58 Add support for connecting microphone on card load. 2023-05-07 15:17:39 -07:00
Dermot Duffy 2c1b8ed785 Implement momentary and toggle microphone button types. 2023-05-06 15:59:57 -07:00
Dermot Duffy 992b622f7c Add support for disabling zoom. 2023-05-06 14:03:05 -07:00
Dermot Duffy 19e9113665 Minor codereview fixes. 2023-05-06 10:49:08 -07:00
Dermot DuffyandRui Dias 45fc85a281 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:54:27 -07:00
Dermot DuffyandRui Dias 2333040eb3 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:54:16 -07:00
Dermot DuffyandRui Dias f0fb1ac926 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:54:07 -07:00
Dermot DuffyandRui Dias e0872e4b30 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:53:54 -07:00
Dermot DuffyandRui Dias a3dcedaaa3 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:53:43 -07:00
Dermot DuffyandRui Dias 3a24f4c005 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:53:21 -07:00
Dermot DuffyandRui Dias fa1dd91922 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:53:10 -07:00
Dermot DuffyandRui Dias c4a0b92362 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:52:57 -07:00
Dermot DuffyandRui Dias a3bad803c3 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:52:44 -07:00
Dermot DuffyandRui Dias a0ff734f04 Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:52:30 -07:00
Dermot DuffyandRui Dias c9feb55a8c Update src/localize/languages/pt-PT.json
Co-authored-by: Rui Dias <ruidias@bcl.pt>
2023-04-29 19:52:15 -07:00