Add custom date/time media filtering.

This commit is contained in:
Dermot Duffy
2024-02-07 22:06:21 -08:00
parent 88a87e822a
commit e21756887d
14 changed files with 1667 additions and 492 deletions
+3 -1
View File
@@ -335,7 +335,9 @@ export class FrigateCardTimelineCore extends LitElement {
<frigate-card-date-picker
${ref(this._refDatePicker)}
@frigate-card:date-picker:change=${(ev: CustomEvent<DatePickerEvent>) => {
this._timeline?.moveTo(ev.detail.date);
if (ev.detail.date) {
this._timeline?.moveTo(ev.detail.date);
}
}}
>
</frigate-card-date-picker>