From 339980a31df3522a9e1dcd673c5cd9a08a457226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=96=C2=96AsTroLog?= Date: Sun, 3 Dec 2023 20:46:08 +0000 Subject: [PATCH] SA-201/ fix bags with frame --- .../Pages/Cards.razor | 2 +- .../Pages/Index.razor | 23 ++++++++++++++++--- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/ShoppingAssistantWebClient.Web/Pages/Cards.razor b/ShoppingAssistantWebClient.Web/Pages/Cards.razor index 4bd8442..ec83fce 100644 --- a/ShoppingAssistantWebClient.Web/Pages/Cards.razor +++ b/ShoppingAssistantWebClient.Web/Pages/Cards.razor @@ -96,7 +96,7 @@
- +
} diff --git a/ShoppingAssistantWebClient.Web/Pages/Index.razor b/ShoppingAssistantWebClient.Web/Pages/Index.razor index 2ac3083..18f5001 100644 --- a/ShoppingAssistantWebClient.Web/Pages/Index.razor +++ b/ShoppingAssistantWebClient.Web/Pages/Index.razor @@ -30,25 +30,28 @@
-
+ - +
@@ -121,6 +124,20 @@ } + + public void ClickTopic(int input) + { + if (input == 1){ + inputValue ="I need a present for a date"; + } + if (input == 2){ + inputValue ="I need a present for halloween"; + } + if (input == 3){ + inputValue ="I need a present for a birthday"; + } + CreateNewChat(); + } private void InputChanged(ChangeEventArgs e) { // Оновіть значення поля введення при кожному введенні тексту