the-events-calendar / events-gutenberg

https://theeventscalendar.com/extensions/events-gutenberg/
Other
32 stars 2 forks source link

Event Categories do not load right away when panel opens #11

Closed leahkoerper closed 6 years ago

leahkoerper commented 6 years ago

When I open the Event Category panel in the sidebar, it takes a noticeably long amount of time for the existing categories to actually show up. Example gif: http://p.tri.be/vTfoDr

leahkoerper commented 6 years ago

Tags are having a similar delayed behavior when adding a new one.

bordoni commented 6 years ago

That is normal, default behavior from Gutenberg, they might need to add an Spinner there to indicate that it's loading the files. Should we add a Pull Request to add that?

We don't create those metaboxes, all WordPress Gutenberg.

leahkoerper commented 6 years ago

After we get first version of the extension out, yes, that would be a good PR.

bordoni commented 6 years ago

We fixed that issue on the latest version 0.2.4-alpha alongside a change in Gutenberg code made this more stable for us.