Jacob Pierce
Jacob Pierce
Firstly, thanks for this Gem, it has helped a lot with a current project! I may not have a full grasp of how Gems are packaged or something, so I...
## Summary - Applies new OnboardingStepBase styles to Import Facility flow https://user-images.githubusercontent.com/6356129/175645233-8e654da9-6a4d-4071-9c1c-9613de103c2a.mp4 - Moves syncTaskUtils into core as it's used across multiple plugins. - Avoids errors re: using i18n before...
## Summary Vue Devtools' latest release works primarily with Vue 3 and our documentation points to Github This points now to the official Vue doc that mentions and links to...
## Observed behavior [Follow-up on this comment](https://github.com/learningequality/kolibri/pull/9534#discussion_r908967139) - overall, it may be worthwhile to consider moving some common (although not core) code out of our default front-end bundle. The idea...
## Observed behavior When viewing your profile, if you click "Edit" the console shows the error that the ShowEditProfile route does not exist. There is a route defined - I'm...
We will need to do some follow-up work to complete the Coach's Bookmarks work done in #8272 In summary, the following will need to be decided upon and then implemented....
## Observed behavior A user can alternate between Grid and Card views, but when they navigate, they are reverted to the default card view even if they've previously selected the...
KolibriPluginBase takes string properties pointing to module names which it then imports. However, when there are issues with this import, the Django error messages are basically worthless - pointing to...
## Summary - Prepares SetupWizard flow so that it can be partially provisioned (ie, a Facility can have been created/imported without the DeviceSettings.is_provisioned flag being set to True) -- this...