kvm/ui/src
Aveline dbeb08e0bc 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-26 08:21:18 +00:00
..
assets Clean up Virtual Keyboard styling (#761) 2025-09-26 08:21:18 +00:00
components feat: send all paste keystrokes to backend (#789) 2025-09-26 08:21:18 +00:00
constants Add keyboard macros (#305) 2025-09-26 08:21:17 +00:00
hooks feat: send all paste keystrokes to backend (#789) 2025-09-26 08:21:18 +00:00
keyboardLayouts Clean up Virtual Keyboard styling (#761) 2025-09-26 08:21:18 +00: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-26 08:21:18 +00: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-26 08:21:18 +00:00
keyboardLayouts.ts Add ability to track modifier state on the device (#725) 2025-09-26 08:21:18 +00:00
keyboardMappings.ts Clean up Virtual Keyboard styling (#761) 2025-09-26 08:21:18 +00:00
main.tsx fix(ui): Don't render a button in a button (#782) 2025-09-26 08:21:18 +00:00
notifications.tsx chore(ui): Patch-bump packages and use tailwind upgrade (#456) 2025-09-26 08:21:17 +00:00
root.tsx Upgrade vite and react-router (#778) 2025-09-26 08:21:18 +00: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-26 08:21:18 +00:00
webrtc.d.ts Release 202412292127 2024-12-29 21:27:42 +01:00