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

Merged
merged 1 commit into from
Sep 24, 2024

Commits on Sep 23, 2024

  1. feat: Handle queries that fetch Konnectors by channel

    `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
    Ldoppea committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ecb276d View commit details
    Browse the repository at this point in the history