This commit is contained in:
2023-02-06 16:10:25 -06:00
parent 049465953c
commit c251770f58
6 changed files with 34 additions and 36 deletions

View File

@@ -13,8 +13,10 @@
{
<LoginModal />
}
<PageHeader />
<GameBrowser ActiveSessionChanged="OnChangeSession" />
<aside class="sidebar">
<PageHeader />
<GameBrowser ActiveSessionChanged="OnChangeSession" />
</aside>
@if (Account.User == null || activeSessionName == null)
{
<EmptyGameBoard />
@@ -29,7 +31,7 @@
private bool welcomeModalIsVisible;
private string activeSessionName;
private ClientWebSocket socket;
public Home()
{
welcomeModalIsVisible = false;