Adam Kudrna

Results 71 issues of Adam Kudrna

Color, thickness and vertical margin should be themeable.

feature

Customize input appearance to match other box field components and make it themeable. Consider `allowedFileTypes` to replace native `accept` attribute and append the list in a generic sentence to `helpText`....

feature

See https://bugs.webkit.org/show_bug.cgi?id=142968 1. Change default label and field alignment to real baseline: ```css --rui-form-field-horizontal-label-vertical-alignment: baseline; --rui-form-field-horizontal-field-vertical-alignment: baseline; --rui-form-field-horizontal-label-padding-y: 0; ``` 2. Get rid of `FormLayoutCustomField`'s `innerFieldSize` prop. Make sure various...

refactoring
on hold
blocked by browser issues

Like this:

documentation

Not all generated custom properties are actually used by all components. Focus on: `$themeable-feedback-variant-states` `$themeable-state-properties` Example: ![image](https://user-images.githubusercontent.com/5614085/109299098-d9a47b80-7834-11eb-98d8-dbec23095983.png) All properties are defined but only two are actually used.

refactoring
performance

All responsive (?): - `justify-content` - `justify-items` - `align-content` - `align-items`

feature

Manual fallbacks sort of work but we cannot achieve the same results for all use cases as with the real `subgrid`. - Search all occurrences of `subgrid`. Pay special attention...

refactoring

Allow to organise form fields into visually separated groups with options headings.

feature
proposal

## Outline Select Fields flickering in FF/macOS ![selects-ff](https://user-images.githubusercontent.com/5614085/84068202-e6dcba00-a9c8-11ea-8654-e04353cd489d.gif) ## Color of optional Select Field divider doesn't match variants on hover (all browsers) ## Select Field borders too thin/disappearing in FF...

bug

See https://github.com/react-ui-org/react-ui/community: ![image](https://user-images.githubusercontent.com/5614085/82928657-c5b8aa00-9f82-11ea-8e51-8d59c61c988c.png) Help on GitHub: https://help.github.com/en/github/building-a-strong-community/about-community-profiles-for-public-repositories

maintenance