moc icon indicating copy to clipboard operation
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

Results 36 moc issues
Sort by recently updated
recently updated
newest added

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...

enhancement
OS: all
internal

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...

enhancement
OS: all
internal
drastic

## 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...

enhancement
ui
OS: all
internal
ux
drastic

...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...

bug
OS: all
internal
critical

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...

enhancement
ui
OS: all
internal
ux

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 🧐

bug
OS: all
OS: macos
critical
crash

Add emoji to emojiView on macOS from open API

OS: macos
internal

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...

bug
enhancement
ui
OS: all
internal
ux

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...

enhancement
OS: all
internal