soapbox/app/soapbox/hooks
Chewbacca e0af6c4b2e Move Group hooks to api folder 2023-05-02 13:26:30 -04:00
..
__mocks__ Fix tests 2022-09-07 10:30:11 -04:00
__tests__ Lint + Tests 2023-04-17 10:22:00 -04:00
forms We do a little refactoring 2023-03-29 20:30:05 -05:00
index.ts Add useDraggedFiles hook 2023-04-21 16:03:44 -05:00
useAccount.ts Fix tests 2022-12-20 17:45:29 -05:00
useApi.ts Add useGetState hook 2023-03-13 17:45:35 -05:00
useAppDispatch.ts TypeScript: actions 2022-06-10 19:56:22 +02:00
useAppSelector.ts soapbox/store/configureStore --> soapbox/store, add custom Hooks 2022-03-14 18:04:49 -05:00
useBackend.ts useVersion -> useBackend 2023-03-14 15:16:01 -04:00
useClickOutside.ts Add useClickOutside hook for Floating UI elements 2023-02-06 17:17:12 -06:00
useCompose.ts Introduce useCompose hook 2022-09-14 20:01:44 +02:00
useDebounce.ts Add "useDebounce" hook 2022-08-31 13:20:53 -04:00
useDimensions.ts Fix loading animation for Carousel 2023-03-28 10:30:34 -04:00
useDraggedFiles.ts useDraggedFiles: control dragged state of node 2023-04-21 16:28:54 -05:00
useFeatures.ts Add useInstance() hook 2022-11-26 10:43:46 -06:00
useGetState.ts Add useGetState hook 2023-03-13 17:45:35 -05:00
useGroupsPath.ts Move Group hooks to api folder 2023-05-02 13:26:30 -04:00
useInstance.ts Add useInstance() hook 2022-11-26 10:43:46 -06:00
useLoading.ts Fetch account and relationship with entity store 2023-04-04 08:11:03 -04:00
useLocale.ts Merge remote-tracking branch 'takver/fix-locale-parser' into fix-locale-parser 2023-03-13 20:44:09 +01:00
useOnScreen.ts useOnScreen: memoize IntersectionObserver, fix types 2023-02-06 15:41:09 -06:00
useOwnAccount.ts Add useInstance() hook 2022-11-26 10:43:46 -06:00
usePrevious.ts ComposeForm: don't focus the input constantly, add usePrevious hook 2022-09-19 13:55:08 -05:00
useRefEventHandler.ts ChatMessageList: fix pagination 2022-06-17 17:33:25 -05:00
useRegistrationStatus.ts Add useRegistrationStatus hook 2023-01-13 19:13:15 -06:00
useSettings.ts Custom hooks: useAccount, useSettings, useSoapboxConfig 2022-03-23 20:29:35 -05:00
useSoapboxConfig.ts Normalize SoapboxConfig 2022-03-28 14:58:50 -05:00
useSystemTheme.ts useSystemTheme: wrap addEventListener in try-catch for old iOS Safari 2022-06-20 12:03:33 -05:00
useTheme.ts Add useTheme hook 2022-07-22 17:25:52 -05:00