diff --git a/routes/_components/ExternalLink.html b/routes/_components/ExternalLink.html index 5496e0b..bf97cac 100644 --- a/routes/_components/ExternalLink.html +++ b/routes/_components/ExternalLink.html @@ -1,6 +1,6 @@ {{#if showIcon}} diff --git a/routes/_components/NonAutoplayImg.html b/routes/_components/NonAutoplayImg.html index 1eeb9ba..24e9d0c 100644 --- a/routes/_components/NonAutoplayImg.html +++ b/routes/_components/NonAutoplayImg.html @@ -3,7 +3,7 @@ aria-hidden={{ariaHidden}} alt={{alt || ''}} title={{alt || ''}} - src={{src}} + :src on:imgLoad on:imgLoadError /> {{else}} diff --git a/routes/_components/dialog/components/ImageDialog.html b/routes/_components/dialog/components/ImageDialog.html index 56fbf48..56a467c 100644 --- a/routes/_components/dialog/components/ImageDialog.html +++ b/routes/_components/dialog/components/ImageDialog.html @@ -15,9 +15,9 @@ /> {{else}} {{description diff --git a/routes/_components/pseudoVirtualList/PseudoVirtualList.html b/routes/_components/pseudoVirtualList/PseudoVirtualList.html index cbd86cf..cacb612 100644 --- a/routes/_components/pseudoVirtualList/PseudoVirtualList.html +++ b/routes/_components/pseudoVirtualList/PseudoVirtualList.html @@ -1,12 +1,12 @@
{{#each wrappedItems as wrappedItem, i @item}} - + diff --git a/routes/_components/search/StatusSearchResult.html b/routes/_components/search/StatusSearchResult.html index 24a7ada..c3d7bde 100644 --- a/routes/_components/search/StatusSearchResult.html +++ b/routes/_components/search/StatusSearchResult.html @@ -1,7 +1,7 @@ + :status /> diff --git a/routes/_components/virtualList/VirtualList.html b/routes/_components/virtualList/VirtualList.html index fe7ff1e..4ea2d3e 100644 --- a/routes/_components/virtualList/VirtualList.html +++ b/routes/_components/virtualList/VirtualList.html @@ -7,7 +7,7 @@ {{#each $visibleItems as visibleItem @key}}