Conversation
d315be6 to
ff31b5d
Compare
ff31b5d to
4074ac6
Compare
|
Updated PR to match changes from #8287 |
4074ac6 to
76f5113
Compare
5f0f65e to
7b8cc64
Compare
|
Any update on this one? I rebased the latest changes from master but not sure if I should refactor anything else. |
|
@jahvi Can you rebase it again? I will test the block on my Gutenberg installation. |
7b8cc64 to
9d22461
Compare
|
@Soean Sure thing, I just rebased it now. |
|
As we focus on phase 1 this will be moving to potential phase 2 and we can then consider it from there, For now, closing and moving to potential blocks for the future. |
0ba24a6 to
7ffa162
Compare
|
Thanks for reopening, I just rebased and fixed some code to match the latest Gutenberg changes. I'm not sure how to fix the CI issues, can you guys advise? |
|
Nice work! You have to delete the generated test files and regenerate them. Delete:
Run: |
|
Thanks it should be fixed now, there are some other failing tests still but not sure if they're related to this PR. |
|
@jahvi Can you rebase it again? Then the tests should be correct. |
|
Is the difference just the underlines? We should keep those.
The site you're using probably is old enough that it had the "Links" section in wp-admin (or maybe we include it in development versions?). Links were hidden from all new sites in 3.5. We should conditionally support that, but it's lower priority IMO since it's a deprecated feature. We can make a new issue/PR for that later. |
|
Can we also make the error messages change based on which taxonomy is chosen?
Or even:
|
|
I tested this and I feel it's good enough to land to include in Gutenberg 5.1. Follow-up improvements to styling, and messages can happen separately. |
|
Thanks everyone for the collaboration and @jahvi Awesome work |
|
Thanks all for your help, I'll be glad to keep helping improve it. |

Description
This is my attempt at implementing the tag cloud widget as a Gutenberg block, it's still a work in progress but I wanted to get some initial feedback while I'm at it.
Continued from #4994.
Fixes #1801.
How has this been tested?
Tested in the latest master branch.
Screenshots
Types of changes
New feature: tag cloud block
Checklist: