From e368eda98bb53c4fce3b3fc792cca5b31e4caf01 Mon Sep 17 00:00:00 2001 From: smartchoice Date: Tue, 17 Mar 2026 22:05:37 +0800 Subject: [PATCH] feat: add copy-to-clipboard button for summary results Adds a copy button in the header controls that copies the full summary markdown to the clipboard. The button appears once a summary is rendered and hides when the view is cleared. Closes #162 --- .../src/entrypoints/sidepanel/index.html | 7 +++++++ .../src/entrypoints/sidepanel/main.ts | 11 +++++++++++ 2 files changed, 18 insertions(+) diff --git a/apps/chrome-extension/src/entrypoints/sidepanel/index.html b/apps/chrome-extension/src/entrypoints/sidepanel/index.html index 93112839..e44d7722 100644 --- a/apps/chrome-extension/src/entrypoints/sidepanel/index.html +++ b/apps/chrome-extension/src/entrypoints/sidepanel/index.html @@ -15,6 +15,13 @@
+