Conversation
* add dummy structure Co-authored-by: Necati Özmen <necatiozmen@users.noreply.github.com> * add context for live provider Co-authored-by: Necati Özmen <necatiozmen@users.noreply.github.com> * rename * change resources channel name * use LiveProvider instead of LiveDataProvider * fix used type * added provider to refine container Co-authored-by: Necati Özmen <necatiozmen@users.noreply.github.com> * add liveProvider as a provider to supabase example Co-authored-by: Necati Özmen <necatiozmen@users.noreply.github.com> * add useSubscribe Co-authored-by: Necati Özmen <necatiozmen@users.noreply.github.com> * add supabase live provider * add pubnub example * add params and id subscription * add pubnub data provider * add liveParams to useTable * remove unnecessary imports * add id to live params * ignore codemod * init live provider api reference doc * finalize supabase example * add overview, usage, live mode sections to doc Co-authored-by: Salih Özdemir <salihozdemir94@gmail.com> * add provider methods to doc * add controlled live mode to pubnub example * add deleted event * update pubnub example controlled mode * add supported hooks section Co-authored-by: Salih Özdemir <salihozdemir94@gmail.com> * update pubnub example * update liveMode values and remove useSubscription * fix pubnub example * disable liveMode in RefreshButton * make publish function in LiveProvider optional * fix pubnub unit tests * create real-time guide doc Co-authored-by: mhrrmk <mkocadere@gmail.com> * refactor to pubnub example Co-authored-by: mhrrmk <mkocadere@gmail.com> * export PubNub from refine-pubnub package * add default custom sider Co-authored-by: mhrrmk <mkocadere@gmail.com> * add categories resource Co-authored-by: mhrrmk <mkocadere@gmail.com> * create useSubscription hook Co-authored-by: Umut Özdemir <umutozdemir997@gmail.com> Co-authored-by: Ömer Faruk APLAK <omer@pankod.com> Co-authored-by: mhrrmk <mkocadere@gmail.com> * fix useResourceSubscription props type name * create usePublish hook Co-authored-by: mhrrmk <mkocadere@gmail.com> * add notification badge to menu item Co-authored-by: mhrrmk <mkocadere@gmail.com> * add custom subscriptions section to guide doc Co-authored-by: mhrrmk <mkocadere@gmail.com> * use id array for publications * add ably Co-authored-by: mhrrmk <mkocadere@gmail.com> * fix ably unsubscribe logic * handle params.ids on live * pubnub convert to ably in example and guide doc * rename pubnub to ably * finish real time guide * update supabase example * type to types for liveProvider type property * fix unit tests * fix useSelect enabled * add useLiveMode tests * add usePublish tests * fix example type parameter * add useSubscription tests * add useResourceSubscription tests * remove LiveModeContext * add types of usePublish * fix tests to remove LiveModeProvider * update live provider api reference doc Co-authored-by: Salih <salihozdemir94@gmail.com> * add useList & useOne useSubscription tests * add useMany useSubscription tests * add publish unit tests for mutation hooks * Update documentation/docs/guides-and-concepts/real-time.md Co-authored-by: Yıldıray Ünlü <yildirayyunlu@gmail.com> * create usePublish doc * Update documentation/docs/api-references/hooks/live/usePublish.md Co-authored-by: Ömer Faruk APLAK <omer@pankod.com> * Update documentation/docs/api-references/hooks/live/usePublish.md Co-authored-by: Ömer Faruk APLAK <omer@pankod.com> * Update documentation/docs/api-references/hooks/live/usePublish.md Co-authored-by: Ömer Faruk APLAK <omer@pankod.com> * Update documentation/docs/api-references/hooks/live/usePublish.md Co-authored-by: Ömer Faruk APLAK <omer@pankod.com> * created useSubscription doc * add hook links * fix highlight bug * add live mode props to docs * turn off useMany live mode in useSelect * last touches in real time docs Co-authored-by: mhrrmk <mkocadere@gmail.com> * delete unused Space component * update livemode link Co-authored-by: Umut Özdemir <umutozdemir997@gmail.com> Co-authored-by: Necati Özmen <necatiozmen@users.noreply.github.com> Co-authored-by: Muharrem Kocadere <mkocadere@gmail.com> Co-authored-by: Salih Özdemir <salihozdemir94@gmail.com> Co-authored-by: Yıldıray Ünlü <yildirayyunlu@gmail.com>
* add live provider examples under the example folder * docs move to 2.x.x folder * update doc version 2.xx siderbar
* remove supabase example in live examples folder * fix urls * Update documentation/docs/examples/data-provider/supabase.md Co-authored-by: Ömer Faruk APLAK <omer@pankod.com> Co-authored-by: Ömer Faruk APLAK <omer@pankod.com>
Contributor
Hello from PR HelperIs your PR ready for review and processing? Mark the PR ready by including If you still have work to do, even after marking this ready. Put the PR on hold by including |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.