From 1b43bea52884dd28154fa436645d6877c258b0fa Mon Sep 17 00:00:00 2001 From: rrrockey Date: Fri, 6 Mar 2026 00:35:02 -0600 Subject: [PATCH 1/8] feat: add feedback button, just logging to the console now --- .../Components/Layout/FeedbackButton.razor | 101 ++++++++++++++++++ .../Components/Layout/MainLayout.razor | 3 + CulinaryCommandApp/wwwroot/css/app.css | 97 ++++++++++++++++- 3 files changed, 199 insertions(+), 2 deletions(-) create mode 100644 CulinaryCommandApp/Components/Layout/FeedbackButton.razor diff --git a/CulinaryCommandApp/Components/Layout/FeedbackButton.razor b/CulinaryCommandApp/Components/Layout/FeedbackButton.razor new file mode 100644 index 0000000..8893136 --- /dev/null +++ b/CulinaryCommandApp/Components/Layout/FeedbackButton.razor @@ -0,0 +1,101 @@ +@using Microsoft.AspNetCore.Components + +
+ + + @if (showDialog) + { +