element-web/src/hooks
Michael Telatynski 065e970325
Conform `src/hooks/*` code to `strictNullChecks` (#10460)
2023-03-27 14:45:46 +01:00
..
room Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
spotlight Make more code conform to strict null checks (#10219 2023-02-24 15:28:40 +00:00
useAccountData.ts Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
useAnimation.ts Enable `@typescript-eslint/explicit-function-return-type` in /src (#9788) 2023-01-12 13:25:14 +00:00
useAsyncMemo.ts Conform more code to strict null checking (#10169) 2023-02-16 09:38:44 +00:00
useAudioDeviceSelection.ts Conform `src/hooks/*` code to `strictNullChecks` (#10460) 2023-03-27 14:45:46 +01:00
useCall.ts Redesign the picture-in-picture window (#9800) 2023-01-04 04:44:38 +00:00
useDispatcher.ts Remove flux dependency (#10313) 2023-03-08 14:19:05 +00:00
useEventEmitter.ts Make more code conform to strict null checks (#10219 2023-02-24 15:28:40 +00:00
useFavouriteMessages.ts Enable `@typescript-eslint/explicit-function-return-type` in /src (#9788) 2023-01-12 13:25:14 +00:00
useFocus.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
useHover.ts Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
useIsEncrypted.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
useIsInitialSyncComplete.ts New User Onboarding Task List (#9083) 2022-07-29 11:43:29 +00:00
useLatestResult.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
useLocalEcho.ts Enable `@typescript-eslint/explicit-function-return-type` in /src (#9788) 2023-01-12 13:25:14 +00:00
useLocalStorageState.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
usePermalink.ts Tweak pill UI (#10417) 2023-03-22 13:27:24 +01:00
usePermalinkEvent.ts Conform more code to `strictNullChecks` (#10444 2023-03-27 08:01:09 +01:00
usePermalinkMember.ts Add `UserProfilesStore`, `LruCache` and cache for user permalink profiles (#10425) 2023-03-27 10:07:43 +02:00
usePermalinkTargetRoom.ts Conform more code to `strictNullChecks` (#10444 2023-03-27 08:01:09 +01:00
useProfileInfo.ts Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
usePublicRoomDirectory.ts Conform `src/hooks/*` code to `strictNullChecks` (#10460) 2023-03-27 14:45:46 +01:00
useRoomMembers.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
useRoomNotificationState.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
useRoomState.ts Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
useSettings.ts Conform more code to strict null checking (#10167) 2023-02-16 17:21:44 +00:00
useSlidingSyncRoomSearch.ts Conform more code to strict null checking (#10167) 2023-02-16 17:21:44 +00:00
useSmoothAnimation.ts Enable `@typescript-eslint/explicit-function-return-type` in /src (#9788) 2023-01-12 13:25:14 +00:00
useSpaceResults.ts Apply `strictNullChecks` around the codebase (#10302 2023-03-07 13:19:18 +00:00
useStateArray.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
useStateCallback.ts Enable `@typescript-eslint/explicit-function-return-type` in /src (#9788) 2023-01-12 13:25:14 +00:00
useStateToggle.ts Enable `@typescript-eslint/explicit-function-return-type` in /src (#9788) 2023-01-12 13:25:14 +00:00
useTimeout.ts Conform more code to strict null checking (#10167) 2023-02-16 17:21:44 +00:00
useTimeoutToggle.ts Enable `@typescript-eslint/explicit-function-return-type` in /src (#9788) 2023-01-12 13:25:14 +00:00
useUnreadNotifications.ts Fix useUnreadNotifications exploding with falsey room, like in notif panel (#10030) 2023-01-31 12:38:25 +00:00
useUserDirectory.ts Conform more code to strict null checking (#10167) 2023-02-16 17:21:44 +00:00
useUserOnboardingContext.ts Make more code conform to strict null checks (#10219 2023-02-24 15:28:40 +00:00
useUserOnboardingTasks.ts Conform more code to strict null checking (#10169) 2023-02-16 09:38:44 +00:00