mock-foundation / moc

A (really) native and powerful macOS and iPadOS Telegram client, optimized for moderating large communities and personal use. Currently in alpha
GNU General Public License v3.0
119 stars 6 forks source link

Improve Account settings tab #127

Open ggoraa opened 1 year ago

ggoraa commented 1 year ago

There are two things that are bad about he current account settings page: bad performance and a lot of stuff does not work

Performance

The main bottleneck is that it uses a very bad method of fetching images, it basically downloads all profile photos, and then shows them, which is pretty stupid, knowing that we already have AsyncTdImage, which does this asynchronously.

Functionality

It's also pretty simple, because there is nothing that requires something very cool and hard to implement, just improve the design here and there, and add functionality to number changing button and to profile photo change button.