We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#8548 bootstraps the channel thumbnail into the page to make it available for use by any contentnode within the channel.
To avoid an additional request, we should bootstrap all available channels into learn's plugin_data and use that instead of an API request.
These can then be bootstrapped into this composable: https://github.com/learningequality/kolibri/blob/release-v0.15.x/kolibri/plugins/learn/assets/src/composables/useChannels.js
The text was updated successfully, but these errors were encountered:
rtibbles
Successfully merging a pull request may close this issue.
#8548 bootstraps the channel thumbnail into the page to make it available for use by any contentnode within the channel.
To avoid an additional request, we should bootstrap all available channels into learn's plugin_data and use that instead of an API request.
These can then be bootstrapped into this composable: https://github.com/learningequality/kolibri/blob/release-v0.15.x/kolibri/plugins/learn/assets/src/composables/useChannels.js
The text was updated successfully, but these errors were encountered: