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

feat: Handle queries that fetch Konnectors by channel #1534

Open
wants to merge 1 commit into
base: feat/improve_cozylink_typing
Choose a base branch
from

Conversation

Ldoppea
Copy link
Member

@Ldoppea Ldoppea commented Sep 19, 2024

fetchJSON() calls are not compatible with offline mode unless we wrap them in the .query() dsl

Recently we added a fetchJSON() call inside of cozy-home in order to display the new grouped-by-category folders in the home's konnectors section

So we want to move this call inside of the AppsRegistryCollection in order to make it compatible with offline mode

Related PR: cozy/cozy-home#2186

`fetchJSON()` calls are not compatible with offline mode unless we wrap
them in the `.query()` dsl

Recently we added a `fetchJSON()` call inside of cozy-home in order to
display the new grouped-by-category folders in the home's konnectors
section

So we want to move this call inside of the AppsRegistryCollection in
order to make it compatible with offline mode

Related PR: cozy/cozy-home#2186
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant