From e239ed901a01546af9d7b39f354029e774681e1a Mon Sep 17 00:00:00 2001 From: Kira Jiroux Date: Wed, 19 Feb 2025 09:58:19 -0500 Subject: [PATCH] Oops started making some changes; committing then moving to different branch. --- .../Components/Pages/PokemonRate.razor | 7 +++++++ .../Components/Pages/PokemonSleep.razor | 20 +++++++++++++------ Portfolio.sln | 6 +++--- 3 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 Portfolio.WebUI.Server/Components/Pages/PokemonRate.razor diff --git a/Portfolio.WebUI.Server/Components/Pages/PokemonRate.razor b/Portfolio.WebUI.Server/Components/Pages/PokemonRate.razor new file mode 100644 index 0000000..80dc875 --- /dev/null +++ b/Portfolio.WebUI.Server/Components/Pages/PokemonRate.razor @@ -0,0 +1,7 @@ +@page "/pokemonsleep/add-new-pokemon" + +@inject IPokemonService PokemonService +@inject NavigationManager Navigation + +@attribute [StreamRendering] +@rendermode InteractiveServer \ No newline at end of file diff --git a/Portfolio.WebUI.Server/Components/Pages/PokemonSleep.razor b/Portfolio.WebUI.Server/Components/Pages/PokemonSleep.razor index 0d0dce4..eefb177 100644 --- a/Portfolio.WebUI.Server/Components/Pages/PokemonSleep.razor +++ b/Portfolio.WebUI.Server/Components/Pages/PokemonSleep.razor @@ -57,7 +57,7 @@ - +
@@ -65,11 +65,19 @@

Pokémon Sleep

- - - - Add New Pokemon - +
+ + + + Add New Pokémon + + + + + Rate Pokémon + + +
diff --git a/Portfolio.sln b/Portfolio.sln index c25cc9b..358ea1b 100644 --- a/Portfolio.sln +++ b/Portfolio.sln @@ -7,11 +7,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{491A0B76-7D9 EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Portfolio.WebUI.Server", "Portfolio.WebUI.Server\Portfolio.WebUI.Server.csproj", "{334A4A79-9DF9-4FAD-9B06-B2FA02443620}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Portfolio.Domain", "Portfolio.Domain\Portfolio.Domain.csproj", "{48065C06-C40E-4A69-B013-8DF2D266D7CF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Portfolio.Domain", "Portfolio.Domain\Portfolio.Domain.csproj", "{48065C06-C40E-4A69-B013-8DF2D266D7CF}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Portfolio.Application", "Portfolio.Application\Portfolio.Application.csproj", "{24C9C19A-22CE-4E7B-A393-7423A471513E}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Portfolio.Application", "Portfolio.Application\Portfolio.Application.csproj", "{24C9C19A-22CE-4E7B-A393-7423A471513E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Portfolio.Infrastructure", "Portfolio.Infrastructure\Portfolio.Infrastructure.csproj", "{3B017B4C-B917-40DA-8429-3DBD1300FC06}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Portfolio.Infrastructure", "Portfolio.Infrastructure\Portfolio.Infrastructure.csproj", "{3B017B4C-B917-40DA-8429-3DBD1300FC06}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution