kvm/ui/src
Marc Brooks 8ee0532f0e
Update npm packages for the UI (#432)
Upgraded most packages to current as of 2025-05-09 for almost everything.
Remove the erroneous extra dependency to old xterm package since the correct @xterm/xterm package was already included (suspect a bad merge) and it was causing issues with react 19.1.
Switched to using the hooks exposed in the usehooks-ts package (this package was already referenced, suspect a bad merge) removing our private copies of useInterval, useIsMounted, useResizeObserver which are identical.
Added import of JSX from react now needed because NPX is not in global scope in react 19.x.
Explicitly cast the ref of included elements due to change in react 19.x
2025-05-12 19:00:49 +02:00
..
assets Update netboot.xyz logo to latest (#253) 2025-03-12 14:55:14 +01:00
components Update npm packages for the UI (#432) 2025-05-12 19:00:49 +02:00
constants Add keyboard macros (#305) 2025-04-11 00:43:46 +02:00
hooks Update npm packages for the UI (#432) 2025-05-12 19:00:49 +02:00
providers Apply and Upgrade Eslint (#288) 2025-03-25 11:56:24 +01:00
routes Update npm packages for the UI (#432) 2025-05-12 19:00:49 +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 Move settings to modals & better modal handling (#194) 2025-02-27 16:48:50 +01:00
keyboardMappings.ts Fix: Alt Gr not recognized (#399) 2025-05-12 18:59:32 +02:00
main.tsx network enhanecment / refactor (#361) 2025-04-16 01:39:23 +02:00
notifications.tsx Apply and Upgrade Eslint (#288) 2025-03-25 11:56:24 +01: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