Voltangle

Results 67 issues of Voltangle

**Bug desc** I can't connect to WiFi networks. **Wireless card name** `Intel Dual-Band Wireless-AC 8260` **OS** macOS Catalina 10.15.5 **Log** [log.txt](https://github.com/AppleIntelWifi/adapter/files/4842942/log.txt)

bug

Hello @headkaze, I really love your app Hackintool. It really helped me in making my Hackintosh build. I installed Big Sur on separate partition, installed there Hackintool, and... UI doesn't...

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

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