Michaela Robosova

Results 124 issues of Michaela Robosova

## Blocked by - #529 ## Summary Implement `KCard`, an accessible base card component offering the most frequently used card content and thumbnail layouts, as well as other customization options....

Component: KCard

## Summary The PR that implements the changelog automation https://github.com/learningequality/kolibri-design-system/pull/547 has been tested and reviewed to a large extent and seems to work pretty well overall. The PR has two...

category: supporting code

❌ **This issue is not open for contribution. Visit Contributing guidelines** to learn about the contributing process and how to find suitable issues. ## Product Kolibri _Example: choosing a new...

type: proposal
category: library
product: Kolibri
TODO: needs decisions
DEV: frontend
TAG: a11y
Component: KRadioButton

## Product Kolibri ## Desired behavior It's possible to define a default `KFixedGridItem`'s `span` via a `KFixedGrid` prop (called `itemSpan` in the following example). For example: ```jsx ``` could be...

type: proposal
category: library
product: Kolibri
Component: KFixedGrid
Component: KFixedGridItem

## Product Kolibri ## Desired behavior `UiToolbar` component is fully themed internally and can also accept theme tokens through the `textColor` prop. ## Current behavior `UiToolbar` accepts `black` or `white`...

type: issue
category: library
P2 - normal
product: Kolibri
Component: UiToolbar

## Current workflow 1. When opening a PR, developers are guided by [the PR template](https://github.com/learningequality/kolibri-design-system/blob/main/.github/pull_request_template.md#changelog) to fill in the changelog section in the PR description 2. Some time before the...

help wanted
automation

❌ **This issue is not open for contribution. Visit Contributing guidelines** to learn about the contributing process and how to find suitable issues. We need to come up with a...

TODO: needs decisions

## Product Kolibri ## Desired behavior `KIconButton` provides API to allow for styling its border, and border color can be easily themed. It could be a general solution similar to...

type: proposal
category: library
P2 - normal
product: Kolibri
TODO: needs decisions
Component: KIconButton

## Product Studio, Design System ## Expected behavior `KModal` never displays a vertical scrollbar when used with `KCircularLoader` and when there is enough space in the modal/on a page. ##...

type: issue
category: library
bug
Component: KCircularLoader
Component: KModal
help wanted

## Desired behavior Switch documentation builds to the newer Nuxt.js `target: static` flag. We'll need to do some study - see[ this post on StackOverflow](https://stackoverflow.com/questions/63336570/whats-the-real-difference-between-target-static-and-target-server-in-nuxt/63638062#63638062). ## Current behavior We currently...

category: supporting code
P1 - important