Closed thibaultamartin closed 2 years ago
With catalyst, I don't plan to activate swipe actions at the moment. On mac the swipe action does not make sense. But maybe later on it will be easy to integrate it. I will leave this item on hold
With catalyst, I don't plan to activate swipe actions at the moment.
Is catalyst the framework to easily port an iOS app on macOS? It doesn't sport the swipe action, the same way it doesn't sport pull to refresh anymore?
On mac the swipe action does not make sense.
The swipe action is actually used on the Mail macOS app. The swipe is performed with two fingers on the touchpad :)
But maybe later on it will be easy to integrate it.
Sure, thanks for the feedback!
The catalyst is a process for bringing the application (iPad version) to Mac without a specific code.
Many gestures are no longer provided "natively" by SwiftUI for example only delete swipe are avaible. If you want more swipe you need to code this. Pull to refresh is not provided by list (table list) for example, but by geometryReader and need more code.
I will try to finish sync process before add quality of life update. But definitely will be nice to have some swipe action and configurable by user
Old but gold. This feature will be added with simple action, not configurable
Steps to reproduce/test case
Improvement
Make the entries swipable the same way entries in the Mail app are swipable.
The actions proposed shouldn't be the same depending on the status of the entry.
The API to use to toggle both read and starred state is PATCH /api/entries/{entry}.