Add 'show_details' open to show details next to thumbnails.
This commit is contained in:
@@ -120,7 +120,7 @@ export class FrigateCardThumbnailCarousel extends FrigateCardCarousel {
|
||||
return html`
|
||||
<frigate-card-thumbnail
|
||||
.media=${mediaToRender}
|
||||
details
|
||||
?details=${this.config?.show_details}
|
||||
thumbnail_size=${ifDefined(this.config?.size)}
|
||||
class="${classMap(classes)}"
|
||||
@click=${(ev) => {
|
||||
|
||||
@@ -265,6 +265,7 @@ export class FrigateCardTimeline extends LitElement {
|
||||
|
||||
const config: ThumbnailsControlConfig = {
|
||||
mode: 'above',
|
||||
show_details: true,
|
||||
};
|
||||
|
||||
// TODO move to configuration later.
|
||||
|
||||
Reference in New Issue
Block a user