From a91949a2fdcb83659446961bbbd07181bc627e05 Mon Sep 17 00:00:00 2001 From: Jarno Date: Sun, 22 Feb 2026 20:23:14 +0200 Subject: [PATCH] feat: added template button for starting a new chat. --- frontend/src/popup.rs | 8 ++++++-- frontend/styles-input.css | 2 +- frontend/styles.css | 19 +++++++++++++++++++ 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/frontend/src/popup.rs b/frontend/src/popup.rs index 12efd20..cdd9b40 100644 --- a/frontend/src/popup.rs +++ b/frontend/src/popup.rs @@ -95,7 +95,7 @@ pub fn Popup() -> impl IntoView { view! {
-
+
impl IntoView { } prop:value=prompt_text /> +
-
+