George Mamadashvili

Results 157 comments of George Mamadashvili

@slaFFik waiting for general rewrite as well and will write BP connector.

They are ordered by date (default) in `ascending` order. I believe displaying the search control was supposed to indicate that there are more entities. See #42337. Query: https://github.com/WordPress/gutenberg/blob/2c29bff14b4f6503ecb40ad5dc97b3f8bf18a192/packages/edit-site/src/components/add-new-template/add-custom-template-modal.js#L78-L87

I like the idea of heading. I think "Load more" might complicate the component logic. @ntsekouras, what do you think?

Sounds good. I'll push the update tomorrow morning 👍

@jameskoster, what's the size of the heading from your mockup?

> In addition the order of that list is different based on the entity. An example is [here](https://github.com/WordPress/gutenberg/blob/trunk/packages/edit-site/src/components/add-new-template/utils.js#L394) which means it's not always the same. That makes our label choice...

@bph, the example is missing the opening block comment and the `` tag. If I manually add them it works correctly. Here's the fixed example: ``` Navigation Block improvements Zoomed-out...

I mean copy pasting. It would be hard to recover invalid markup.

I'll create a patch for changes in [`edit-form-blocks.php`](https://github.com/WordPress/gutenberg/tree/trunk/lib/compat/wordpress-6.1/edit-form-blocks.php) file. The `gutenberg_add_site_icon_url_to_index` feature backport from `rest-api.php` depends if we merge #43514 or not. @ntsekouras, correct me if I'm wrong, but the...

@ockham, @michalczaplinski, do we have a core tracking ticket to reference in Core PRs?