So I started designing the main UI for REMail; however, I discovered that Lanterna (the TUI library I used) wasn’t the best for this because it couldn’t handle too many things on the screen. So I decided to switch to Compose Multiplatform. However, figuring out how to use Compose was a complete pain. The documentation is nowhere near friendly, not to mention that you have to go to the Google documentation. I actually don’t know how someone can look at it and say, “Oh yeah, this is fine.” Anyway, after a few hours of pain, I figured out how to use navigation, inputs, buttons, and alerts.
Even though there aren’t any new features, at least the UI looks very good and friendly now. Also, don’t ask why the default primary color looks like that, but I figured that just changing that would take another 5 hours of researching.