Implement follow request / confirmation UI

This commit is contained in:
PizZaKatZe 2021-12-12 16:56:26 +01:00
parent d6ef60a3d8
commit 0a410d289d
11 changed files with 481 additions and 79 deletions

View file

@ -42,6 +42,8 @@
import AudioManager from "./AudioManager/AudioManager.svelte";
import { showReportScreenStore, userReportEmpty } from "../Stores/ShowReportScreenStore";
import ReportMenu from "./ReportMenu/ReportMenu.svelte";
import { followStateStore, followStates } from "../Stores/InteractStore";
import InteractMenu from "./InteractMenu/InteractMenu.svelte";
export let game: Game;
</script>
@ -102,6 +104,11 @@
<ReportMenu />
</div>
{/if}
{#if $followStateStore !== followStates.off}
<div>
<InteractMenu />
</div>
{/if}
{#if $menuIconVisiblilityStore}
<div>
<MenuIcon />