From 6c2128fbed8806515c32ca08a71dfc0874720609 Mon Sep 17 00:00:00 2001 From: aparna-bhatt <86338542+aparna-bhatt@users.noreply.github.com> Date: Mon, 12 Jan 2026 13:24:52 +0530 Subject: [PATCH] feat(common): add copy functionality to console output entries (#5743) Co-authored-by: James George <25279263+jamesgeorge007@users.noreply.github.com> --- .../src/components/console/Item.vue | 77 +++++++++++++++++-- .../src/components/console/Value.vue | 34 +++++++- 2 files changed, 100 insertions(+), 11 deletions(-) diff --git a/packages/hoppscotch-common/src/components/console/Item.vue b/packages/hoppscotch-common/src/components/console/Item.vue index 88c97878..e4385a7e 100644 --- a/packages/hoppscotch-common/src/components/console/Item.vue +++ b/packages/hoppscotch-common/src/components/console/Item.vue @@ -1,35 +1,47 @@ + + diff --git a/packages/hoppscotch-common/src/components/console/Value.vue b/packages/hoppscotch-common/src/components/console/Value.vue index 85096e26..d23a4119 100644 --- a/packages/hoppscotch-common/src/components/console/Value.vue +++ b/packages/hoppscotch-common/src/components/console/Value.vue @@ -1,5 +1,5 @@