Sjmarf

Results 182 comments of Sjmarf

> After reading those Reddit comments, I'm inclined to keep it simple, and do the following I agree with your first design. The carousel takes up less space, but is...

This is something I think we should support in v2.0; I left some notes on how we could do that in the issue linked above

We can do this using Apple's translate API from iOS 18 onwards https://developer.apple.com/documentation/Translation

It might be nice to swap out the original text with a fancy Apple Intelligence-like text transition https://fatbobman.com/en/posts/creating-stunning-dynamic-text-effects-with-textrender/

In Mlem v2 we store the base URL of the account instance, excluding the `/api/v3` path. We then append the `api/v3` when the `ApiClient` is created.

This is technically possible now - the first account in the account list is the "default" account, and you can reorder the list in settings by tapping and holding the...

Arguably it might be better to just use the last account that the user was using before closing the app 🤔

Yeah, we've noticed a lot of people getting confused about the Mlem v1 post creator. You _can_ actually add a link directly to the post by tapping the link button...

This is currently (accidentally) fixed on our 2.0 branch. Since we struggled to find the cause of this in 1.0, we should check whether this bug occurs after every couple...