Update deps and switch to yarn fully.

This commit is contained in:
Dermot Duffy
2022-06-07 20:47:27 -07:00
parent b2a9ab7d84
commit e692bef1fb
6 changed files with 1027 additions and 860 deletions
-2
View File
@@ -77,8 +77,6 @@ export class FrigateCardDrawer extends LitElement {
this.empty =
!elements ||
!elements.length ||
// If the element has the special attribute 'empty' also hide it, this is
// used to hide carousels that have no actual contents.
elements.every((element) => {
const box = element.getBoundingClientRect();
return !box.width || !box.height;