Sjmarf
Sjmarf
Occasionally when you try to scroll up or down in the feed on iOS 18 the view ignores the gesture. It seems that changing the quick-swipe `.highPriorityGesture` to `.gesture` fixes...
Is this due to the fancy text animation? Or maybe it's because of the `.geometryGroup`? We should try to reduce it if possible
We had this in 1.0, I forgot to add it when I did the search PR lol
We could bullet-point the instance and community rules and add buttons next to each to auto-fill the "reason" box. We could also have this for the post removal sheet. To...
Personally I never use this. Does this need to be in the first TF?
Repro: - Select some text in the markdown editor - Tap Strikethrough - Tap Subscript - The selected text now has one "~" on each side; it _should_ have 3.
Because instance search uses a filtered list of instances, it doesn't include instances that might be too obscure to appear on the list. To resolve this, we should attempt to...
Currently, we use a `CommentWrapper` defined in Mlem that wraps `Comment2` and conforms to `Comment2Providing`. The class stores Mlem-specific information about the comment, such as its collapse state. At some...