moc
moc copied to clipboard
A (really) native and powerful macOS and iPadOS Telegram client, optimized for moderating large communities and personal use. Currently in alpha
Why? Well, it will result in better performance, because the message content loading will be done by `MessageView` lazily (thanks to `LazyVStack`), compared to how it is now when all...
IMO, views in SwiftUI should be done like components, so they can be easily reusable in any place, which currently is not how things work. I mean yes, there is...
## In short This PR does a lot of work under the hood, which aims to make the codebase more maintainable and easier to interact with, like reorganizing views, splitting...
...and I currently have no idea which exact messages provoke this kind of behavior. For now we have the crash reports from AppCenter, which help us understand that the issue...
It's basically a dumpster fire right now, it requires a rewrite of at least 80% of the code that is the login UI. And yea, this UI bad af on...
Possibly the cause is an old version of TDLib with an old API layer, the thing is that this should've been handled, but anyway 🧐
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...
At least partial test coverage will definitely help in development, so I can spot bugs before they end up in a release build And I also need to learn how...