From 25eb95b8b6cbb2348e16243f89855ee23bc6d768 Mon Sep 17 00:00:00 2001 From: Rockford lhotka Date: Tue, 31 Mar 2026 11:58:24 -0500 Subject: [PATCH] Add view modal for saved responses Saved response list items now have a view button (eye icon) that opens the full content rendered as markdown in a scrollable panel without inserting into chat. From the view, users can go Back to the list or Insert into chat. Clicking the item label still inserts directly as before. Light and dark mode styles included. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/RockBot.UserProxy.Blazor/Pages/Chat.razor | 80 +++++++++++++++---- .../wwwroot/css/app.css | 31 +++++++ 2 files changed, 96 insertions(+), 15 deletions(-) diff --git a/src/RockBot.UserProxy.Blazor/Pages/Chat.razor b/src/RockBot.UserProxy.Blazor/Pages/Chat.razor index 2e43d23..7db3a48 100644 --- a/src/RockBot.UserProxy.Blazor/Pages/Chat.razor +++ b/src/RockBot.UserProxy.Blazor/Pages/Chat.razor @@ -231,29 +231,49 @@ {