Commit Graph
24 Commits
Author SHA1 Message Date
Dermot Duffy be7e7d79dc feat: Add UI optional UI locking when microphone is hot (#2484) 2026-06-30 17:45:12 -07:00
Dermot Duffy cc376a8be1 feat: Rename the card to advanced-camera-card (#1873)
Whilst the Frigate support in this card is the best among camera
engines, the name incorrectly suggests that Frigate is a requirement.
Instead, to broaden the appeal, change to more camera agnostic name.
This does not suggest any change in priority, role or support for
Frigate.

This change is likely to be bug prone, due to the size of the rename --
the code contains 1500+ references to "Frigate" most of which make sense
to rename, some which do not, all of which needed human assessment.

- Closes #1298


BREAKING CHANGE: References to `frigate-card` in all kinds of
configuration need to be updated to `advanced-camera-card`. An automated
config upgrade should take care of the majority of usecases (click `Edit
-> Upgrade -> Save`), though may not be perfect.
2025-02-06 19:32:32 -08:00
Dermot Duffy 278560b5ac feat: Add richer card theme support (#1809) 2025-01-07 19:54:13 -08:00
Dermot Duffy d05d0c3054 Minor style fixes for timeline/thumbnails. 2023-04-15 15:36:23 -07:00
Dermot Duffy dedecc24c6 Refactor carousel into separate components. 2022-07-09 22:43:43 -07:00
Dermot Duffy c0b850f2a6 Remove unnecessary opacity transition. 2022-06-26 14:24:42 -07:00
Dermot Duffy 42c8251c20 Refactor thumbnail sizing. 2022-06-04 11:04:38 -07:00
Dermot Duffy 0e751478d2 Fix thumbnails for non-gallery views. 2022-04-16 21:59:36 -07:00
Dermot Duffy 079c7c5da0 Update live to use the new surround. 2022-03-24 19:12:13 -07:00
Dermot Duffy b649401f11 Add wheel gestures and fix scrolling issue. 2022-03-21 19:48:09 -07:00
Dermot Duffy da34daf5bd Fix fullscreen bug. 2022-03-20 22:57:57 -07:00
Dermot Duffy 6430663362 Fix carousel auto content sizing. 2022-03-20 21:23:11 -07:00
Dermot Duffy b9a627702f Break out thumbnails into their own component. 2022-03-20 18:10:48 -07:00
Nick Mowen 57afd5cdda Add favorite icon to gallery 2022-03-20 17:41:47 -06:00
Nick Mowen ca837774bf Fix positioning of icon and use ternary 2022-03-20 17:34:11 -06:00
Nick Mowen 16dc3d244a Adding favorite icon 2022-03-20 14:57:51 -06:00
Dermot Duffy 225b272a85 Limit thumbnail size. 2022-01-14 21:31:16 -08:00
Dermot Duffy 5c46b38e29 README structure changes. 2021-11-26 08:05:42 -08:00
Dermot Duffy 74cc21b8bf Minor style changes. 2021-11-25 20:48:58 -08:00
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 bb36004b6d Support the thumbnail carousel above or below. 2021-11-24 14:42:41 -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