|
@ -11,6 +11,7 @@ |
|
|
MATCHMAKING = "/matchmaking", |
|
|
MATCHMAKING = "/matchmaking", |
|
|
PROFILE_ID = "/profile_id", |
|
|
PROFILE_ID = "/profile_id", |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<script lang="ts"> |
|
|
<script lang="ts"> |
|
@ -226,6 +227,7 @@ |
|
|
on:add-friend={addFriend} |
|
|
on:add-friend={addFriend} |
|
|
on:invite-to-game={pong.inviteToGame} |
|
|
on:invite-to-game={pong.inviteToGame} |
|
|
on:send-message={openDirectChat} |
|
|
on:send-message={openDirectChat} |
|
|
|
|
|
on:return-home={resetAppState} |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
{/if} |
|
|
{/if} |
|
|