George Mamadashvili

Results 32 issues of George Mamadashvili

## What? A minor styling fix for the MediaReplaceFlow component. ## Testing Instructions 1. Open a Post or Page. 2. Insert an Image block. 3. Select an image. 4. Open...

[Type] Bug
[Package] Block editor

## What? PR updates `__experimentalGetTemplateInfo` selector to return stable reference to an empty object, when template is undefined. ## Why? It's good practice to return similar share object constant when...

[Type] Code Quality
[Package] Editor

## What? Resolves #37220. PR updates the "Template Details" dropdown and enables changing the Template Part title and area. The title edit field is only displayed for user-created parts while...

[Type] Enhancement
[Feature] Site Editor
[Feature] Focus Mode

## What? See: #8119 PR fixes undo trap caused by the Home Link block. P.S. I also removed `clientId` from the dependency list since it wasn't used. ## Why? The...

[Type] Bug
[Block] Home Link

Following functions are missing from the `Functions\stubTranslationFunctions()`: * `_n()` * `_nx()` * `_n_noop()` * `_nx_noop()` P.S. Happy to send PR, if the suggestion looks good. P.P.S. Documentations seems to be...

enhancement

Hi, it's me again 👋 I noticed that you were using webpack just to compile SCSS files with JS files as entry points. This is my small experiment, so feel...

## What? PR tries to make props passed to `BlockDraggable` children more consistent. I think the current prop was leftover from the #27669 reactor. This also fixes the `React does...

[Type] Bug
[Package] Block editor

## What? This is a follow-up to #37108. PR avoids using unstable array references for color palette fallbacks. ## Why? These values are passed as dependencies to `useMemo`; unstable references...

[Type] Performance
[Package] Block editor

## What? PR updates Block Patterns Controller tests to match the core and reduce noise when running them. ## Why? Use `@doesNotPerformAssertions` instead of `$this->markTestIncomplete();` when controlled doesn't implement the...

[Type] Code Quality
[Feature] Patterns

## What? My alternative to the enqueueing method is proposed at https://github.com/WordPress/gutenberg/pull/47396. Instead of using two separate callbacks for loading custom CSS from Customizer and Site Editor, the new method...

Global Styles