Jed Fox
Jed Fox
This should look visually similar, but selecting and copying a truncated string will now copy the entire string (excluding the “…”), even the portion that is not visible. I have...
Currently, HTML elements that can’t be rendered (because they are rendered somewhere else) are shown as just `HTML[...]Element {}`, which doesn’t allow viewing the structure of the element. It would...
Currently, the `Table` view renders only the first two screens’ worth of data, rendering more as you scroll. However, this can cause problems with inertial scrolling as well as making...
This PR: - removes the redundant `View` conformance - converts `var` properties to `let` to communicate the single-use immutable nature of representable struct instances - update views that use actions...
See commit messages for details. This PR does not remove `HIActivityIndicatorView` because there is currently no way to produce a non-spinning activity indicator from SwiftUI. I’m not sure this is...
[tested in the browser console on mastodon.social]: before: after: the green border is pulled up by 1px to prevent double borders
Fixes #331. Preferences currently returned by Mastodon (v4.1.0): - `posting:default:visibility`: configures the default visibility value for new posts (except that replies to private/DM posts will inherit that visibility). Maybe fixes...
This continues the amazing work from @kylebshr in #688. fixes #234, fixes #518, fixes #743, closes #688 Changes from that PR: - A divider line is now added between the...
Fixes #410. An “ALT” button is added to the top-right corner of the media viewer. Tapping it opens a popover with the alt text. If there is no alt text...