feat: add screenshot capture to Copy Agent page

Staff can now capture their screen via the browser's Screen Capture
API, crop the result, name the file, and save it directly to a
selected patient's Cloud Storage attachments folder.
This commit is contained in:
2026-07-12 17:25:12 -04:00
parent 58d56c895b
commit 118315a04e
4 changed files with 272 additions and 105 deletions

View File

@@ -76,6 +76,7 @@
"react-dom": "^19.1.0",
"react-hook-form": "^7.55.0",
"react-icons": "^5.4.0",
"react-image-crop": "^11.1.2",
"react-resizable-panels": "^2.1.7",
"recharts": "^2.15.2",
"socket.io-client": "^4.8.1",