From 57eb454dcc1deb92be4a62409b2bdff4dec35c6e Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Fri, 3 Mar 2023 18:57:55 -0600 Subject: [PATCH] Hide more advanced options in edit/add page until game is created --- LANCommander/Pages/Games/Edit.razor | 77 +++++++++++++++-------------- 1 file changed, 40 insertions(+), 37 deletions(-) diff --git a/LANCommander/Pages/Games/Edit.razor b/LANCommander/Pages/Games/Edit.razor index 3a82a01..ff3b910 100644 --- a/LANCommander/Pages/Games/Edit.razor +++ b/LANCommander/Pages/Games/Edit.razor @@ -74,47 +74,50 @@ - - - - - - - + @if (Game.Id != Guid.Empty) + { + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - + + + + + + } @code {