Bartek Szopka
Bartek Szopka
Lyubo: this is a component we should deprecate and have a way to insert an icon in chosen places. Adrian: for new architecture we need to have best practices to...
From code point of view we could explore https://caniuse.com/css-container-queries This seems to be supported in modern browsers and would allow to make grid responsive based on panel size rather than...
Triage: we need to review/update current docs and examples. This is relevant to current codebase.
Thanks. As far as I remember we already have 2 separate implementations for Chrome and Firefox, because only one of those (Firefox?) follows the standard fully and the other requires...
> Thanks for reporting @carkod. Isn't this just the [side-navigation pattern](https://vanillaframework.io/docs/patterns/navigation#side-navigation)? No, while visually it may look like side navigation, it's not side navigation. Side navigation was designed and built...
That's some initial research we don't need open anymore.
Triage: This seems quite high effort. Not sure how useful it is to explore more in current codebase and docs. Needs discussion.
Triage: not worth exploring in current codebase. We could consider it when looking at new architecture documentation considerations.
Triage: high effort to fix in CSS hover tooltips. We may try to do fix it in the "detached" tooltip example, as there we can control visibility from markup. Maybe...
Do we need to change source order? Yes, visually it jumps a bit, but semantically it's quite correct. It informs that there are more chips to reveal. So it kind...