kvm/ui/src
Aveline 72e3013337
feat: send all paste keystrokes to backend (#789)
* feat: send all paste keystrokes to backend

* feat: cancel paste mode

* wip: send macro using hidRPC channel

* add delay

* feat: allow paste progress to be cancelled

* allow user to override delay

* chore: clear keysDownState

* fix: use currentSession.reportHidRPCKeyboardMacroState

* fix: jsonrpc.go:1142:21: Error return value is not checked (errcheck)

* fix: performance issue of Uint8Array concat

* chore: hide delay option when debugMode isn't enabled

* feat: use clientSide macro if backend doesn't support macros

* fix: update keysDownState handling

* minor issues

* refactor

* fix: send duplicated keyDownState

* chore: add max length for paste text

---------

Co-authored-by: Adam Shiervani <adam.shiervani@gmail.com>
2025-09-18 13:00:57 +02:00
..
assets Clean up Virtual Keyboard styling (#761) 2025-09-03 11:33:07 +02:00
components feat: send all paste keystrokes to backend (#789) 2025-09-18 13:00:57 +02:00
constants Add keyboard macros (#305) 2025-04-11 00:43:46 +02:00
hooks feat: send all paste keystrokes to backend (#789) 2025-09-18 13:00:57 +02:00
keyboardLayouts Clean up Virtual Keyboard styling (#761) 2025-09-03 11:33:07 +02:00
providers Apply and Upgrade Eslint (#288) 2025-03-25 11:56:24 +01:00
routes feat: send all paste keystrokes to backend (#789) 2025-09-18 13:00:57 +02:00
api.ts Release 202412292127 2024-12-29 21:27:42 +01:00
cva.config.ts Release 202412292127 2024-12-29 21:27:42 +01:00
index.css Clean up Virtual Keyboard styling (#761) 2025-09-03 11:33:07 +02:00
keyboardLayouts.ts Add ability to track modifier state on the device (#725) 2025-08-26 17:09:35 +02:00
keyboardMappings.ts Clean up Virtual Keyboard styling (#761) 2025-09-03 11:33:07 +02:00
main.tsx fix(ui): Don't render a button in a button (#782) 2025-09-08 11:06:08 +02:00
notifications.tsx chore(ui): Patch-bump packages and use tailwind upgrade (#456) 2025-05-16 19:59:57 +02:00
root.tsx Upgrade vite and react-router (#778) 2025-09-04 12:20:01 +02:00
ui.config.ts feat(cloud): Add support for custom cloud app URL configuration (#207) 2025-02-28 13:48:52 +01:00
utils.ts Enhance connection stats sidebar (#748) 2025-09-08 10:59:36 +02:00
webrtc.d.ts Release 202412292127 2024-12-29 21:27:42 +01:00