diff --git a/src/App.svelte b/src/App.svelte index 5f7ad115c..80af12cf8 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -23,6 +23,7 @@ import BottomPanel from './components/bottom/BottomPanel.svelte'; import { t } from './i18n'; import { consent } from './script/stores/complianceStore'; + import microbitLogoImage from './imgs/microbit-logo.svg'; ConnectionBehaviours.setInputBehaviour(new InputBehaviour()); ConnectionBehaviours.setOutputBehaviour(new OutputBehaviour()); @@ -52,7 +53,7 @@ Micro:bit logo

{$t('content.index.title')}

diff --git a/src/components/Gesture.svelte b/src/components/Gesture.svelte index 8cc7ab137..0356f61cc 100644 --- a/src/components/Gesture.svelte +++ b/src/components/Gesture.svelte @@ -30,6 +30,7 @@ import ImageSkeleton from './skeletonloading/ImageSkeleton.svelte'; import GestureTilePart from './GestureTilePart.svelte'; import StaticConfiguration from '../StaticConfiguration'; + import microbitRecordingGuideImage from '../imgs/microbit_record_guide.svg' // Variables for component export let onNoMicrobitSelect: () => void; @@ -259,7 +260,7 @@

diff --git a/src/components/LoadingSpinner.svelte b/src/components/LoadingSpinner.svelte index 3dd46433c..a03953cab 100644 --- a/src/components/LoadingSpinner.svelte +++ b/src/components/LoadingSpinner.svelte @@ -4,8 +4,10 @@ SPDX-License-Identifier: MIT --> - +

- loading + loading
diff --git a/src/components/bottom/ConnectedLiveGraphButtons.svelte b/src/components/bottom/ConnectedLiveGraphButtons.svelte index 8504a22da..30ce6fa79 100644 --- a/src/components/bottom/ConnectedLiveGraphButtons.svelte +++ b/src/components/bottom/ConnectedLiveGraphButtons.svelte @@ -9,6 +9,7 @@ import TypingUtils from '../../script/TypingUtils'; import { state } from '../../script/stores/uiStore'; import StandardButton from '../StandardButton.svelte'; + import loadingSpinnerImage from '../../imgs/loadingspinner.gif'; export let onOutputDisconnectButtonClicked: () => void; export let onInputDisconnectButtonClicked: () => void; @@ -25,7 +26,7 @@ >{$t('menu.model.disconnect')} {:else} - loading + loading {/if} {/if} @@ -37,7 +38,7 @@ >{$t('footer.disconnectButton')} {:else} - loading + loading {/if} diff --git a/src/components/connection-prompt/bluetooth/BluetoothConnectingDialog.svelte b/src/components/connection-prompt/bluetooth/BluetoothConnectingDialog.svelte index 33377877f..149a6613a 100644 --- a/src/components/connection-prompt/bluetooth/BluetoothConnectingDialog.svelte +++ b/src/components/connection-prompt/bluetooth/BluetoothConnectingDialog.svelte @@ -19,6 +19,7 @@ import { DeviceRequestStates } from '../../../script/stores/connectDialogStore'; import Environment from '../../../script/Environment'; import StaticConfiguration from '../../../StaticConfiguration'; + import loadingSpinnerImage from '../../../imgs/loadingspinner.gif' // callbacks export let deviceState: DeviceRequestStates; @@ -114,7 +115,7 @@

{$t('connectMB.bluetooth.connecting')}

- loading + loading
import StandardButton from '../../StandardButton.svelte'; import { t } from '../../../i18n'; + import microbitConnectedImage from '../../../imgs/stylised-microbit-connected.svg'; export let onNextClick: () => void; export let onBackClick: () => void; @@ -19,7 +20,7 @@

{$t('connectMB.connectBattery.subtitle')}

Battery connection diagram
diff --git a/src/components/connection-prompt/bluetooth/ConnectCableDialog.svelte b/src/components/connection-prompt/bluetooth/ConnectCableDialog.svelte index b3fe68115..64aa0a86b 100644 --- a/src/components/connection-prompt/bluetooth/ConnectCableDialog.svelte +++ b/src/components/connection-prompt/bluetooth/ConnectCableDialog.svelte @@ -7,6 +7,7 @@
@@ -16,7 +17,7 @@