Richard Tibbles
Richard Tibbles
Update our NetworkClient class to add an explicit `Accept` of `application/json` as per: [Slack Message](https://learningequality.slack.com/archives/CB37UM23A/p1718060098883169?thread_ts=1718043789.647259&cid=CB37UM23A)
## Observed behavior Currently the BCK bucket upload never runs because of a check against a non-existent attribute of the release event payload. ## Expected behavior Upload prereleases to a...
## Overview To allow Kolibri to render BloomPub files, create a plugin that integrates the Bloom Reader javascript library. #### Description and outcomes #### Resources #### Accessibility Requirements
A nested route should be created for lesson creation in `lessonPlanRoutes.js`, any components that do not currently exist should be created as empty wrapper components with an appropriate `name` property:...
## Summary * Moves core channel state into the coach pluginModule ## References Fixes #12557 ## Reviewer guidance Does the minimal fix to move the channel fetching logic from the...
Currently total points fetching is handled in vuex state and with an action: State: https://github.com/learningequality/kolibri/blob/develop/kolibri/core/assets/src/state/modules/core/index.js#L13 Action: https://github.com/learningequality/kolibri/blob/develop/kolibri/core/assets/src/state/modules/core/actions.js#L270 Mutations: https://github.com/learningequality/kolibri/blob/develop/kolibri/core/assets/src/state/modules/core/actions.js#L270 https://github.com/learningequality/kolibri/blob/develop/kolibri/core/assets/src/state/modules/core/mutations.js#L21 Getter: https://github.com/learningequality/kolibri/blob/develop/kolibri/core/assets/src/state/modules/core/getters.js#L21 These should all be replaced by a composable...
## Summary Version bump for 0.18.0 ---- ## Testing checklist - [ ] Contributor has fully tested the PR manually - [ ] If there are any front-end changes, before/after...
The only issue I was able to identify while testing this is the following error in the console, with seemingly no user facing consequences but I'm going to mention it...
The CoachIndexPage uses the AuthenticationWrapper component to show state if a user does not have permissions to view the page they are on. Because of uncaught errors during state loading,...
## Summary * Adds an optional padding argument to the logo file conversion build script * Used for https://github.com/learningequality/kolibri-app/pull/139