soapbox/app/soapbox/hooks
Alex Gleason 6b57b62b38
ComposeForm: don't focus the input constantly, add usePrevious hook
2022-09-19 13:55:08 -05:00
..
__mocks__ Fix tests 2022-09-07 10:30:11 -04:00
__tests__ Fix tests 2022-09-07 10:30:11 -04:00
index.ts ComposeForm: don't focus the input constantly, add usePrevious hook 2022-09-19 13:55:08 -05:00
useAccount.ts Convert ReportModal to TSX 2022-05-02 13:52:37 -04:00
useApi.ts react-query: use legacy API client with hooks 2022-08-09 10:24:43 -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
useCompose.ts Introduce useCompose hook 2022-09-14 20:01:44 +02:00
useDimensions.ts Add polyfill for ResizeObserver 2022-09-07 08:27:40 -04:00
useFeatures.ts LinkFooter: convert to TSX 2022-03-30 15:50:16 -05:00
useLocale.ts SoapboxMount: break SoapboxLoad into a separate component 2022-07-22 17:01:26 -05:00
useOnScreen.ts Make sure the current element is present before execution 2022-03-24 11:06:01 -04:00
useOwnAccount.ts Put Typescript in "strict" mode, fix or ignore errors 2022-03-24 14:27:27 -05: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
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