soapbox/src/hooks
Alex Gleason 819711a4f1
Merge remote-tracking branch 'origin/main' into add-nip-05-nag-post
2024-10-14 11:38:50 -05:00
..
__mocks__ Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
forms Bookmark folders 2024-03-22 14:53:25 +01:00
index.ts Add export for useSettingsNotifications hook 2024-10-03 15:34:44 -03:00
useApi.ts useApi: prefer BACKEND_URL, if provided 2024-10-11 15:34:46 -05:00
useAppDispatch.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
useAppSelector.ts useAppSelector: export type 2024-02-12 17:57:28 -06:00
useAuth.ts Add useAuth hook, fix soapboxAuthSchema 2024-10-12 19:17:09 -05:00
useBackend.ts Make useInstance return an object containing the instance 2024-10-11 01:28:57 -05:00
useClickOutside.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
useCompose.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
useDebounce.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
useDimensions.test.ts Untuck tests out of __tests__ directories, colocate with program files 2023-10-02 14:27:40 -05:00
useDimensions.ts eslint: use semicolon TypeScript delimeter 2023-10-02 13:54:02 -05:00
useDraggedFiles.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
useFeatures.ts Make useInstance return an object containing the instance 2024-10-11 01:28:57 -05:00
useForceUpdate.ts useNostrReq: deduplicate events with NSet 2024-03-27 15:19:00 -05:00
useGetState.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
useInstance.ts Remove custom retry from useInstance hooks (prefer the default) 2024-10-12 15:03:35 -05:00
useIsMobile.ts Condense feeds on mobile 2024-06-01 12:15:19 -05:00
useLoading.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
useLocale.ts Input: support RTL detection on all Inputs, remove from AutosuggestInput 2023-10-11 13:33:45 -05:00
useLoggedIn.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
useOnScreen.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
useOwnAccount.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
usePrevious.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
useRefEventHandler.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
useRegistrationStatus.ts Make useInstance return an object containing the instance 2024-10-11 01:28:57 -05:00
useScreenWidth.ts Condense feeds on mobile 2024-06-01 12:15:19 -05:00
useSettings.ts useSettings: useMemo 2024-02-13 23:24:07 -06:00
useSettingsNotifications.ts Let nip05 notification be dismissed 2024-09-01 19:44:25 +02:00
useSoapboxConfig.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
useSystemTheme.ts Merge src/soapbox with top-level src directory 2023-09-18 16:08:54 -05:00
useTheme.ts Black mode 2024-03-24 17:38:34 +01:00