From 12989e8b63f2c8e1711d33a0ddb14e8d5b3d1d57 Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Tue, 10 Mar 2026 13:57:11 -0700 Subject: [PATCH] feat: add copy button to System Info panel (#9719) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Adds a "Copy System Info" button next to the System Info heading in Settings > About. Copies all system and device details as markdown text for easy pasting into Slack or Notion. Screenshot 2026-03-10 at 1 30 51 PM ## Test plan - Open Settings > About - Click "Copy System Info" button - Paste into Slack/Notion and verify formatting ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9719-feat-add-copy-button-to-System-Info-panel-31f6d73d36508148a06ae5f478ba62bf) by [Unito](https://www.unito.io) Co-authored-by: Claude Opus 4.6 --- src/components/common/SystemStatsPanel.vue | 47 ++++++++++++++++++++-- src/locales/en/main.json | 1 + 2 files changed, 44 insertions(+), 4 deletions(-) diff --git a/src/components/common/SystemStatsPanel.vue b/src/components/common/SystemStatsPanel.vue index e9b01a9299..76389290e5 100644 --- a/src/components/common/SystemStatsPanel.vue +++ b/src/components/common/SystemStatsPanel.vue @@ -1,9 +1,15 @@