Support favorite icon on clips to indicate which clips are favorited
See original GitHub issueIs your feature request related to a problem? Please describe. I have written a PR for frigate which allows the user to favorite certain clips so they are not deleted during the normal retention settings. I think it would be nice to indicate which clips are favorited in the UI of this card as well.
Describe the solution you’d like I’m considering a simple addition of a star or some other icon in a corner of the image to indicate that it is favorited.
Additional context
I am happy to work on this PR but would need some guidance on if this is possible in the mdc_image_list__image
class or how it would best be implemented. The information is the retain_indefinitely
property of each Event
so I believe that the card should have easy access to the property to show this.
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (12 by maintainers)
Top GitHub Comments
Now. Will leave the honors to you 😃
SGTM. Separate bug filed to at least try that: https://github.com/dermotduffy/frigate-hass-card/issues/743