From 694adf1ea22374e2ba475cea69e096d96d22ed90 Mon Sep 17 00:00:00 2001 From: Brahim Hadriche Date: Wed, 4 Oct 2023 18:15:39 -0400 Subject: [PATCH] Multiple bug fixes --- CHANGELOG.md | 1 + .../src/components/ChannelView/ChannelView.xml | 3 ++- .../src/components/CirclePoster/CirclePoster.bs | 7 +++---- .../src/components/CirclePoster/CirclePoster.xml | 1 + .../src/components/MainScene.transpiled.xml | 1 + .../components/PlaylistView/PlaylistViewCell.bs | 10 ++++++++-- .../components/PlaylistView/PlaylistViewCell.xml | 3 ++- .../VideoFeed/VideoRowCell/ChannelRowCell.bs | 16 ++++------------ .../VideoFeed/VideoRowCell/ChannelRowCell.xml | 9 +++++++-- .../VideoFeed/VideoRowCell/VideoRowCell.bs | 9 ++++++++- .../VideoFeed/VideoRowCell/VideoRowCell.xml | 3 ++- .../src/components/VideoPlayer/VideoUtils.bs | 12 ++++++++++++ 12 files changed, 51 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f988ebf3..89617387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - (potentionally) a bug where many dialogs could cause an execution timeout +- Mutltiple rare crashes when component content is set before component initialization ## [0.13.0] - 2023-10-02 diff --git a/playlet-lib/src/components/ChannelView/ChannelView.xml b/playlet-lib/src/components/ChannelView/ChannelView.xml index 62c84169..777ebc73 100644 --- a/playlet-lib/src/components/ChannelView/ChannelView.xml +++ b/playlet-lib/src/components/ChannelView/ChannelView.xml @@ -27,7 +27,8 @@ id="thumbnail" width="100" height="100" - translation="[2,2]" /> + translation="[2,2]" + failedBitmapUri="pkg:/images/thumbnail-missing.jpg" />