bigbluebutton-Github/bigbluebutton-html5/imports/ui/core/hooks
Tainan Felipe 3bc40df230
Add: useDeduplicatedSubscription hook (#20376)
* Add: useDeduplicatedSubscription hook

* Fix: TS error

* Add: components using useDeduplicatedSubscription

* Change: Move to useDeduplicatedSubscription

* Change: unsubscribe logic to own useEffect

* Change: remove file import over package

* Fix: TS errors

* Fix: private chat not loading

* Change: revert changes on queries

* Fix: eslint error

* Remove: html-webpack-plugin package

* Fix: external video

* Add: comment about the stringToHash function

* Fix: video player showing tools over presentation
2024-06-04 10:40:54 -03:00
..
createUseSubscription.ts Add: useDeduplicatedSubscription hook (#20376) 2024-06-04 10:40:54 -03:00
useChat.ts feature(html5): Change return type of the graphql data hook (#19103) 2023-11-13 15:10:41 -03:00
useCurrentPresentation.ts [fix-data-consumption-hooks] - fix many updates of the result of the useCurrentPresentation 2024-05-24 08:43:25 -03:00
useCurrentUser.ts Add: useDeduplicatedSubscription hook (#20376) 2024-06-04 10:40:54 -03:00
useDeduplicatedSubscription.ts Add: useDeduplicatedSubscription hook (#20376) 2024-06-04 10:40:54 -03:00
useLoadedChatMessages.ts Fix: chat loading only one page per time (#19511) 2024-01-29 14:04:04 -03:00
useLoadedUserList.ts improvement: use patched subscriptions for both user list and current user 2024-03-06 11:31:39 -03:00
useMeeting.ts [fix-plugin-data-consumption-hooks] - fix currentUser and useMeeting 2024-05-27 11:26:10 -03:00
useShortcut.tsx fix: Client can't load in certain cases (#20336) 2024-05-29 09:26:11 -04:00
useTalkingIndicator.ts fix: decrease total number of subscriptions for some hooks (#19653) 2024-02-21 16:50:46 -03:00
useTImer.ts Remove: timer js files 2024-04-30 12:45:05 -03:00