InvokeAI/invokeai/frontend/web/src/common/hooks
psychedelicious a23502f7ff fix(ui): do not use state => state as an input selector
This is a no-no, whoops!
2024-01-06 00:03:07 +11:00
..
useChakraThemeTokens.ts feat: node editor 2023-08-16 09:54:38 +10:00
useClearStorage.ts feat(ui): use IndexedDB for persistence 2023-12-01 09:11:48 +11:00
useCopyImageToClipboard.ts chore(ui): move useCopyImageToClipboard to common/hooks/ 2023-11-13 16:23:46 +11:00
useFullscreenDropzone.ts fix(ui): do not use state => state as an input selector 2024-01-06 00:03:07 +11:00
useGlobalHotkeys.ts fix(ui): remove shift+enter to cancel 2024-01-04 13:59:25 +11:00
useGlobalMenuCloseTrigger.ts feat(ui): use pubsub to for globalcontextmenuclose 2024-01-01 08:13:23 -05:00
useGlobalModifiers.ts feat(ui): update useGlobalModifiers to store each key independently 2024-01-01 08:13:23 -05:00
useImage.ts fix(ui): copy image via img onload to blob 2023-10-17 06:43:19 +11:00
useImageUploadButton.tsx fix(ui): do not use state => state as an input selector 2024-01-06 00:03:07 +11:00
useImageUrlToBlob.ts feat(ui): clean up network stuff 2023-11-24 19:30:37 -08:00
useIsReadyToEnqueue.ts fix(ui): do not use state => state as an input selector 2024-01-06 00:03:07 +11:00
useSingleAndDoubleClick.ts feat(ui): more memoization 2023-12-29 08:26:14 -05:00