Pavel Holec

Results 52 issues of Pavel Holec

Markdown format can be supported by creating an `init` that takes `AttributedString` instead of verbatim string. This would allow a call site to decide between our html-based custom formatting or...

enhancement

Currently, the `TextLink` component is an interactive layer over a text, made by parsing the text content. To support more flexible concatenation, the `TextLink` should support being concatenable (`TextRepresentable`), although...

enhancement

`Text` should support the `legibilityWeight` option. The default weight should be replaced with `bold` when enabled.

accessibility

Components like `ButtonLink` should have a border when `accessibilityShowButtonShapes` is enabled

accessibility

As the color palette used for texts is illegible for many users, we should support the `colorSchemeContrast` environment. Suggestions: - Any text-based component should respect this and raise the ink...

accessibility

https://github.com/kiwicom/orbit-swiftui/actions/runs/3930142415/jobs/6719791456

bug
automation

Probably an Xcode bug. There may be some workaround (moving the docC file a level up or down) Same as here: https://github.com/kean/Nuke/issues/609 Note: The Swift-DocC Preview plugin requires passing the...

https://www.figma.com/file/Y79I18H9w8HJZVxPdAkAHb/%5BOrbit%5D-Desktop-Components?node-id=6038%3A11303

feature

Orbit defines multicolor icons. Check if we can support that.

enhancement

- Also check accessibility so it works same way as the native SegmentedControl

enhancement