kolibri icon indicating copy to clipboard operation
kolibri copied to clipboard

Kolibri Learning Platform: the offline app for universal education

Results 499 kolibri issues
Sort by recently updated
recently updated
newest added

## Summary - Adds a basic test suite for `UserTable`, particularly for areas that are later updated by this pull request - Adds a new property, `enableMultipleSelection` defaulting to `true`....

work-in-progress

## Observed behavior In the user table component, we render visually hidden user kind for assistive technologies: https://github.com/learningequality/kolibri/blob/82ae0b3997943d6d349080b0df80c10c8bb8c1fe/kolibri/plugins/facility/assets/src/views/UserTable.vue#L89-L91 It is supposed to convey the same information as `aria-hidden` badge (e.g....

bug
TAG: a11y
i18n
DEV: frontend

## 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...

TODO: needs review
TODO: needs QA re-review

## Observed behavior Kolibri instances on the same network discover each other using a Zeroconf mDNS broadcast. We use this functionality to surface the network addresses of these instances when...

TAG: ux update
TAG: new feature
P1 - important
DEV: backend
APP: Device
DEV: frontend

## Summary Adding a new layer that adds a PDF tree structure of tagged PDFs so that screen readers can notice the semantic structure of a tagged PDF. With this...

## Summary Adding unit tests for Pdf Viewer plugin. ## Reviewer guidance * Review the test cases check if it makes sense * run `yarn run test pdf_viewer` and check...

## 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...

TODO: needs review
TAG: developer docs

## Summary Screen for the user to confirm its credentials, or use admin credentials if they are available. ![Peek 29-07-2022 21-05](https://user-images.githubusercontent.com/1008178/181827765-edf2db6f-9eb5-49db-b25c-0124d720439c.gif) Work in progress, pending: - Use case of no...

work-in-progress

## Observed behavior In the "folder resources" panel for some resources, both the close button and the arrow icon overlap with text: ![Screenshot 2022-04-22 at 15-53-19 Watch Me - TED-Ed...

P1 - important
TAG: beginner friendly

## Observed behavior When a learner has bookmarked resources, if they use the keyboard to go to the Bookmark tab and open up the info side panel, they will see...

P2 - normal
TAG: beginner friendly
TAG: a11y
APP: Learn
DEV: frontend