mlem
mlem copied to clipboard
Mlem for Lemmy
This PR implements the login sheet (including two-factor authentication) and the token refresh sheet. For testing purposes, a "Re-authenticate" button has been added to the account list in settings. The...
# Checklist - [x] I have read CONTRIBUTING.md - [x] I have described what this PR contains - [x] If this PR alters the UI, I have attached pictures/videos -...
Reddit has this; it should be possible to implement locally. Comments in which the OP replied are sorted to the top, all other comments appear underneath (possibly with a divider...
Rebuild the `Notifier`. It might be a good idea to build the notification system into the navigation system, using SwiftUI with `.overlay` to display the notifications, rather than using UIKit...
This could be a toggle in the "Accounts" page in Settings, possibly labelled something like "Keep Place when switching accounts". The default behavior should be to show the "Welcome "...
iOS 17 includes a new `.sensoryFeedback` view modifier that could be useful for this. We could attach the modifier to `ContentView`, and trigger it via calls to a `HapticModel` singleton....
Comments have a vertical colored bar on the leading edge. The color of the bar shows the depth of the comment. The colors used for this should be customisable in...
# Pull Request Information ## About this Pull Request Allows users to customize tab bar actions behaviour: - System: Pop to root, then scroll to top (and pop back to...
# Checklist - [x] I have read [CONTRIBUTING.md](./CONTRIBUTING.md) - [x] I have described what this PR contains - [x] This PR addresses one or more open issues that were assigned...