Michaela Robosova

Results 124 issues of Michaela Robosova

## Blocks https://github.com/learningequality/kolibri/issues/11422 ## Observed behavior For majority of Coach pages, in addition to fetching data in their individual route handlers (e.g. [`showExamsPage` handler](https://github.com/learningequality/kolibri/blob/develop/kolibri/plugins/coach/assets/src/modules/examsRoot/handlers.js#L6)), we fetch some of their data...

P1 - important
help wanted

## Observed behavior With this device settings ![device](https://user-images.githubusercontent.com/13509191/151528236-9bb3cc02-a27a-4d15-b30c-62940645c330.png) I can access a lesson resource page as a signed-out user when I know its URL via pasting it to the address...

P2 - normal
APP: Learn
DEV: frontend
help wanted

## Observed behavior _Select a source_ modal is not displayed on the _Device Channels_ page after importing a facility in the setup wizard ![Peek 2023-07-11 16-37](https://github.com/learningequality/kolibri/assets/13509191/acb10765-6f1c-4f7e-820f-6d4527b070c6) ## Expected behavior _Select...

P1 - important
TODO: needs decisions
DEV: frontend

## Observed behavior ["Add Contributor to AUTHORS.md" action](https://github.com/learningequality/kolibri/blob/release-v0.16.x/.github/workflows/add_contributor.yml) doesn't work. In the related pull request, https://github.com/learningequality/kolibri/pull/10902, we expected it to start working after merging it but it didn't. I temporarily...

## Kolibri-Studio-KDS workflow - KDS releases will be installed to - Kolibri's `develop` and `release-v*` - Studio's `unstable` - Working branches targeting `develop/release-v*/unstable` can reference an unreleased KDS commit (typically...

automation

🌱 **Are you new to the codebase? Welcome and please see [the contributing guidelines](https://github.com/learningequality/kolibri-design-system/blob/develop/CONTRIBUTING.md).** ## Description Replace the "Changelog" link with the "Release notes" link on the KDS documentation website....

category: supporting code
good first issue
help wanted

🌱 **Are you new to the codebase? Welcome and please see [the contributing guidelines](https://github.com/learningequality/kolibri-design-system/blob/develop/CONTRIBUTING.md).** ## Description Remove logic specific to Internet Explorer 11 from `KTextTruncator`, including: - The [`lineHeightIE` prop](https://github.com/learningequality/kolibri-design-system/blob/3200a8711d031752665db2bc29e96f9e388a9d05/lib/KTextTruncator.vue#L63)...

good first issue
help wanted
Component: KTextTruncator

## Product Kolibri ## Desired behavior Allow `'auto'` value in `KFixedGridItem`/`KGridItem`'s `alignment` prop and when `alignment` is `'auto'`, do not set `text-align` (like it happens when `alignment` is `'right'`, `'center'`,...

type: proposal
category: library
product: Kolibri
Component: KFixedGridItem
Component: KGridItem
help wanted

## Blocks - #530 ## Summary Implement `BaseCard`, a helper private component that will be used by the public `KCard` component. Please see #528 first. ## Markup requirements - The...

Component: KCard

## Summary `KCard` provides an accessible base card component. Furthermore, it offers the most frequently used card content and thumbnail layouts, as well as other customization options. It is not...

Component: KCard