Imran Hossain
Imran Hossain
> On one hand it is a backward incompatibility, because that behavior was documented in tests. > On the other hand, it is a fix 😅 This behavior looks hacky,...
> Could you tell me what are the versions of WordPress and Gutenberg (if installed), and what theme do you use on the test website? Hi @merkushin 👋 I've shared...
> @merkushin @Imran92 What's the status of this one? Pending another review or something else? I'll take a look at the last changes Dmitry made today!
> As Imran suggested, I checked that when we don't use default colors and the picker instead we get colors as the HEX value, so I disabled default colors in...
> And it is impossible to disable in the editor settings. I wrote the following code to remove alignment settings from a block in the editor - ``` wp.hooks.addFilter( 'blocks.registerBlockType',...
Moving it to blocked till this https://github.com/Automattic/wp-calypso/issues/95379 one gets completed
As I'm working on the deleteing flag issue in parallel, I am using your branch as base. Here is the draft WIP https://github.com/Automattic/wp-calypso/pull/92172. Please LMK if you have any comment...
> A very interesting thing that happens is: if we run the `useLayoutEffect` there, even with the dependencies as `[]`, it's re-running every time we open or close the modal....
Agreed. Looks like this particular style is pretty commonly imported like this all over calypso, jetpack and many other repos 🤔 https://github.com/search?q=org%3AAutomattic+%40wordpress%2Fcomponents%2Fbuild-style%2Fstyle.css&type=code&p=1 Maybe there's something we need to do which...
I also couldn't reproduce it on chrome in a personal plan