From 3db8ee5d7c16107a2e73f1cc4b96cfaacbd2cd21 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 09:33:14 +0000 Subject: [PATCH] feat: add copy-to-clipboard utility to OS*2 code block Added a 'Copy' button to the terminal feed in `os2.html` to improve micro-UX. - Button is revealed on hover/focus using Tailwind's `group` utilities. - Provides visual feedback ('Copied!' text and theme swap) upon success. - Includes a robust fallback for environments without `navigator.clipboard`. - Fully accessible with ARIA labels and focus states. Co-authored-by: rtech-technologies <254326487+rtech-technologies@users.noreply.github.com> --- os2.html | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/os2.html b/os2.html index fb439ec..0c6f95e 100644 --- a/os2.html +++ b/os2.html @@ -84,8 +84,15 @@

The Zest UI

-
-
+                
+ +
 ; OS*2 SYSTEM_INIT
 move rdi 10          ; ALLOC_SOVEREIGNTY
 push rdi             ; SECURE_REGISTER
@@ -148,6 +155,36 @@