From c2e4ffc97621be1f3ded748e908bdfc1358e569e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 03:23:14 +0000 Subject: [PATCH 1/2] Initial plan From 694646e8a457ef1082d3f1081acdb2ca917dbe0d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 03:28:51 +0000 Subject: [PATCH 2/2] Remove Copy button from editor in docs (index.html) Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/public/editor/index.html | 54 ----------------------------------- 1 file changed, 54 deletions(-) diff --git a/docs/public/editor/index.html b/docs/public/editor/index.html index 6c51052522d..bcbe86ffc0a 100644 --- a/docs/public/editor/index.html +++ b/docs/public/editor/index.html @@ -182,22 +182,6 @@ transform: translateX(14px); } -/* Copy feedback toast */ -.copy-feedback { - position: fixed; - bottom: 24px; - right: 24px; - z-index: 50; - opacity: 0; - transform: translateY(8px); - transition: opacity 200ms ease, transform 200ms ease; - pointer-events: none; -} -.copy-feedback.show { - opacity: 1; - transform: translateY(0); -} - /* Responsive */ @media (max-width: 767px) { .panels-container { flex-direction: column !important; } @@ -249,14 +233,6 @@ Compile - -