Martin

Results 201 issues of Martin

Um die Wartbarkeit zu verbessern, wollen wir, dass redundante Styles ausgelagert und wiederverwendet werden. Wir sollten auch dann auslagern, wenn einzelne Komponenten ein paar kleine Abweichungen haben. Sie können ja...

KOLIBRI-658

theming
v2
BZSt

This pull request introduces stylelint configuration and validation across multiple packages in the project. The changes include adding stylelint rules, updating package dependencies, and modifying scripts to include CSS linting....

v2

Die `rem`-Methode ist schon belegt und wir sollten diese umbenennen. Wir haben zudem 2 Implementierungen: ```scss @function rem($size) { @return calc(#{$size}rem / var(--kolibri-root-font-size, 16)); } ``` ```scss @use 'sass:math'; $html-font-size:...

sass:rem

Wir haben hier keinen Access- oder Short-Key - somit sollte dann auch nicht der Abstand gerendert werden. ![Image](https://github.com/user-attachments/assets/b72006b7-a2a3-4e71-917c-47d065dd3bf7)

good first issue
v2
v3

Ziel: automatische Aktivierung des horizontalen Scrollen der Tabelle. - `_minWidth` wird abgeschafft - Die Summe der Spaltenbreiten ergibt intern `_minWidth` - V2: - `_minWidth` wird deprecated - `_minWidth` wird nur...

v2
v3
Table

This pull request introduces Stylelint integration across various packages in the project to enforce CSS and SCSS code quality standards. It also removes the `ts-prune` dependency and related scripts from...

v3

The A11y and PO reviews will only take place after all other DoD steps have been completed by the Developer: - [x] Meaningful pull request title for the release notes...

v3