swiftui-multiplatform/Shared/PostList
Angelo Stavrow 4a3874abcd
Embed text editor fields into ScrollView (#227)
* Embed text editor fields into ScrollView

* Bump version/build number and update change log

* Fix truncated post badges on status change

When going from a shorter label (e.g., ‘LOCAL’) to a longer one (e.g., ‘PUBLISHED’), the SwiftUI render loop would not expand the size of the post badge to fit the extra characters, so on change it would be truncated (e.g., read ‘PUBL…’). This change fixes the bug.
2022-10-05 09:23:43 -04:00
..
PostCellView.swift Rename 'persistentContainer' to 'container' 2021-10-08 17:15:38 -04:00
PostListFilteredView.swift Use view model for CollectionListView 2021-09-24 14:45:28 -04:00
PostListModel.swift Alert on error: shared code (#207) 2022-07-27 09:56:32 -04:00
PostListView.swift Prep for iOS 16 (#223) 2022-09-07 08:29:13 -04:00
PostStatusBadgeView.swift Embed text editor fields into ScrollView (#227) 2022-10-05 09:23:43 -04:00