swiftui-multiplatform/Shared/PostCollection
Angelo Stavrow c5b611b39e
Add FIXME to track silent failure on fetching collections
As collections are fetched and added to the `list` property in the CollectionListModel’s initializer, it’s tricky to throw an error here: we call it as a property initializer in CollectionListView, which cannot throw.

Consider refactoring this logic such that we’re using, for example, a @FetchRequest in CollectionListView instead.
2022-05-26 07:31:11 -04:00
..
CollectionListModel.swift Add FIXME to track silent failure on fetching collections 2022-05-26 07:31:11 -04:00
CollectionListView.swift Bump build number 2021-11-19 15:51:37 -05:00
CollectionPicker.swift Change collection selection UI from picker to sidebar 2020-08-04 10:45:46 -04:00