Alex Grebenyuk
Alex Grebenyuk
Fixes: - Weird layout glitches with cells (shared privately) - Refresh control disappearing too quickly - Featured image not being disabled in "updating" state https://github.com/wordpress-mobile/WordPress-iOS/assets/1567433/0602579d-c381-48a9-a466-288b1e2fc844 ## Regression Notes 1. Potential...
There needed to be a way to somehow inform the user why the sync fails in case of a terminal error with media uploads. - Integrate PostMediaUploadsView with draft sync...
Add a way to cancel uploads directly from the "Media Uploads" screen. Note: this doesn't cover drafts sync yet, and I'm working on integrating this screen in more context, but...
It turned out to be **not** feasible to reliably implement the "Discard Changes" feature for draft posts. The team [decided](p1714047410810349-slack-C06GRKUGDNX) to remove this feature and save drafts automatically like on...
I've been testing different [terminal errors](https://github.com/wordpress-mobile/WordPress-iOS/pull/23080) and found myself in a need to discard locally made changes. It's like a delayed variant of "Back / Discard Changes": maybe you changed...
Fix an issue with "Restore Revision" feature not clearing media uploads. This issue is especially problematic if the post had media with terminal errors. ## To test: - Mocking: make...
RCA: the app creates too many `URLSession` instances and fails to limit the number of concurrent TCP connections Related WPKit PR: https://github.com/wordpress-mobile/WordPressKit-iOS/pull/793 Discussion p1713456750263869-slack-C06UMJ84YB ## Regression Notes 1. Potential unintended...
### Expected behavior - It copies a URL (previous behavior) ### Actual behavior - It copes a title + newline + URL ### Steps to reproduce the behavior - Open...
On the web, you can see the filesize of media assets. The app needs to display it as well. The remote returns a pre-formatted filesize in a property named `size`...
### Expected behavior - Post is in "Scheduled" - There are multiple snackbars (3+) with confusing states One of the snckbars shows: ### Actual behavior - Post is published ###...