Lukas Hass 2022-01-31 17:30:07 +01:00
parent b83fc77183
commit 0dcadd474f
No known key found for this signature in database
GPG Key ID: 7C8CEF72C4039178
29 changed files with 29 additions and 29 deletions

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import type { Game } from "../Phaser/Game/Game"; import type { Game } from "../Phaser/Game/Game";
import { chatVisibilityStore } from "../Stores/ChatStore"; import { chatVisibilityStore } from "../Stores/ChatStore";
import { customCharacterSceneVisibleStore } from "../Stores/CustomCharacterStore"; import { customCharacterSceneVisibleStore } from "../Stores/CustomCharacterStore";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { requestedScreenSharingState, screenSharingAvailableStore } from "../Stores/ScreenSharingStore"; import { requestedScreenSharingState, screenSharingAvailableStore } from "../Stores/ScreenSharingStore";
import { isSilentStore, requestedCameraState, requestedMicrophoneState } from "../Stores/MediaStore"; import { isSilentStore, requestedCameraState, requestedMicrophoneState } from "../Stores/MediaStore";
import monitorImg from "./images/monitor.svg"; import monitorImg from "./images/monitor.svg";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { gameManager } from "../../Phaser/Game/GameManager"; import { gameManager } from "../../Phaser/Game/GameManager";
import type { PictureStore } from "../../Stores/PictureStore"; import type { PictureStore } from "../../Stores/PictureStore";
import { onDestroy } from "svelte"; import { onDestroy } from "svelte";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import type { Game } from "../../Phaser/Game/Game"; import type { Game } from "../../Phaser/Game/Game";
import { CustomizeScene, CustomizeSceneName } from "../../Phaser/Login/CustomizeScene"; import { CustomizeScene, CustomizeSceneName } from "../../Phaser/Login/CustomizeScene";
import { activeRowStore } from "../../Stores/CustomCharacterStore"; import { activeRowStore } from "../../Stores/CustomCharacterStore";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import type { EmbedScreen } from "../../Stores/EmbedScreensStore"; import type { EmbedScreen } from "../../Stores/EmbedScreensStore";
import { streamableCollectionStore } from "../../Stores/StreamableCollectionStore"; import { streamableCollectionStore } from "../../Stores/StreamableCollectionStore";
import MediaBox from "../Video/MediaBox.svelte"; import MediaBox from "../Video/MediaBox.svelte";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { onMount } from "svelte"; import { onMount } from "svelte";
import { ICON_URL } from "../../Enum/EnvironmentVariable"; import { ICON_URL } from "../../Enum/EnvironmentVariable";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { coWebsites } from "../../Stores/CoWebsiteStore"; import { coWebsites } from "../../Stores/CoWebsiteStore";
import CoWebsiteThumbnail from "./CoWebsiteThumbnailSlot.svelte"; import CoWebsiteThumbnail from "./CoWebsiteThumbnailSlot.svelte";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import PresentationLayout from "./Layouts/PresentationLayout.svelte"; import PresentationLayout from "./Layouts/PresentationLayout.svelte";
import MozaicLayout from "./Layouts/MozaicLayout.svelte"; import MozaicLayout from "./Layouts/MozaicLayout.svelte";
import { LayoutMode } from "../../WebRtc/LayoutManager"; import { LayoutMode } from "../../WebRtc/LayoutManager";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import type { Unsubscriber } from "svelte/store"; import type { Unsubscriber } from "svelte/store";
import { emoteStore, emoteMenuStore } from "../../Stores/EmoteStore"; import { emoteStore, emoteMenuStore } from "../../Stores/EmoteStore";
import { onDestroy, onMount } from "svelte"; import { onDestroy, onMount } from "svelte";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import type { Game } from "../../Phaser/Game/Game"; import type { Game } from "../../Phaser/Game/Game";
import { EnableCameraScene, EnableCameraSceneName } from "../../Phaser/Login/EnableCameraScene"; import { EnableCameraScene, EnableCameraSceneName } from "../../Phaser/Login/EnableCameraScene";
import { import {

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { AudioContext } from "standardized-audio-context"; import { AudioContext } from "standardized-audio-context";
import { SoundMeter } from "../../Phaser/Components/SoundMeter"; import { SoundMeter } from "../../Phaser/Components/SoundMeter";
import { onDestroy } from "svelte"; import { onDestroy } from "svelte";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import followImg from "../images/follow.svg"; import followImg from "../images/follow.svg";
export let hidden: Boolean; export let hidden: Boolean;

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { fly } from "svelte/transition"; import { fly } from "svelte/transition";
import { helpCameraSettingsVisibleStore } from "../../Stores/HelpCameraSettingsStore"; import { helpCameraSettingsVisibleStore } from "../../Stores/HelpCameraSettingsStore";
import firefoxImg from "./images/help-setting-camera-permission-firefox.png"; import firefoxImg from "./images/help-setting-camera-permission-firefox.png";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import type { Game } from "../../Phaser/Game/Game"; import type { Game } from "../../Phaser/Game/Game";
import { LoginScene, LoginSceneName } from "../../Phaser/Login/LoginScene"; import { LoginScene, LoginSceneName } from "../../Phaser/Login/LoginScene";
import { DISPLAY_TERMS_OF_USE, MAX_USERNAME_LENGTH } from "../../Enum/EnvironmentVariable"; import { DISPLAY_TERMS_OF_USE, MAX_USERNAME_LENGTH } from "../../Enum/EnvironmentVariable";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { onMount } from "svelte"; import { onMount } from "svelte";
import { audioManagerVisibilityStore } from "../Stores/AudioManagerStore"; import { audioManagerVisibilityStore } from "../Stores/AudioManagerStore";
import { embedScreenLayout, hasEmbedScreen } from "../Stores/EmbedScreensStore"; import { embedScreenLayout, hasEmbedScreen } from "../Stores/EmbedScreensStore";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { fly } from "svelte/transition"; import { fly } from "svelte/transition";
import SettingsSubMenu from "./SettingsSubMenu.svelte"; import SettingsSubMenu from "./SettingsSubMenu.svelte";
import ProfileSubMenu from "./ProfileSubMenu.svelte"; import ProfileSubMenu from "./ProfileSubMenu.svelte";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import logoTalk from "../images/logo-message-pixel.png"; import logoTalk from "../images/logo-message-pixel.png";
import logoWA from "../images/logo-WA-pixel.png"; import logoWA from "../images/logo-WA-pixel.png";
import logoInvite from "../images/logo-invite-pixel.png"; import logoInvite from "../images/logo-invite-pixel.png";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { gameManager } from "../../Phaser/Game/GameManager"; import { gameManager } from "../../Phaser/Game/GameManager";
import { SelectCompanionScene, SelectCompanionSceneName } from "../../Phaser/Login/SelectCompanionScene"; import { SelectCompanionScene, SelectCompanionSceneName } from "../../Phaser/Login/SelectCompanionScene";
import { menuIconVisiblilityStore, menuVisiblilityStore, userIsConnected } from "../../Stores/MenuStore"; import { menuIconVisiblilityStore, menuVisiblilityStore, userIsConnected } from "../../Stores/MenuStore";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { localUserStore } from "../../Connexion/LocalUserStore"; import { localUserStore } from "../../Connexion/LocalUserStore";
import { videoConstraintStore } from "../../Stores/MediaStore"; import { videoConstraintStore } from "../../Stores/MediaStore";
import { HtmlUtils } from "../../WebRtc/HtmlUtils"; import { HtmlUtils } from "../../WebRtc/HtmlUtils";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { fly } from "svelte/transition"; import { fly } from "svelte/transition";
import { ADMIN_URL } from "../../Enum/EnvironmentVariable"; import { ADMIN_URL } from "../../Enum/EnvironmentVariable";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { fly } from "svelte/transition"; import { fly } from "svelte/transition";
import { showShareLinkMapModalStore } from "../../Stores/ModalStore"; import { showShareLinkMapModalStore } from "../../Stores/ModalStore";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { obtainedMediaConstraintStore } from "../Stores/MediaStore"; import { obtainedMediaConstraintStore } from "../Stores/MediaStore";
import { localStreamStore, isSilentStore } from "../Stores/MediaStore"; import { localStreamStore, isSilentStore } from "../Stores/MediaStore";
import SoundMeterWidget from "./SoundMeterWidget.svelte"; import SoundMeterWidget from "./SoundMeterWidget.svelte";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import LL from "../../i18n/i18n-svelte"; import LL from "../../i18n/i18n-svelte";
import type { Game } from "../../Phaser/Game/Game"; import type { Game } from "../../Phaser/Game/Game";
import { SelectCompanionScene, SelectCompanionSceneName } from "../../Phaser/Login/SelectCompanionScene"; import { SelectCompanionScene, SelectCompanionSceneName } from "../../Phaser/Login/SelectCompanionScene";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { AudioContext } from "standardized-audio-context"; import { AudioContext } from "standardized-audio-context";
import { SoundMeter } from "../Phaser/Components/SoundMeter"; import { SoundMeter } from "../Phaser/Components/SoundMeter";
import { onDestroy } from "svelte"; import { onDestroy } from "svelte";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { highlightedEmbedScreen } from "../../Stores/EmbedScreensStore"; import { highlightedEmbedScreen } from "../../Stores/EmbedScreensStore";
import type { EmbedScreen } from "../../Stores/EmbedScreensStore"; import type { EmbedScreen } from "../../Stores/EmbedScreensStore";
import type { ScreenSharingLocalMedia } from "../../Stores/ScreenSharingStore"; import type { ScreenSharingLocalMedia } from "../../Stores/ScreenSharingStore";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { fly } from "svelte/transition"; import { fly } from "svelte/transition";
import { requestVisitCardsStore } from "../../Stores/GameStore"; import { requestVisitCardsStore } from "../../Stores/GameStore";
import { onMount } from "svelte"; import { onMount } from "svelte";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { fly } from "svelte/transition"; import { fly } from "svelte/transition";
import { userIsAdminStore, limitMapStore } from "../../Stores/GameStore"; import { userIsAdminStore, limitMapStore } from "../../Stores/GameStore";
import { ADMIN_URL } from "../../Enum/EnvironmentVariable"; import { ADMIN_URL } from "../../Enum/EnvironmentVariable";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import { onDestroy } from "svelte"; import { onDestroy } from "svelte";
import { gameManager } from "../../Phaser/Game/GameManager"; import { gameManager } from "../../Phaser/Game/GameManager";

View File

@ -1,4 +1,4 @@
<script lang="typescript"> <script lang="ts">
import type { Game } from "../../Phaser/Game/Game"; import type { Game } from "../../Phaser/Game/Game";
import { SelectCharacterScene, SelectCharacterSceneName } from "../../Phaser/Login/SelectCharacterScene"; import { SelectCharacterScene, SelectCharacterSceneName } from "../../Phaser/Login/SelectCharacterScene";
import LL from "../../i18n/i18n-svelte"; import LL from "../../i18n/i18n-svelte";