Implement follow request / confirmation UI
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user