Go to file
jordi fita mas 5b1a63a69c Move the styles declaration inside BlockEditor
I do not know why, but when the styles are declared as settings of the
BlockEditorProvider, then typing anything is too slow to be usable.
But, when the styles are declared within the BlockEditor, without the
useSelect hook, then it works as expected (not fast, not that, but at
least not intolerably slow.)

I tried with a useMemo to keep the styles the same when there is no
change, which is most of the time, but the behaviour is the same.

Since i do not need to pass the styles from without the application,
at least not for now, my only option is to have them directly in
BlockEditor.
2024-06-15 23:28:58 +02:00
cmd/tipus Add the minimal golang web application to login users 2023-06-04 23:59:50 +02:00
deploy Add authentication relations, views, and functions for PostgreSQL 2023-06-04 22:45:44 +02:00
editor Move the styles declaration inside BlockEditor 2024-06-15 23:28:58 +02:00
pkg Add Isolated Block Editor to build our own Gutenberg-based editor 2023-06-09 14:18:10 +02:00
po Try to localize Gutenberg to Spanish, as an i18n test 2023-06-11 03:50:35 +02:00
revert Add authentication relations, views, and functions for PostgreSQL 2023-06-04 22:45:44 +02:00
test Add authentication relations, views, and functions for PostgreSQL 2023-06-04 22:45:44 +02:00
verify Add authentication relations, views, and functions for PostgreSQL 2023-06-04 22:45:44 +02:00
web Add Isolated Block Editor to build our own Gutenberg-based editor 2023-06-09 14:18:10 +02:00
.gitignore Replace isolated-block-editor in favor of @wordpress/block-editor 2024-06-14 03:24:07 +02:00
COPYING Add GPLv3 license text 2023-06-04 20:58:17 +02:00
Makefile Try to localize Gutenberg to Spanish, as an i18n test 2023-06-11 03:50:35 +02:00
go.mod Add the minimal golang web application to login users 2023-06-04 23:59:50 +02:00
go.sum Add the minimal golang web application to login users 2023-06-04 23:59:50 +02:00
package-lock.json Set icon to sidebar’s complementary area 2024-06-15 03:37:34 +02:00
package.json Set icon to sidebar’s complementary area 2024-06-15 03:37:34 +02:00
sqitch.conf Add authentication relations, views, and functions for PostgreSQL 2023-06-04 22:45:44 +02:00
sqitch.plan Add authentication relations, views, and functions for PostgreSQL 2023-06-04 22:45:44 +02:00
vite.config.mjs Replace isolated-block-editor in favor of @wordpress/block-editor 2024-06-14 03:24:07 +02:00