Dermot Duffy
|
b0bcc6eda5
|
Sync thumbnail styles between carousel and gallery.
|
2021-11-25 20:38:24 -08:00 |
|
Dermot Duffy
|
3c7634d9d5
|
Add thumbnail to live view.
|
2021-11-25 15:22:41 -08:00 |
|
Dermot Duffy
|
cbd2505b98
|
Minor refactor for consistency.
|
2021-11-24 17:49:39 -08:00 |
|
Dermot Duffy
|
bb36004b6d
|
Support the thumbnail carousel above or below.
|
2021-11-24 14:42:41 -08:00 |
|
Dermot Duffy
|
193dcf5480
|
Add missing height on embla class.
|
2021-11-24 13:52:13 -08:00 |
|
Dermot Duffy
|
2e9be783a6
|
Convert viewer to inherit from media carousel.
|
2021-11-24 13:46:23 -08:00 |
|
Dermot Duffy
|
48f288e0fd
|
Break carousel out into its own component.
|
2021-11-23 21:53:53 -08:00 |
|
Dermot Duffy
|
6c03934656
|
Thumbnail carousel initial draft
|
2021-11-22 17:07:33 -08:00 |
|
Dermot Duffy
|
e99a5a5ef7
|
Merge pull request #201 from dermotduffy/use-action-handler
Fix bug where touchevents were being ignored by elements within the card
|
2021-11-18 10:05:19 -08:00 |
|
Dermot Duffy
|
2e21456fab
|
Only use actionHandler on card.
|
2021-11-18 10:01:26 -08:00 |
|
Dermot Duffy
|
1ef9609066
|
Mention LL-HLS in README
|
2021-11-18 09:28:23 -08:00 |
|
Dermot Duffy
|
bf2eb95c9a
|
Merge pull request #197 from dermotduffy/custom-jsmpeg-options
Advanced: Allow setting custom JSMPEG options
|
2021-11-15 20:56:23 -08:00 |
|
Dermot Duffy
|
e691eb9755
|
Support custom JSMPEG options.
|
2021-11-15 20:52:28 -08:00 |
|
Dermot Duffy
|
6b6b1774db
|
Merge pull request #195 from dermotduffy/fullscreen-resize-observer
Fix fullscreen thumbnail sizes not correctly adjusting to expanded real estate
|
2021-11-14 19:43:03 -08:00 |
|
Dermot Duffy
|
2b0ba931f4
|
Gallery core should be a block element.
|
2021-11-14 19:40:07 -08:00 |
|
Dermot Duffy
|
49b44871c0
|
Merge pull request #194 from dermotduffy/menu-condition
Allow menu to be conditionally hidden
|
2021-11-14 16:48:17 -08:00 |
|
Dermot Duffy
|
c7506c9ee0
|
Add menu conditions.
|
2021-11-14 15:32:25 -08:00 |
|
Dermot Duffy
|
3ae908d4b7
|
Merge pull request #193 from dermotduffy/actions-on-views
Add support for actions on the card itself (with view specific overrides)
|
2021-11-14 07:44:37 -08:00 |
|
Dermot Duffy
|
256fee9061
|
Small cleanups and README.
|
2021-11-14 07:42:47 -08:00 |
|
Dermot Duffy
|
fc3033a0fe
|
Add support for card and view actions.
|
2021-11-13 20:50:11 -08:00 |
|
Dermot Duffy
|
155e62dcfd
|
Merge pull request #190 from dermotduffy/trigger-fullscreen
Allow custom user-defined actions to control the frigate card (e.g. activate fullscreen)
|
2021-11-11 20:10:58 -08:00 |
|
Dermot Duffy
|
450cb0151f
|
fire-dom-event must be a literal
|
2021-11-11 20:08:50 -08:00 |
|
Dermot Duffy
|
df79ff80eb
|
Update README.
|
2021-11-10 21:31:55 -08:00 |
|
Dermot Duffy
|
f84cbcc50d
|
Allow syntactic sugar in config.
|
2021-11-10 21:09:17 -08:00 |
|
Dermot Duffy
|
19291ae184
|
Allow custom actions to control the frigate card.
|
2021-11-10 07:45:59 -08:00 |
|
Dermot Duffy
|
6096b0e81e
|
Merge pull request #188 from dermotduffy/gallery-split
Split gallery into an async and sync part for clarity
|
2021-11-07 19:43:30 -08:00 |
|
Dermot Duffy
|
f2dde4cbec
|
Split gallery into an async and sync part.
|
2021-11-07 19:41:01 -08:00 |
|
Dermot Duffy
|
0eb47c50c9
|
Merge pull request #187 from dermotduffy/const-config
Use consts for configuration keys
|
2021-11-07 16:30:35 -08:00 |
|
Dermot Duffy
|
9c027ca447
|
Use configuration consts.
|
2021-11-07 16:26:52 -08:00 |
|
Dermot Duffy
|
2d568376ba
|
Merge pull request #184 from dermotduffy/safari-fix
Fix lazy event viewer loading in Safari
|
2021-11-06 22:42:46 -07:00 |
|
Dermot Duffy
|
8141bbfb46
|
Fix lazy loading in event viewer in Safari.
|
2021-11-06 22:36:39 -07:00 |
|
Dermot Duffy
|
d272988ef7
|
Merge pull request #181 from dermotduffy/version-bump
Bump card version to v2.0.0
|
2021-11-06 16:20:55 -07:00 |
|
Dermot Duffy
|
a854187d4a
|
Bump card version to v2.0.0 .
|
2021-11-06 16:19:11 -07:00 |
|
Dermot Duffy
|
eb5956229b
|
Merge pull request #180 from dermotduffy/remove-warning
Do not log spurious exceptions on JSMPEG player destroy
|
2021-11-06 15:37:21 -07:00 |
|
Dermot Duffy
|
382e57729a
|
Swallow exceptions generated during JSMPEG destroy.
|
2021-11-06 15:34:29 -07:00 |
|
Dermot Duffy
|
d3122f162b
|
Merge pull request #179 from dermotduffy/swipe-optional
Allow event viewer dragging/swiping to be disabled
|
2021-11-06 15:26:07 -07:00 |
|
Dermot Duffy
|
15266be2d7
|
Allow dragging/swiping to be disabled.
|
2021-11-06 15:24:51 -07:00 |
|
Dermot Duffy
|
9240264db0
|
Merge pull request #169 from dermotduffy/config-reorganize
Significant configuration re-organization to simplify config & code
|
2021-11-06 15:09:44 -07:00 |
|
Dermot Duffy
|
ac0ae9f3cb
|
Cleanups.
|
2021-11-06 14:58:53 -07:00 |
|
Dermot Duffy
|
be76d5bb24
|
Basic configuration upgrade support.
|
2021-11-06 10:11:12 -07:00 |
|
Dermot Duffy
|
80218957b6
|
Verify state exists first.
|
2021-11-02 21:33:28 -07:00 |
|
Dermot Duffy
|
b050f62505
|
README updates.
|
2021-11-02 20:25:14 -07:00 |
|
Dermot Duffy
|
3761f88170
|
Add editor support.
|
2021-11-01 22:20:35 -07:00 |
|
Dermot Duffy
|
e0daa17834
|
Initial configuration reorganization.
|
2021-11-01 12:43:33 -07:00 |
|
Dermot Duffy
|
12cee94d49
|
Merge pull request #166 from dermotduffy/live-prerender-event
Don't dispatch MediaShowEvents for preloaded live view
|
2021-10-30 22:50:15 -07:00 |
|
Dermot Duffy
|
5b5c651e64
|
Minor updates to live.
|
2021-10-30 22:47:08 -07:00 |
|
Dermot Duffy
|
b4ec3d34a7
|
Don't dispatch media events for pre-rendered live.
|
2021-10-30 22:12:04 -07:00 |
|
Dermot Duffy
|
5e7ba84bc5
|
Merge pull request #165 from dermotduffy/control-size
Allow menu & next/previous control sizes to be configured
|
2021-10-30 20:28:44 -07:00 |
|
Dermot Duffy
|
17eb1d439d
|
Make control sizes configurable.
|
2021-10-30 20:14:46 -07:00 |
|
Dermot Duffy
|
fcc40a926b
|
Merge pull request #164 from dermotduffy/zod
Further improve configuration error reporting
|
2021-10-30 01:54:33 -07:00 |
|