From d924fcba0fb0a378373c361c1dd68563da5d38d4 Mon Sep 17 00:00:00 2001 From: Jonathan McCaffrey Date: Sun, 28 Aug 2022 09:58:37 -0400 Subject: [PATCH] Adding back in old search --- IGP/PageLayout.razor | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/IGP/PageLayout.razor b/IGP/PageLayout.razor index 520b5ec..7920774 100644 --- a/IGP/PageLayout.razor +++ b/IGP/PageLayout.razor @@ -1,24 +1,23 @@ @inherits LayoutComponentBase @inject ISearchService SearchService @inject IWebsiteService WebService -@inject IDataCollectionService DataCollectionService +@inject IDataCollectionService DataCollectionService @inject NavigationManager NavigationManager @using Services.Website @implements IDisposable - + - + - + IGP Fan Reference @@ -26,26 +25,27 @@ Variant="Variant.Text" Color="Color.Default" Class="mr-4"> - + Build Calculator - + Harass Calculator - + Database - - + + + @@ -54,10 +54,10 @@ Build Calculator Harass Calculator Database - - + + Settings - + @@ -73,9 +73,9 @@ - - - + + + @code { @@ -130,12 +130,12 @@ private async Task Focus() { - // await jsRuntime.InvokeVoidAsync("SetFocusToElement", pageContents); + // await jsRuntime.InvokeVoidAsync("SetFocusToElement", pageContents); } protected override async void OnAfterRender(bool firstRender) { - // await jsRuntime.InvokeVoidAsync("SetFocusToElement", pageContents); + // await jsRuntime.InvokeVoidAsync("SetFocusToElement", pageContents); } void IDisposable.Dispose()