swiftui-multiplatform/Shared
Angelo Stavrow a2f9d23037
Always use /api/posts/{POST_ID} to avoid stale-post-slug logic
If the post used to have a post slug, it follows the post until it gets a new post slug. If the post was moved, we end up with a situation where the collection/slug combination is out of sync, and so the API sends back a 404 (FIXME: the Swift package silently fails here).
2020-10-16 14:01:44 -04:00
..
Account Add descriptive text to login view 2020-09-29 14:40:15 -04:00
Assets.xcassets Update Mac app icon 2020-09-14 15:30:10 -04:00
Extensions Move View+Keyboard extension to /iOS/Extensions 2020-09-22 10:26:59 -04:00
Models Always use /api/posts/{POST_ID} to avoid stale-post-slug logic 2020-10-16 14:01:44 -04:00
Navigation Move lastDraft-setting logic to ContentView.onAppear handler 2020-09-24 14:14:35 -04:00
PostCollection Hide everything but "All Posts" in CollectionListView if logged out 2020-09-16 14:45:11 -04:00
PostEditor Fix crashing bug on iPad and macOS when removing blank posts 2020-09-29 12:39:19 -04:00
PostList Create new local posts as Drafts 2020-10-08 15:15:01 -04:00
Preferences Set default new-post font from preferences view 2020-09-18 11:40:06 -04:00
Resources Add font licenses to project 2020-09-18 14:01:22 -04:00
LocalStorageManager.swift Extend NSManagedObjectContext to update context after batch delete 2020-09-10 14:08:29 -04:00
WriteFreely_MultiPlatformApp.swift Rename PersistenceManager to LocalStorageManager 2020-09-09 14:19:40 -04:00