Ugh its so so so good
This commit is contained in:
parent
22a6e68fbd
commit
84aeec64e8
|
|
@ -18,9 +18,8 @@
|
|||
</svg> <span class="mx-2 mt-0 text-primary">Home</span>
|
||||
</NavLink>
|
||||
<NavLink class="nav-link d-flex align-items-center rounded rounded-5" href="temperature-blanket" ActiveClass="nav-active">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="@_primaryColor" class="bi bi-border-outer" viewBox="0 0 16 16">
|
||||
<path d="M7.5 1.906v.938h1v-.938zm0 1.875v.938h1V3.78h-1zm0 1.875v.938h1v-.938zM1.906 8.5h.938v-1h-.938zm1.875 0h.938v-1H3.78v1zm1.875 0h.938v-1h-.938zm2.813 0v-.031H8.5V7.53h-.031V7.5H7.53v.031H7.5v.938h.031V8.5zm.937 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zm1.875 0h.938v-1h-.938zM7.5 9.406v.938h1v-.938zm0 1.875v.938h1v-.938zm0 1.875v.938h1v-.938z" />
|
||||
<path d="M0 0v16h16V0zm1 1h14v14H1z" />
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="@_primaryColor" class="bi bi-grid-3x3" viewBox="0 0 16 16">
|
||||
<path d="M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5zM1.5 1a.5.5 0 0 0-.5.5V5h4V1zM5 6H1v4h4zm1 4h4V6H6zm-1 1H1v3.5a.5.5 0 0 0 .5.5H5zm1 0v4h4v-4zm5 0v4h3.5a.5.5 0 0 0 .5-.5V11zm0-1h4V6h-4zm0-5h4V1.5a.5.5 0 0 0-.5-.5H11zm-1 0V1H6v4z" />
|
||||
</svg><span class="mx-2 mt-0 text-primary">Crochet</span>
|
||||
</NavLink>
|
||||
<NavLink class="nav-link d-flex align-items-center rounded rounded-5" href="pokemonsleep" ActiveClass="nav-active">
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<PageTitle>Home</PageTitle>
|
||||
|
||||
<!-- View 1: Desktop View -->
|
||||
<div class="container d-none d-lg-none d-xl-block mt-5 pt-3 pb-5 ps-5 pe-5 ">
|
||||
<div class="container d-none d-lg-none d-xl-block mt-3 pt-3 pb-5 ps-5 pe-5 ">
|
||||
<h1 class="fst-italic fw-light fs-1 font-monospace">Hello, World!</h1>
|
||||
|
||||
<!-- Start of Grid -->
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ namespace Portfolio.WebUI.Server.Components.Pages.Pokemon_Pages
|
|||
//if(IsComplete(pokemon1))
|
||||
//{
|
||||
await HandleSubmit(pokemon1);
|
||||
Navigation.NavigateTo("/pokemon");
|
||||
Navigation.NavigateTo("/pokemonsleep/pokemon");
|
||||
//}
|
||||
}
|
||||
else if (pokemon2FormView)
|
||||
|
|
@ -126,7 +126,7 @@ namespace Portfolio.WebUI.Server.Components.Pages.Pokemon_Pages
|
|||
//{
|
||||
await HandleSubmit(pokemon1);
|
||||
await HandleSubmit(pokemon2);
|
||||
Navigation.NavigateTo("/pokemon");
|
||||
Navigation.NavigateTo("/pokemonsleep/pokemon");
|
||||
|
||||
// }
|
||||
}
|
||||
|
|
@ -137,7 +137,7 @@ namespace Portfolio.WebUI.Server.Components.Pages.Pokemon_Pages
|
|||
await HandleSubmit(pokemon1);
|
||||
await HandleSubmit(pokemon2);
|
||||
await HandleSubmit(pokemon3);
|
||||
Navigation.NavigateTo("/pokemon");
|
||||
Navigation.NavigateTo("/pokemonsleep/pokemon");
|
||||
|
||||
//}
|
||||
}
|
||||
|
|
@ -156,7 +156,7 @@ namespace Portfolio.WebUI.Server.Components.Pages.Pokemon_Pages
|
|||
protected void Cancel(MouseEventArgs e)
|
||||
{
|
||||
Console.WriteLine("Testing in Cancel");
|
||||
Navigation.NavigateTo("/pokemon");
|
||||
Navigation.NavigateTo("/pokemonsleep/pokemon");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue