Alex Grebenyuk

Results 110 issues of 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...

[Type] Bug
Offline Mode (Sync Issues)

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...

[Type] Task
Offline Mode (Sync Issues)

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...

[Type] Task
Offline Mode (Sync Issues)

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...

[Type] Bug
Offline Mode (Sync Issues)

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...

[Type] Task
Offline Mode (Sync Issues)

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...

[Type] Bug
Offline Mode (Sync Issues)

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...

[Type] Bug

### Expected behavior - It copies a URL (previous behavior) ### Actual behavior - It copes a title + newline + URL ### Steps to reproduce the behavior - Open...

[Type] Bug
Posts List

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`...

[Type] Enhancement
Media
Good First Issue

### Expected behavior - Post is in "Scheduled" - There are multiple snackbars (3+) with confusing states One of the snckbars shows: ### Actual behavior - Post is published ###...

[Type] Bug