kvm/ui/src/components/popovers
Adam Shiervani b430384ca8 refactor: simplify HID RPC keyboard input handling and improve key state management
- Updated `handleHidRPCKeyboardInput` to return errors directly instead of keys down state.
- Refactored `rpcKeyboardReport` and `rpcKeypressReport` to return errors instead of states.
- Introduced a queue for managing key down state updates in the `Session` struct to prevent input handling stalls.
- Adjusted the `UpdateKeysDown` method to handle state changes more efficiently.
- Removed unnecessary logging and commented-out code for clarity.
2025-09-17 11:34:07 +02:00
..
WakeOnLan Add ability to track modifier state on the device (#725) 2025-08-26 17:09:35 +02:00
ExtensionPopover.tsx fix: useJsonRpc "any" issue 2025-08-24 11:40:43 +02:00
MountPopover.tsx Upgrade vite and react-router (#778) 2025-09-04 12:20:01 +02:00
PasteModal.tsx refactor: simplify HID RPC keyboard input handling and improve key state management 2025-09-17 11:34:07 +02:00