swiftui-multiplatform/Shared
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
..
Account Add default values for some error strings 2022-05-23 15:12:33 -04:00
Assets.xcassets Add “does.not.exist” 1x1 transparent image 2020-12-30 10:03:53 -05:00
ErrorHandling Handle purging post errors 2022-05-23 15:52:20 -04:00
Extensions Handle purging post errors 2022-05-23 15:52:20 -04:00
Models Add default values for some error strings 2022-05-23 15:12:33 -04:00
Navigation Add default values for some error strings 2022-05-23 15:12:33 -04:00
PostCollection Add FIXME to track silent failure on fetching collections 2022-05-26 07:31:11 -04:00
PostEditor Move user defaults to App Group 2021-11-05 14:18:36 -04:00
PostList Handle purging post errors 2022-05-23 15:52:20 -04:00
Preferences Add action extension 2021-11-19 15:41:54 -05:00
Resources Add Sparkle to the credits doc 2021-01-05 15:20:14 -05:00
LocalStorageManager.swift Initial work on presenting alert on error 2022-05-01 12:06:36 -04:00
WriteFreely_MultiPlatformApp.swift Add error handling to top-level content view 2022-05-13 07:20:47 -04:00