swiftui-multiplatform/iOS/PostEditor
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
..
PostBodyTextView.swift Embed text editor fields into ScrollView (#227) 2022-10-05 09:23:43 -04:00
PostEditorView.swift Add error handling to post editor 2022-05-28 09:23:16 -04:00
PostTextEditingView.swift Embed text editor fields into ScrollView (#227) 2022-10-05 09:23:43 -04:00
PostTitleTextView.swift Only update the textView if it doesn't match text binding 2020-11-13 13:36:50 -05:00
RemoteChangePromptView.swift Add a11y labels/hints to post list and settings 2020-12-29 16:52:26 -05:00