Alex Inkin
Alex Inkin
I think the most reasonable fix would be to change `::before` positioning of `tui-hint-box` (the arrow) back to pixels. Shouldn't matter that much visually but it would allow us to...
@AnteaterKit would you like to contribute?
@AnteaterKit are you up for a PR? :)
No need for a breaking change, it can be an additional directive: ```ts export class HumanReadableDirection { @Input() set directionName(name: 'asc' | 'desc') { this.table.direction = name === 'asc' ?...
I am refactoring dropdowns for 3.0, it should be fairly easy to do once I'm done :)
You can do this with `[tuiDropdownShowDelay]` / `[tuiDropdownHideDelay]` now in 3.0 (don't forget brackets so it's an actual number, not a string).
1. As for strips, you can set any kind of color, including gradients, by just using the CSS vars, see [this example called Horizontal](https://taiga-ui.dev/components/bar-set#horizontal). 2. As for labels, you can...
Sounds reasonable. I'll ask our designer to think about this.
Sorry it took this long, got shoved back by all the 3.0 work. Will be out in the next release 🎉