swiftui-multiplatform/Shared/PostCollection
Angelo Stavrow 15f84b04c0
Handle errors in (most) shared code
Two outliers to come back to are:

- the LocalStoreManager, where we can’t set a current error in the WriteFreelyModel in methods that can’t throw
- the CollectionListModel, where the initializer can’t throw because we use it as a property initializer in CollectionListView
2022-05-26 08:08:12 -04:00
..
CollectionListModel.swift Handle errors in (most) shared code 2022-05-26 08:08:12 -04:00
CollectionListView.swift Handle errors in (most) shared code 2022-05-26 08:08:12 -04:00
CollectionPicker.swift Change collection selection UI from picker to sidebar 2020-08-04 10:45:46 -04:00