From 713b47bb6c6a0f6f664741a0d0d811afed9d10a8 Mon Sep 17 00:00:00 2001 From: CenTdemeern1 Date: Wed, 16 Oct 2024 01:01:17 +0200 Subject: [PATCH] Dynamic loading, error handling, and types --- .../frontend/src/components/SkFlashPlayer.vue | 174 ++++++++++++------ 1 file changed, 117 insertions(+), 57 deletions(-) diff --git a/packages/frontend/src/components/SkFlashPlayer.vue b/packages/frontend/src/components/SkFlashPlayer.vue index 1361f88a67..c621b33823 100644 --- a/packages/frontend/src/components/SkFlashPlayer.vue +++ b/packages/frontend/src/components/SkFlashPlayer.vue @@ -19,17 +19,27 @@ SPDX-License-Identifier: AGPL-3.0-only Always be wary of arbitrary code execution! {{ i18n.ts.clickToShow }} +
+ Flash Content Failed To Load: + {{ ruffleError }} +
+
+ Flash Content Is Loading + +

{{ loadingStatus }}

+
- + + @@ -43,12 +53,15 @@ SPDX-License-Identifier: AGPL-3.0-only