Ilya Konrad
Ilya Konrad
**Describe the bug** The last example in the documentation of mdc-select works incorrectly. **To Reproduce** Steps to reproduce the behavior: 1. Go to [the docs](https://trimox.github.io/angular-mdc-web/#/angular-mdc-web/select-demo/examples). 2. Scroll down to the...
### Which @angular/* package(s) are the source of the bug? forms ### Is this a regression? No ### Description Decided to use typed forms but was stuck right away. Here's...
### Which @angular/* package(s) are the source of the bug? animations ### Is this a regression? No ### Description When you have animations set up in a parent component like...
### Is this a bug report or a feature request? - [ ] Bug Report - [X] Feature Request ### Please provide the steps to reproduce the issue [Bug Report...
The only thing that prevents us from using eslint+prettier in our Angular templates is https://github.com/prettier/prettier/issues/6460. The rule `htmlWhitespaceSensitivity` **has** to have an option like "userSpecific" which would allow to have...
When hovering the checkmark icon, a tooltip is rendered below it. This creates multiple issues: 1. You don't see the content of it if the message list container is overflowing...
That includes when switching channels. I got this requirement from our designer after some user complaints and I think it makes sense. Also I see that this behavior is already...
Right now there doesn't seem to be a way to change avatar sizes in a nice way: you should either use dirty CSS overwrites or create custom components for the...
https://github.com/GetStream/stream-chat-angular/assets/25200186/c7f06248-a4db-41fc-9ccc-71547a46f592 It's easily fixable with CSS ``` .str-chat__message-list-scroll { // Make room for the loading indicator. padding-top: 20px !important; stream-loading-indicator { // Avoid UI shift. height: 0; display: block; //...
Would be cool to easily customize icons colors through CSS variables or the `color` CSS property. The second option would work if icons were represented as font. Let me know...