MastodonAgain
MastodonAgain copied to clipboard
I did a bad thing.
Added an alternative status layout. Added the option to hide user handles. The post/reply/etc controls appear on rollover in the alt layout, which is a little jarring, especially when scrolling....
If the app relaunches with the New Post screen visible (which can happen if you quit app with it on screen) the weird way windows work in SwiftUI causes a...
I wonder if FocusedBinding and friends can help fix this?
Issue #75 might help. Big issue may be navigation?
https://mstdn.social/@feditips/109400789623945596
We shouldn't be accessing MastodonAPI for most stuff. The `Service` actor should have easy to use APIs that let you fetch data… 1) Cache all objects (Statuses, Accounts, Relationships being...
This is caused by the Task that loads SignIns being async. We need to block until that's loaded… somehow :-(