diff --git a/CulinaryCommandApp/Components/Layout/NavMenu.razor b/CulinaryCommandApp/Components/Layout/NavMenu.razor index cb3896c..399dd38 100644 --- a/CulinaryCommandApp/Components/Layout/NavMenu.razor +++ b/CulinaryCommandApp/Components/Layout/NavMenu.razor @@ -67,6 +67,11 @@ Manage Users +
} else if (_role == "Manager") { diff --git a/CulinaryCommandApp/Components/Pages/MarginEdge.razor b/CulinaryCommandApp/Components/Pages/MarginEdge.razor new file mode 100644 index 0000000..6c87348 --- /dev/null +++ b/CulinaryCommandApp/Components/Pages/MarginEdge.razor @@ -0,0 +1,250 @@ +@page "/margin-edge" +@using CulinaryCommand.Services +@using CulinaryCommand.Services.UserContextSpace +@using System.Web @* For HttpUtility if needed, but simple string building works too *@ +@using System.Text.Json + +@inject IUserContextService UserCtx +@inject HttpClient Http + +@apiResponse+
@apiResponse+ } + else + { + + } +