Dermot Duffy
5481c5956c
feat: Show diagnostics in yaml instead of json ( #1550 )
...
* feat: Show diagnostics in YAML instead of JSON
* Adding missing semicolon
2024-09-21 12:54:38 -07:00
Dermot Duffy
b46ea36265
feat: Add loading spinner on card initialization ( #1549 )
...
* feat: Add loading spinner on card initialization
* Minor doc fix.
2024-09-20 19:39:17 -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
c7359188e7
Fix overlay z-index for menu .
2024-09-07 15:33:54 -07:00
Dermot Duffy
1a0e219c61
Move automatic media actions out of carousels
2024-09-07 15:04:23 -07:00
Dermot Duffy
dc3ff62603
Formatting fixes.
2024-08-17 11:48:41 -07:00
Dermot Duffy
869c2f9049
Minor pointer fixes.
2024-08-17 11:40:33 -07:00
Dermot Duffy
e503f0e429
Initial version of status bar.
2024-08-16 20:08:21 -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
72eae2bf88
Update dimensions and media layout options to be per camera.
2024-03-06 23:08:32 -08:00
Dermot Duffy
e21756887d
Add custom date/time media filtering.
2024-02-07 22:06:21 -08:00
Dermot Duffy
cdf347ca7e
Lint fixes.
2024-02-04 15:49:48 -08:00
Dermot Duffy
2c8a41660c
Change datepicker library to fix iOS users.
2024-02-04 12:31:00 -08:00
Dermot Duffy
06f2151bab
Allow per-camera trigger borders.
2024-01-23 20:56:30 -08:00
Dermot Duffy
e12912fa85
Add out-of-the-box Frigate PTZ support.
2023-10-29 14:10:41 -07:00
Dermot Duffy
de7d412c2d
Add watermark to temporary image on live view.
2023-10-08 11:01:07 -07:00
Dermot Duffy
e830db1a77
Complete carousel refactor.
...
Reduces one layer of DOM nesting for simplication, uses the latest Embla
version, unittests for everything.
2023-09-04 16:25:32 -07:00
Dermot Duffy
0e5e99419f
Better timeline functionality for recordings.
2023-08-20 15:50:37 -07:00
Dermot Duffy
3c23894c6d
Scrubbing performance improvements.
2023-08-19 19:51:16 -07:00
Dermot Duffy
d9b2b4d4d8
Minor fixes.
2023-08-08 22:49:52 -07:00
Dermot Duffy
b663e0b731
Initial support for grid for live and media viewer.
2023-08-08 22:26:25 -07:00
Dermot Duffy
37a016e381
Add experimental 2-way audio support.
2023-04-29 13:30:37 -07:00
Dermot Duffy
705afaca99
Add initial zoom support.
2023-04-22 16:32:11 -07:00
Dermot Duffy
d05d0c3054
Minor style fixes for timeline/thumbnails.
2023-04-15 15:36:23 -07:00
Dermot Duffy
91f6f48696
Add label to timeline marker with current time.
2023-04-15 09:31:05 -07:00
Dermot Duffy
e854187666
Add support for new ribbon timeline.
2023-04-14 16:44:39 -07:00
Dermot Duffy
6012200809
Center expanded mode.
2023-04-11 20:48:04 -07:00
Dermot Duffy
1da7510c3a
Add max_height and min_height dimension options.
2023-04-11 19:50:36 -07:00
Dermot Duffy
e1d74dc35a
Enable smooth panning between past/live.
2023-04-09 19:23:34 -07:00
Dermot Duffy
fe2abfad86
Fix expanded mode / fullscreen interactions.
2023-04-01 17:03:16 -07:00
Dermot Duffy
8c606b296f
Add datepicker to timeline.
2023-03-28 19:57:26 -07:00
Dermot Duffy
304c7e3164
Initial motionEye commit.
2023-03-26 16:42:21 -07:00
Dermot Duffy
712713f60c
Refactor viewer to support other viewer players.
2023-03-18 13:56:55 -07:00
Dermot Duffy
e1f146b560
Add download control to thumbnails.
2023-03-12 20:28:46 -07:00
Dermot Duffy
709676cd8e
Minor fixes / clarifications.
2023-03-12 13:35:19 -07:00
Dermot Duffy
94c1415e58
Fix behavior of expanded mode in certain cases.
2023-03-12 13:26:29 -07:00
Dermot Duffy
24613e7ed9
Add support for expanding the card without fullscreen.
2023-03-11 15:38:54 -08:00
Dermot Duffy
7f1fcf454e
Add support for 'scroll up refresh' in the gallery.
2023-03-06 21:04:05 -08:00
Dermot Duffy
d87c4244f6
Improve quantity/display of thumbnail details.
2023-02-27 20:51:56 -08:00
Dermot Duffy
5767e98501
Initial support for go2rtc provider.
2023-02-18 09:07:06 -08:00
Dermot Duffy
4ae68ba932
Fix infinite gallery auto-loading .
2023-02-13 21:36:38 -08:00
Dermot Duffy
aa6d990ee8
Minor fixes and upgrades.
2023-02-06 20:31:02 -08:00
Dermot Duffy
c86a091546
Implement media filtering.
2023-02-05 20:27:24 -08:00
Dermot Duffy
17c4a5a85f
Use standard spinner for gallery loading.
2023-01-29 13:54:39 -08:00
Dermot Duffy
931e9febce
Support media type in core filter.
2023-01-28 15:19:20 -08:00
Dermot Duffy
e5924db352
Initial version of media filter components.
2023-01-24 19:36:54 -08:00
Dermot Duffy
d0a6f0928f
Add 'infinite' gallery support.
2023-01-24 19:36:54 -08:00