Tags: mastodon/mastodon-ios
Tags
Revert "Show suggested accounts to follow on launch if user follows n… …o one" This reverts commit ac4ea5e.
Show empty feed screen if feed is empty Contributes to IOS-448
Additional spacing between bottom of post content and action bar Fixes IOS-447
Correctly switch between following, local, lists, and hashtags Contributes to IOS-409
Temporarily pin NextLevelSessionExporter revision Pins to merge of PR “Update Package.swift to use swift-tools-version 5.3” because Mastodon will not compile with NextLevelSessionExporter 0.4.7 and 0.4.8 has not yet been released. Contributes to #1385
Shrink button text size if necessary to fit Fixes https://linear.app/mastodon/issue/IOS-434/donation-banner-buttons-are-not-readable-with-a-bigger-font-size
Try VStack (non-lazy) to improve home timeline scroll Still looking for a good scrolling solution. This way, scroll doesn’t jump, but may not be quite smooth. Maybe this could be improved by keeping the number of displayed items small. Also, scroll to top appears to be inaccurate when loading via refreshable.
Explore using UITableView for the scrolling list Individual rows still use the new SwiftUI layout. This makes scrolling feel smoother, since changes to row heights as content loads are animated in a way that makes sense rather than jumping the scroll. Post interaction is broken, will need to be restored. Contributes to IOS-409
PreviousNext