Michaela Robosova
Michaela Robosova
## 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`....
## 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....
## Observed behavior I can't see the focus ring around password inputs when navigating with the TAB key. This can be observed in several places in the app where we...
## Observed behavior In #8464, where a new text truncator component based on CSS, `TextTuncatorCss`, was introduced to the codebase as an alternative to JS-based `TextTruncator` to prevent introducing more...
1. Eliminate HTMLHint and replace all rules with eslint ones 2. Eliminate custom indent/spacing functions - some parts already are or can be replaced by `vue/html-indent`, `vue/script-indent`, for some of...
## Observed behavior The relationship between the "Entire class" radio button and the "Individual learners" checkbox when selecting lesson recipients in Coach is not very clear at a first glance....
## Observed behavior For very small screens, there are several problems on resource cards on the Library and Bookmarks pages: | | | | | --- | --- | ---...
In https://github.com/learningequality/kolibri/pull/9715, _Choose a new super admin_ page and related state machine updates have been implemented. When a user chooses a new super admin on that page, we decided that...
## Observed behavior From time to time, we miss a comment from a new contributor. Typically, they usually ask if they can pick up a particular issue in that issue's...
## Summary Updates Kolibri to KDS theming updates introduced by https://github.com/learningequality/kolibri-design-system/pull/551. ## References - Closes https://github.com/learningequality/kolibri/issues/11867 - KDS PR: https://github.com/learningequality/kolibri-design-system/pull/551 - Designs: https://www.figma.com/file/p7aOP2MBv0SED1uhaPwqEd/Product-rebrand?type=design&node-id=426-7545&mode=design ## Reviewer guidance - Please study the...