Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix liveMode prop type docs #1293

Merged
merged 1 commit into from
Dec 8, 2021
Merged

Conversation

umutzd
Copy link
Contributor

@umutzd umutzd commented Dec 8, 2021

Test documentation! 'ALPHA'
Link to DOCUMENTATION-LIVEMODE-TYPES-FIX

@umutzd umutzd added the documentation Improvements or additions to documentation label Dec 8, 2021
@umutzd umutzd self-assigned this Dec 8, 2021
@refine-bot
Copy link
Contributor

Hello from PR Helper

Is your PR ready for review and processing? Mark the PR ready by including #pr-ready in a comment.

If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold in a comment.

@omeraplak omeraplak merged commit 86ca6a0 into alpha Dec 8, 2021
@omeraplak omeraplak deleted the documentation-livemode-types-fix branch December 8, 2021 12:27
omeraplak added a commit that referenced this pull request Dec 8, 2021
* Realtime provider (#1288)

* add dummy structure

Co-authored-by: Necati Özmen <[email protected]>

* add context for live provider

Co-authored-by: Necati Özmen <[email protected]>

* rename

* change resources channel name

* use LiveProvider instead of LiveDataProvider

* fix used type

* added provider to refine container

Co-authored-by: Necati Özmen <[email protected]>

* add liveProvider as a provider to supabase example

Co-authored-by: Necati Özmen <[email protected]>

* add useSubscribe

Co-authored-by: Necati Özmen <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* refactor to pubnub example

Co-authored-by: mhrrmk <[email protected]>

* export PubNub from  refine-pubnub package

* add default custom sider

Co-authored-by: mhrrmk <[email protected]>

* add categories resource

Co-authored-by: mhrrmk <[email protected]>

* create useSubscription hook

Co-authored-by: Umut Özdemir <[email protected]>
Co-authored-by: Ömer Faruk APLAK <[email protected]>
Co-authored-by: mhrrmk <[email protected]>

* fix useResourceSubscription props type name

* create usePublish hook

Co-authored-by: mhrrmk <[email protected]>

* add notification badge to menu item

Co-authored-by: mhrrmk <[email protected]>

* add custom subscriptions section to guide doc

Co-authored-by: mhrrmk <[email protected]>

* use id array for publications

* add ably

Co-authored-by: mhrrmk <[email protected]>

* 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 <[email protected]>

* 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ü <[email protected]>

* create usePublish doc

* Update documentation/docs/api-references/hooks/live/usePublish.md

Co-authored-by: Ömer Faruk APLAK <[email protected]>

* Update documentation/docs/api-references/hooks/live/usePublish.md

Co-authored-by: Ömer Faruk APLAK <[email protected]>

* Update documentation/docs/api-references/hooks/live/usePublish.md

Co-authored-by: Ömer Faruk APLAK <[email protected]>

* Update documentation/docs/api-references/hooks/live/usePublish.md

Co-authored-by: Ömer Faruk APLAK <[email protected]>

* 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 <[email protected]>

* delete unused Space component

* update livemode link

Co-authored-by: Umut Özdemir <[email protected]>
Co-authored-by: Necati Özmen <[email protected]>
Co-authored-by: Muharrem Kocadere <[email protected]>
Co-authored-by: Salih Özdemir <[email protected]>
Co-authored-by: Yıldıray Ünlü <[email protected]>

* v2.4.0

* update ably READMe

* v2.4.1

* Sync Next and Version 2.xx Docs and Add livePorivder Examples (#1290)

* 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 (#1292)

* remove supabase example in live examples folder

* fix urls

* Update documentation/docs/examples/data-provider/supabase.md

Co-authored-by: Ömer Faruk APLAK <[email protected]>

Co-authored-by: Ömer Faruk APLAK <[email protected]>

* fix liveMode prop type docs (#1293)

Co-authored-by: Umut Özdemir <[email protected]>
Co-authored-by: Necati Özmen <[email protected]>
Co-authored-by: Muharrem Kocadere <[email protected]>
Co-authored-by: Salih Özdemir <[email protected]>
Co-authored-by: Yıldıray Ünlü <[email protected]>
omeraplak added a commit that referenced this pull request Dec 16, 2021
* Realtime provider (#1288)

* add dummy structure

Co-authored-by: Necati Özmen <[email protected]>

* add context for live provider

Co-authored-by: Necati Özmen <[email protected]>

* rename

* change resources channel name

* use LiveProvider instead of LiveDataProvider

* fix used type

* added provider to refine container

Co-authored-by: Necati Özmen <[email protected]>

* add liveProvider as a provider to supabase example

Co-authored-by: Necati Özmen <[email protected]>

* add useSubscribe

Co-authored-by: Necati Özmen <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* refactor to pubnub example

Co-authored-by: mhrrmk <[email protected]>

* export PubNub from  refine-pubnub package

* add default custom sider

Co-authored-by: mhrrmk <[email protected]>

* add categories resource

Co-authored-by: mhrrmk <[email protected]>

* create useSubscription hook

Co-authored-by: Umut Özdemir <[email protected]>
Co-authored-by: Ömer Faruk APLAK <[email protected]>
Co-authored-by: mhrrmk <[email protected]>

* fix useResourceSubscription props type name

* create usePublish hook

Co-authored-by: mhrrmk <[email protected]>

* add notification badge to menu item

Co-authored-by: mhrrmk <[email protected]>

* add custom subscriptions section to guide doc

Co-authored-by: mhrrmk <[email protected]>

* use id array for publications

* add ably

Co-authored-by: mhrrmk <[email protected]>

* 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 <[email protected]>

* 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ü <[email protected]>

* create usePublish doc

* Update documentation/docs/api-references/hooks/live/usePublish.md

Co-authored-by: Ömer Faruk APLAK <[email protected]>

* Update documentation/docs/api-references/hooks/live/usePublish.md

Co-authored-by: Ömer Faruk APLAK <[email protected]>

* Update documentation/docs/api-references/hooks/live/usePublish.md

Co-authored-by: Ömer Faruk APLAK <[email protected]>

* Update documentation/docs/api-references/hooks/live/usePublish.md

Co-authored-by: Ömer Faruk APLAK <[email protected]>

* 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 <[email protected]>

* delete unused Space component

* update livemode link

Co-authored-by: Umut Özdemir <[email protected]>
Co-authored-by: Necati Özmen <[email protected]>
Co-authored-by: Muharrem Kocadere <[email protected]>
Co-authored-by: Salih Özdemir <[email protected]>
Co-authored-by: Yıldıray Ünlü <[email protected]>

* v2.4.0

* update ably READMe

* v2.4.1

* Sync Next and Version 2.xx Docs and Add livePorivder Examples (#1290)

* 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 (#1292)

* remove supabase example in live examples folder

* fix urls

* Update documentation/docs/examples/data-provider/supabase.md

Co-authored-by: Ömer Faruk APLAK <[email protected]>

Co-authored-by: Ömer Faruk APLAK <[email protected]>

* fix liveMode prop type docs (#1293)

* Strapi v4 Data Provider and Example (#1297)

* duplicate strapi package and strapi example

* add getList implementation

* add getMany implemantation

* draft strapi v4 example and dataProvider implementations

* create example's list page

* add metaData to queryKeys

* update getList method and create createMany method

* refactor list page

* add create page

* add edit page

* fix example pages

* add proxy for cors, add types

* add unit tests

* remove proxy

* fix edit page

Co-authored-by: Ömer Faruk APLAK <[email protected]>

Co-authored-by: Ömer Faruk APLAK <[email protected]>

* v2.4.6

* add strapi v4 links

Co-authored-by: Umut Özdemir <[email protected]>
Co-authored-by: Necati Özmen <[email protected]>
Co-authored-by: Muharrem Kocadere <[email protected]>
Co-authored-by: Salih Özdemir <[email protected]>
Co-authored-by: Yıldıray Ünlü <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge documentation Improvements or additions to documentation review-required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants