Derek Blank
Derek Blank
[Design feedback](https://github.com/WordPress/gutenberg/pull/40334#issuecomment-1133117017) from @iamthomasbishop regarding the loading indicator styles introduced on the Image block: > The iOS one in particular looks a bit weak in terms of contrast. Do we...
This issue appears to be related to the user attempting to load an image resource while being offline. As it references `Glide`, it's possible that it is related to the...
@geriux I took a look at this one, and I can definitely replicate it. I think you might have a better idea about what's really going on, though. When switching...
Good catch! Yep, FastImage is coming as part of https://github.com/WordPress/gutenberg/pull/42009. I'm not too familiar with `Alamofire` or `AlamofireImage`, but for some extra context on the `RNFastImage` dependencies, FastImage is indeed...
I was able to replicate this issue on a Samsung Galaxy S20 FE 5G, and noted some additional observations: - In addition to the Masu theme, I was able able...
> I believe we will need to design first-party UI to address this, e.g. a modal or bottom sheet. Given the mobile Gutenberg project already relies upon the bottom sheet...
I can confirm that the fix in https://github.com/WordPress/gutenberg/pull/37169 resolves the issue. 👍 However, I am closing this older Gutenberg Mobile companion PR in favor of a newer automated one with...
This issue appears to be related to the Media Picker, or `initOtherMediaImageOptions`.
After some initial investigation from the editor side, I believe the blinking issue occurs within the Javascript editor code when the local media file ("thumbnail") is being replaced by the...
@kean I describe some of the details for the blink fix a bit further in `p9ugOq-4lR-p2`. The fix in https://github.com/WordPress/gutenberg/pull/57869 is mostly focused on the visual transition between the local...