Sergey M.

Results 44 issues of Sergey M.

Commit 8f7f1d42d7eb14902a267aa0b7a43790268498f6 (PR #52) had reduced the message list scroll performance (I can see it clearly in Safari). | Before | ![telegram-cloud-photo-size-2-5460738179276581843-y](https://user-images.githubusercontent.com/9006227/77312264-6903fd80-6d4d-11ea-90c8-99a2465d4186.jpg) | | ------ | ------- | | After...

⚠️ major
🚀 optimization

**How to reproduce:** 1. Go to any dialog, open search 2. Make a search request that gives a single found message 3. Change the request so that there are many...

🐛 bug
⚠️ major

Запросы не успевают отправиться по мере поступления, поэтому образуется очередь. Эту очередь можно приоретизировать. Например, при скролле сообщений загружать историю в первую очередь, и только потом отвеченные сообщения. Или совершать...

🏅 enhancement
🚀 optimization

Check the «send» button too

🏅 enhancement
🧸 minor

Как https://github.com/spalt08/telegram-js/issues/18, только в Links ![image](https://user-images.githubusercontent.com/9006227/74601287-3fb9d700-50e8-11ea-9e26-81df5ac99d7b.png)

🐛 bug

![image](https://user-images.githubusercontent.com/9006227/74601448-48aba800-50ea-11ea-9b4e-a7861311e258.png)

🧸 minor

Expectation (the official Mac client): ![image](https://user-images.githubusercontent.com/9006227/74426787-b0bb7d80-4ea1-11ea-9e0e-bceb554f0b7b.png) Reality: ![image](https://user-images.githubusercontent.com/9006227/74427090-33dcd380-4ea2-11ea-860f-c1dc181988d4.png)

🏅 enhancement
🧸 minor

![1x_GIFs](https://user-images.githubusercontent.com/9006227/74585340-4cc2c180-5027-11ea-80c6-d25d2584e6cd.png)

🏅 enhancement

When I try to log in, I always get this error on the Phone field. When I reload, the error gets away and can continue. But if I reload again...

🐛 bug

``` javascript var a = [1, 2, 3]; add3.apply(window, a); ```