From 9010396a87055e09156fb899effc1bb83739e161 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 2 Nov 2025 10:51:42 -0300 Subject: [PATCH] feat(ui): improve suggestion handling and input clearing Enhanced suggestion handling to include empty state in message selection and improved UX by: - Clearing input field after selecting a suggestion - Adding selected suggestion as user message to chat - Maintaining all existing functionality while simplifying the flow Changes ensure more intuitive user interaction with suggestions while keeping the chat interface clean. --- web/html/index.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/web/html/index.html b/web/html/index.html index a17dbb0af..f435c80da 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -880,8 +880,8 @@