kvm/ui/src
Marc Brooks 23e74bfff8
Add ability to track modifier state on the device
Remove LED sync source and add keypress reporting
We return the modifiers as the valid bitmask so that the VirtualKeyboard can represent the correct keys as down. This is important when we have strokes like Left-Control + Right-Control + Keypad-1 (used in switching KVMs and such)
Fix handling of meta keys in client
Ran go modernize
Morphs Interface{} to any
Ranges over SplitSeq and FieldSeq for iterating splits
Used min for end calculation remote_mount.Read
Used range 16 in wol.createMagicPacket
DID NOT apply the Omitempty cleanup.
Use the KeysDownState for the infobar
Strong typed in the typescript realm.
Enable still working with devices that haven't been upgraded
Return the KeysDownState from keyboardReport
Clear out the hidErrorRollOver once sent to reset the keyboard to nothing down.
Handles the returned KeysDownState from keyboardReport
Now passes all logic through handleKeyPress.
If we get a state back from a keyboardReport, use it and also enable keypressReport because we now know it's an upgraded device.
Add documentation on the legacy support.
Cleanup react state management to enable upgrading Zustand
2025-08-20 02:11:57 -05:00
..
assets Update netboot.xyz logo to latest (#253) 2025-03-12 14:55:14 +01:00
components Add ability to track modifier state on the device 2025-08-20 02:11:57 -05:00
constants Add keyboard macros (#305) 2025-04-11 00:43:46 +02:00
hooks Add ability to track modifier state on the device 2025-08-20 02:11:57 -05:00
keyboardLayouts refactor(ui): Refactor the keyboardLayouts (#497) 2025-07-11 17:49:06 +02:00
providers Apply and Upgrade Eslint (#288) 2025-03-25 11:56:24 +01:00
routes Add ability to track modifier state on the device 2025-08-20 02:11:57 -05: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 refactor: network settings UI (#486) 2025-05-20 15:22:08 +02:00
keyboardLayouts.ts refactor(ui): Refactor the keyboardLayouts (#497) 2025-07-11 17:49:06 +02:00
keyboardMappings.ts Add ability to track modifier state on the device 2025-08-20 02:11:57 -05:00
main.tsx feat(ui): reboot device (#421) (#505) 2025-07-10 00:02:13 +02:00
notifications.tsx chore(ui): Patch-bump packages and use tailwind upgrade (#456) 2025-05-16 19:59:57 +02:00
root.tsx Release 202412292127 2024-12-29 21:27:42 +01: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 Apply and Upgrade Eslint (#288) 2025-03-25 11:56:24 +01:00
webrtc.d.ts Release 202412292127 2024-12-29 21:27:42 +01:00