@Products[currentProduct].Name
+@Products[currentProduct].Description
+ + +diff --git a/.vscode/settings.json b/.vscode/settings.json index c504a4e..35336bf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ -{ - "explorer.fileNesting.enabled": true, - "explorer.fileNesting.patterns": { - "*.cshtml": "${capture}.cshtml, ${capture}.cshtml.cs, ${capture}.cshtml.css", - "*.razor": "${capture}.razor, ${capture}.razor.css,${capture}.razor.cs" - } +{ + "explorer.fileNesting.enabled": true, + "explorer.fileNesting.patterns": { + "*.cshtml": "${capture}.cshtml, ${capture}.cshtml.cs, ${capture}.cshtml.css", + "*.razor": "${capture}.razor, ${capture}.razor.css,${capture}.razor.cs" + } } \ No newline at end of file diff --git a/ShoppingAssistantWebClient.Web/CustomMiddlewares/GlobalUserMiddleware.cs b/ShoppingAssistantWebClient.Web/CustomMiddlewares/GlobalUserMiddleware.cs index 91f5823..2b01c54 100644 --- a/ShoppingAssistantWebClient.Web/CustomMiddlewares/GlobalUserMiddleware.cs +++ b/ShoppingAssistantWebClient.Web/CustomMiddlewares/GlobalUserMiddleware.cs @@ -13,7 +13,7 @@ public class GlobalUserMiddleware this._next = next; } - public async Task InvokeAsync(HttpContext httpContext, AuthenticationService authenticationService, ApiClient apiClient) +public async Task InvokeAsync(HttpContext httpContext, AuthenticationService authenticationService, ApiClient apiClient) { if (httpContext.Request.Path != "/login") { diff --git a/ShoppingAssistantWebClient.Web/Models/Wishlist.cs b/ShoppingAssistantWebClient.Web/Models/Wishlist.cs index fc93e8f..bf09f01 100644 --- a/ShoppingAssistantWebClient.Web/Models/Wishlist.cs +++ b/ShoppingAssistantWebClient.Web/Models/Wishlist.cs @@ -1,12 +1,12 @@ -namespace ShoppingAssistantWebClient.Web.Models; - -public class Wishlist -{ - public required string Id {get; set;} - - public required string Name {get; set;} - - public required string Type {get; set;} - - public required string CreateById {get; set;} +namespace ShoppingAssistantWebClient.Web.Models; + +public class Wishlist +{ + public required string Id {get; set;} + + public required string Name {get; set;} + + public required string Type {get; set;} + + public required string CreateById {get; set;} } \ No newline at end of file diff --git a/ShoppingAssistantWebClient.Web/Pages/Cards.razor b/ShoppingAssistantWebClient.Web/Pages/Cards.razor new file mode 100644 index 0000000..d5064d9 --- /dev/null +++ b/ShoppingAssistantWebClient.Web/Pages/Cards.razor @@ -0,0 +1,147 @@ +@page "/cards/{wishlistName}/{chatId}" + +@inject IJSRuntime JSRuntime +@inject NavigationManager navigationManager; + +
+ + + + + +@wishlistName
+@Products[currentProduct].Name
+@Products[currentProduct].Description
+ + +Cart
+Cart is empty
+ } + } + else + { +Something went wrong
We are having some trouble loading the cart
- Request ID: @Model.RequestId
-
- Swapping to the Development environment displays detailed information about the error that occurred. -
-- The Development environment shouldn't be enabled for deployed applications. - It can result in displaying sensitive information from exceptions to end users. - For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development - and restarting the app. -
-- | Chat name | -Type | -CreatedById | -- |
---|---|---|---|---|
@item.Name | -@item.Type | -@item.CreateById | - -