From 54d262b97dd7372e7feee8cee177027b3ffa32b9 Mon Sep 17 00:00:00 2001 From: aewing Date: Sun, 11 Jan 2026 05:14:15 +0000 Subject: [PATCH] Restore three-button capture interface: Share Entire Screen, Snip, Cancel --- index.html | 362 +++++++++++++++++++++++++++++++-- server.ts | 3 +- tools/screen-capture/README.md | 147 +++++++++++++ tools/screen-capture/index.js | 245 ++++++++++++++++++++++ tools/screen-record/README.md | 219 ++++++++++++++++++++ tools/screen-record/index.js | 164 +++++++++++++++ 6 files changed, 1125 insertions(+), 15 deletions(-) create mode 100644 tools/screen-capture/README.md create mode 100644 tools/screen-capture/index.js create mode 100644 tools/screen-record/README.md create mode 100644 tools/screen-record/index.js diff --git a/index.html b/index.html index ba0677e..e40f5bb 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,235 @@ } } + + + @@ -172,7 +401,7 @@ -
+
-
- +
-
No attachments selected.
@@ -238,12 +465,18 @@