supergeorg / Grocy-SwiftUI

A client for Grocy for macOS and iOS, written with SwiftUI
GNU General Public License v3.0
177 stars 17 forks source link

Merge the async-await branch into main #161

Closed supergeorg closed 1 year ago

supergeorg commented 1 year ago

This changes the core of how the app works. Its data requests are not done by combine anymore, but by using the async/await pattern which was not available at inception of the app.

It should improve the data handling a bit, but due to the changes, some things may break.