kvm/ui/src/hooks
Andrew Davis af0f452b02
Add keyboard macros (#305)
* add jsonrpc keyboard macro get/set

* add ui keyboard macros settings and macro bar

* use notifications component and handle jsonrpc errors

* cleanup settings menu

* return error rather than truncate steps in validation

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* feat(ui): add className prop to Checkbox component to allow custom styling

* use existing components and CTA

* extract display key mappings

* create generic combobox component

* remove macro description

* cleanup styles and macro list

* create sortable list component

* split up macro routes

* remove sortable list and simplify

* cleanup macrobar

* use and add info to fieldlabel

* add useCallback optimizations

* add confirm dialog component

* cleanup delete buttons

* revert info on field label

* cleanup combobox focus

* cleanup icons

* set default label for delay

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-10 22:51:06 +02:00
..
stores.ts Add keyboard macros (#305) 2025-04-10 22:51:06 +02:00
useAppNavigation.ts Apply and Upgrade Eslint (#288) 2025-03-25 11:56:24 +01:00
useFeatureFlag.ts Apply and Upgrade Eslint (#288) 2025-03-25 11:56:24 +01:00
useInterval.ts Release 202412292127 2024-12-29 21:27:42 +01:00
useIsMounted.ts Release 202412292127 2024-12-29 21:27:42 +01:00
useJsonRpc.ts Apply and Upgrade Eslint (#288) 2025-03-25 11:56:24 +01:00
useKeyboard.ts Add keyboard macros (#305) 2025-04-10 22:51:06 +02:00
useResizeObserver.ts Apply and Upgrade Eslint (#288) 2025-03-25 11:56:24 +01:00